History log of /petsc/doc/build_man_impls_links.py (Results 1 – 23 of 23)
Revision Date Author Comments
# daba9d70 19-Feb-2026 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2026-02-16/change-cpp-to-cxx' into 'main'

Change *.cpp to *.cxx

See merge request petsc/petsc!9043


# d52a580b 19-Feb-2026 Junchao Zhang <jczhang@mcs.anl.gov>

Change *.cpp to *.cxx


# a16d7c54 05-Jun-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2025-05-27/docs-build-in-petsc-arch' into 'main'

Build the docs files in $PETSC_ARCH when

See merge request petsc/petsc!8444


# 7f019730 27-May-2025 Barry Smith <bsmith@mcs.anl.gov>

Build the docs files in $PETSC_ARCH when

PETSC_ARCH is set and make docs is used

Otherwise the docs continue to be built in the doc directory.

Does not apply to petsc4py docs


# 07f25ad1 18-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 40a6955a 15-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-07-12/fix-doc-double-copyright/release' into 'release'

Fix double printing of parts of the footer for website pages.

See merge request petsc/petsc!7691


# 813bf178 12-Jul-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix yet another Python raw string in the doc generation


# 7c485f38 09-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 91fd0dc0 09-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-07-08/minor-plex-docs/release' into 'release'

Build PETSc and petsc4py docs with the same requirements file

See merge request petsc/petsc!7678


# 34c645fd 08-Jul-2024 Barry Smith <bsmith@mcs.anl.gov>

Update sphinx packages used to build docs make petsc4py docs shared common requirements.txt

This prevents errors such as below when building docs

Running Sphinx v7.3.7
Using PETSC inventory from fi

Update sphinx packages used to build docs make petsc4py docs shared common requirements.txt

This prevents errors such as below when building docs

Running Sphinx v7.3.7
Using PETSC inventory from file:///Users/barrysmith/Src/petsc/doc/_build/html/objects.inv
<Inventory (url): PETSc v3.21, 7842 objects>

Exception occurred:
File "petsc4py/PETSc.pyx", line 1, in init petsc4py.PETSc
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

show more ...


# f748bf6b 16-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'eijkhout/fix-script-python' into 'main'

Script: Update python in petscnagupgrade.py

See merge request petsc/petsc!7299


# 1b37a2a7 15-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Remove duplicates and switch to python3


# 28d911a8 08-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a44a259a 07-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-missing-implementations' into 'release'

Rename MKL [C]PARDISO/SuperLU_DIST functions to be listed in manpages

See merge request petsc/petsc!7089


# 45083dff 07-Dec-2023 Pierre Jolivet <pierre@joliv.et>

Whitelist MKL [C]PARDISO/SuperLU_DIST to be listed in manpages


# bbf40bec 26-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-09-15/fix-docs-petscobject-implementation' into 'main'

Fix generation of implementations for PetscObject manual pages

See merge request petsc/petsc!6876


# 30ad25b6 26-Sep-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix generation of implementations for PetscObject manual pages

Reported-by: Stefano Zampini


# cf5559fd 22-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-29/manual-page-bibliography-automation' into 'main'

Create system for automatically adding References: section when {cite} appears in the manual page

See merge request p

Merge branch 'barry/2023-07-29/manual-page-bibliography-automation' into 'main'

Create system for automatically adding References: section when {cite} appears in the manual page

See merge request petsc/petsc!6769

show more ...


# c05a776b 13-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-non-posix-docs' into 'main'

Fix non-POSIX expressions from documentation generation

See merge request petsc/petsc!6806


# 7ecb3c68 12-Aug-2023 Pierre Jolivet <pierre@joliv.et>

Fix non-POSIX expressions from documentation generation


# 92b0751c 30-Jul-2023 Barry Smith <bsmith@mcs.anl.gov>

Create system for automatically adding References: section when {cite} appears in the manual page


# 02ff24cd 14-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-06-24/improve-doc-build-time' into 'main'

Minor improvements to time to build docs, also add (crude) timing collections...

See merge request petsc/petsc!6631


# fae261c0 27-Jun-2023 Barry Smith <bsmith@mcs.anl.gov>

Convert generation of manual page links to implementations to python

Commit-type: docs-only, performance