| #
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
|
| #
0c2f3f01
|
| 27-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-03-26/docs-convert-manualpages-rst-md' into 'main'
Convert manualpages/*.rst to manualpages/*.md files
See merge request petsc/petsc!8244
|
| #
b8253ccf
|
| 27-Mar-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert manualpages/*.rst to manualpages/*.md files
|
| #
6d8694c4
|
| 20-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'
Major updates to Fortran interface
See merge request petsc/petsc!7517
|
| #
ce78bad3
|
| 20-Feb-2025 |
Barry Smith <bsmith@petsc.dev> |
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous ve
Fortran 90: fully embrace After 34 years!
- deprecate use of 'F90' in Fortran function names - use Fortran pointers when appropriate - the new Fortran API is not backward compatible with previous versions! - also clean up inconsistent PETSc code detected by new Fortran generation tools - drop use of bfort - automatically generate all the Fortran PETSc objects, enums etc from the include files - generate most of the Fortran interface definitions and functions from the source code - simplify the number and organization of Fortran modules
Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>
show more ...
|
| #
3ba50cbb
|
| 13-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
f0c406b7
|
| 11-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-02-09/convert-community-rst-to-md/release' into 'release'
Convert doc/community/rst files to md
See merge request petsc/petsc!8136
|
| #
09cc9507
|
| 11-Feb-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert doc/community/rst files to md
part of process of replacing all rst files with (MyST) md
|
| #
bf0460ce
|
| 14-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
3fc98ec9
|
| 13-Aug-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-docs' into 'release'
Minor documentation fixes
See merge request petsc/petsc!7759
|
| #
585d687e
|
| 13-Aug-2024 |
Pierre Jolivet <pierre@joliv.et> |
Minor documentation fixes
|
| #
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
|
| #
c6267af9
|
| 12-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
rename classic_docs to something more indicative of what they are making code maintainance of doc building easier
|
| #
2c804a55
|
| 12-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix double printing of parts of the footer for website pages.
Reported-by: Nils Friess
|
| #
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 ...
|
| #
e98d5aa1
|
| 12-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-01-03/docs-c2html' into 'main'
Remove recursive build of c2html files; no longer uses classic makefiles
See merge request petsc/petsc!7167
|
| #
ec83d434
|
| 04-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove recursive build of c2html files; no longer uses classic makefiles
saves 50 seconds on Barry's laptop
|
| #
613ce9fe
|
| 17-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
08c30c10
|
| 17-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-12-04/fix-manpage-references/release' into 'release'
Update references in the manual pages to use Sphinx citation processing
See merge request petsc/petsc!7101
|
| #
1d27aa22
|
| 04-Dec-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Update references in the manual pages to use Sphinx citation processing
|
| #
c3733864
|
| 25-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|