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

Nystrom, William D wdn at lanl.gov
Mon Jan 6 16:07:18 CST 2014


When I click on your URL and then click on "Report Typos and Errors", I get a window
that pops up to get me to setup evolution.  But I don't use evolution.  Not sure what
would happen on some other OS like Windows or Mac OS.  Also, I often have popups
disabled.

Is it possible to make this work without the above issues?

Dave

--
Dave Nystrom
LANL HPC-5
Phone: 505-667-7913
Email: wdn at lanl.gov
Smail: Mail Stop B272
       Group HPC-5
       Los Alamos National Laboratory
       Los Alamos, NM 87545


________________________________________
From: petsc-dev-bounces at mcs.anl.gov [petsc-dev-bounces at mcs.anl.gov] on behalf of Jed Brown [jedbrown at mcs.anl.gov]
Sent: Monday, January 06, 2014 2:59 PM
To: Satish Balay
Cc: petsc-dev
Subject: Re: [petsc-dev] adding Report Typo and Errors link to manual pages

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



More information about the petsc-dev mailing list