| #
77d01c0a
|
| 05-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: move BibTeX files to doc/ tree
|
| #
5815e746
|
| 05-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-panels-team-table' into 'release'
Docs: Use sphinx-panels for team table
See merge request petsc/petsc!4409
|
| #
7bbb4a10
|
| 04-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
docs: remove team table auto-generation logic
|
| #
99ed6026
|
| 04-Oct-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: Use sphinx-panels for team table
Use the sphinx-panels extension (which has CSS flexbox under the hood) instead of custom CSS and auto-generation for team table.
Images are used in the normal
Docs: Use sphinx-panels for team table
Use the sphinx-panels extension (which has CSS flexbox under the hood) instead of custom CSS and auto-generation for team table.
Images are used in the normal way for Sphinx (so should work with all builders including html and dirhtml). Images are a mix of external links and images in the PETSc images repo.
Uses hard-coded links to GitLab avatars, which were obtained with the generate_team_table.py script.
show more ...
|
| #
cc4b8679
|
| 17-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
13c6d3c6
|
| 17-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-image-submodule-2' into 'release'
Move images to separate repository
See merge request petsc/petsc!4275
|
| #
fc1137ab
|
| 03-Sep-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: use logo and favicon from image submodule
|
| #
e6bab0d2
|
| 13-May-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Clone dedicated images repository to docs/images
The URL and required branch are directly specified in doc/Makefile
doc/Makefile will clone automatically if the directory is missing.
|
| #
bef1afec
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
dbe7d75a
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-link-fix' into 'release'
Docs: Fix outdated list of excluded directories for link fixes
See merge request petsc/petsc!4311
|
| #
1540e0ed
|
| 13-Sep-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: Fix outdated list of excluded directories for link fixes
Refactor to remove duplicated information, fixing an outdated list of directories to exclude when post-processing links generated by th
Docs: Fix outdated list of excluded directories for link fixes
Refactor to remove duplicated information, fixing an outdated list of directories to exclude when post-processing links generated by the custom extension.
show more ...
|
| #
90850f4d
|
| 17-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c4a15d23
|
| 17-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-classic-man-pages-header' into 'release'
Docs: add version header to man pages
See merge request petsc/petsc!4203
|
| #
1e537200
|
| 17-Aug-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: add version header to man pages
|
| #
f59157ec
|
| 17-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
e2d961f4
|
| 16-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-adjust-manpage-urls' into 'release'
Docs: change documentation/ subtree to docs/
See merge request petsc/petsc!4194
|
| #
2cb00302
|
| 29-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: move documentation/ subtree to docs/
This violates usual norms about trying to use complete words for things, in favor of
* Creating slightly-shorter URLs for manualpages * Aligning with the
Docs: move documentation/ subtree to docs/
This violates usual norms about trying to use complete words for things, in favor of
* Creating slightly-shorter URLs for manualpages * Aligning with the previous website's conventions, important for forwarding manual pages
show more ...
|
| #
02f5a9aa
|
| 28-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: refactor copying of classic docs
Instead of relying on Sphinx's html_extra_path functionality, directly copy the required classic docs at the end of the build. This has the advantages of requi
Docs: refactor copying of classic docs
Instead of relying on Sphinx's html_extra_path functionality, directly copy the required classic docs at the end of the build. This has the advantages of requiring less Sphinx knowledge for readers of conf.py, and of delaying time-consuming copying of files until the end of the docs build, which is useful for incremental local development.
show more ...
|
| #
d98616a8
|
| 21-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
aace17cb
|
| 19-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-streamline-conf-py' into 'release'
Docs: cleanup of conf.py
See merge request petsc/petsc!4112
|
| #
10fb51d4
|
| 19-Jun-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: conf.py: remove autosummary_generate option
|
| #
8049e9a6
|
| 19-Jun-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: conf.py: remove unused patch_version
|
| #
0e83fd90
|
| 19-Jun-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
conf.py: remove unnecessary return statement
|
| #
96b7068e
|
| 19-Jun-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: cleanup of conf.py
Streamline conf.py by removing many comments, rearranging entries, and encouraging the reader to run "sphinx-quickstart" and/or see Sphinx's documentation for more informati
Docs: cleanup of conf.py
Streamline conf.py by removing many comments, rearranging entries, and encouraging the reader to run "sphinx-quickstart" and/or see Sphinx's documentation for more information.
Perform some other minor cleanups to the source.
show more ...
|
| #
87919483
|
| 19-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|