[petsc-dev] adding Report Typo and Errors link to manual pages

Jed Brown jedbrown at mcs.anl.gov
Mon Jan 6 15:59:10 CST 2014


Satish Balay <balay at mcs.anl.gov> writes:

> But wrt URL - since we don't know where the docs will land - I can add
> in the following context to the message:
>
> Please describe the typo or error in the documentation: petsc-VER GIT-ID FILE-NAME
>
> i.e
>
> Please describe the typo or error in the documentation: petsc-dev 06283fd4323cef45a7147b2226c8e0c084e2a1d2 docs/manualpages/Vec/VecView.html
>
> http://ftp.mcs.anl.gov/pub/petsc/tmp/VecView.html is updated

Looks good to me.

> $ git diff |cat
> diff --git a/makefile b/makefile
> index 362c004..44d50cf 100644
> --- a/makefile
> +++ b/makefile
> @@ -335,11 +335,13 @@ docsetdate: chk_petscdir
>          fi; \
>          datestr=`git log -1 --pretty=format:%ci | cut -d ' ' -f 1`; \
>          export datestr; \
> +        gitver=`git log -1 --pretty=format:%H`; \

I would use "git describe" instead since it has some human-readable
context.

  v3.4.3-2283-g06283fd
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20140106/fc74d290/attachment.sig>


More information about the petsc-dev mailing list