History log of /petsc/doc/update_htmlmap_links.py (Results 1 – 11 of 11)
Revision Date Author Comments
# 3e2964d3 30-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/raw-string-etags' into 'main'

generateetags.py: use raw string to avoid warning on macOS

See merge request petsc/petsc!7248


# 42c192b0 30-Jan-2024 Jose E. Roman <jroman@dsic.upv.es>

generateetags.py: use raw string to avoid warning on macOS

$ make alletags
/Users/jroman/soft/petsc/lib/petsc/bin/maint/generateetags.py:176: SyntaxWarning: invalid escape sequence '\('
output = c

generateetags.py: use raw string to avoid warning on macOS

$ make alletags
/Users/jroman/soft/petsc/lib/petsc/bin/maint/generateetags.py:176: SyntaxWarning: invalid escape sequence '\('
output = check_output('git ls-files | grep -E -v \(^\(systems/\|share/petsc/datafiles/\)\|/output/\|\.\(png\|pdf\|ps\|ppt\|jpg\)$\)', shell=True)

show more ...


# 199be899 27-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-26/avoid-doc-file-copies' into 'main'

Avoid unneeded generation of classic docs in work directory

See merge request petsc/petsc!6234


# 9cd31cfb 26-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Avoid unneeded generation of classic docs in work directory

Just generate them exactly where they will be used

Commit-type: documentation


# e6bb321c 26-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-17/rm-unneeded-test-from-makefiles' into 'main'

simplify/cleanup makefile system

See merge request petsc/petsc!6201


# 9e423941 18-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Cleanup/simplicationg of rules.doc/makefile for building of "classic" docs

Commit-type: documentation


# 54841b12 09-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 803993a8 09-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-10-06/doc-doc-generation/release' into 'release'

fixes for webpages

See merge request petsc/petsc!5724


# 862e4a30 06-Oct-2022 Barry Smith <bsmith@mcs.anl.gov>

Improve the documentation generation tools with clearer comments on what they do

Commit-type: docs-only


# 89669be4 02-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/docs-sphinx-man-pages' into 'main'

Integrate Man Pages into Sphinx Docs

Closes #1132 and #1015

See merge request petsc/petsc!4989


# 5becb6a3 17-Mar-2022 Patrick Sanan <patrick.sanan@gmail.com>

Docs: update htmlmap links in place, based on builder type

Generate an htmlmap_modified file (in the classic docs tree) with modified manpage links
based on the location of generated HTML files from

Docs: update htmlmap links in place, based on builder type

Generate an htmlmap_modified file (in the classic docs tree) with modified manpage links
based on the location of generated HTML files from the Sphinx
html or dirhtml builder.

show more ...