| /petsc/doc/manualpages/ |
| H A D | mpi.www.index | 1 man:+MPI_Attr_delete++MPI_Attr_delete++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Attr_… 2 man:+MPI_Attr_get++MPI_Attr_get++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Attr_get.ht… 3 man:+MPI_Attr_put++MPI_Attr_put++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Attr_put.ht… 4 man:+MPI_Comm_create_keyval++MPI_Comm_create_keyval++++man+http://www.mpich.org/static/docs/latest/… 5 man:+MPI_Comm_delete_attr++MPI_Comm_delete_attr++++man+http://www.mpich.org/static/docs/latest/www3… 6 man:+MPI_Comm_free_keyval++MPI_Comm_free_keyval++++man+http://www.mpich.org/static/docs/latest/www3… 7 man:+MPI_Comm_get_attr++MPI_Comm_get_attr++++man+http://www.mpich.org/static/docs/latest/www3/MPI_C… 8 man:+MPI_Comm_set_attr++MPI_Comm_set_attr++++man+http://www.mpich.org/static/docs/latest/www3/MPI_C… 9 man:+MPI_Keyval_create++MPI_Keyval_create++++man+http://www.mpich.org/static/docs/latest/www3/MPI_K… 10 man:+MPI_Keyval_free++MPI_Keyval_free++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Keyva… [all …]
|
| H A D | index.md | 3 > [MPI Documentation](https://docs.open-mpi.org/)
|
| /petsc/src/binding/petsc4py/ |
| H A D | makefile | 54 .PHONY: lint ruff-lint cython-lint check-docs stubtest 74 check-docs: 75 ${RM} -r petsc4py-docs-env 76 ${PYTHON} -m venv petsc4py-docs-env 77 . petsc4py-docs-env/bin/activate && python -m pip install -r conf/requirements-docs.txt 78 . petsc4py-docs-env/bin/activate && CFLAGS=-O0 python -m pip install . 79 . petsc4py-docs-env/bin/activate && ${MAKE} sphinx-html SPHINXOPTS=-Wj1 100 .PHONY: docs docs-html docs-pdf docs-misc 101 docs: docs-html docs-pdf docs-misc target 102 docs-html: rst2html sphinx-html [all …]
|
| H A D | MANIFEST.in | 14 include docs/*.html 15 include docs/*.pdf 16 include docs/*.info 17 include docs/*.[137] 18 include docs/*.rst 19 include docs/*.bib 20 graft docs/html 21 graft docs/source 22 prune docs/source/demo 23 prune docs/source/reference [all …]
|
| H A D | .gitignore | 9 docs/*.html 10 docs/*.info 11 docs/*.pdf 12 docs/*.[137] 13 docs/html
|
| H A D | DESCRIPTION.rst | 45 https://petsc.org/release/docs/manual/manual.pdf
|
| /petsc/doc/overview/ |
| H A D | previous_release_docs.md | 6 3.23 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.23/docs> 7 3.22 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.22/docs> 8 3.21 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.21/docs> 9 3.20 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.20/docs> 10 3.19 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.19/docs> 11 3.18 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.18/docs> 12 3.17 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.17/docs> 13 3.16 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.16/docs> 14 3.15 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.15/docs> 15 3.14 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.14/docs> [all …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | builddist | 49 PETSC_ARCH=arch-docs; export PETSC_ARCH 95 VENV=$PETSC_DIR/venv-petsc-docs 101 mv ../docs/html/* ../docs/html/.[!.]* ../docs 102 make latexpdf SPHINXOPTS="-j 1" && cp _build/latex/manual.pdf ../docs/manual/ 115 rm -rf docs/doctrees doc/images 171 /bin/tar -czf $ODIR/petsc-with-docs$version.tar.gz petsc$version 174 /bin/rm -rf $tmpdir/petsc$version/docs $tmpdir/petsc$version/zope $tmpdir/petsc$version/config/Buil…
|
| H A D | xclude | 30 petsc-dist/docs/exampleconcepts 31 petsc-dist/docs/.doctrees 41 petsc-dist/venv-petsc-docs 45 petsc-dist/arch-docs
|
| H A D | rebuildtar | 25 scp petsc-with-docs-${VERSION}.tar.gz svcpetsc@compute-01.cels.anl.gov:/nfs/pub_html/gce/projects/p…
|
| /petsc/src/ts/tutorials/ |
| H A D | h2_10sp.inp | 7 # curl https://combustion.llnl.gov/content/assets/docs/combustion/h2_v1a_therm.txt > h2_v1a_t… 8 # curl https://combustion.llnl.gov/content/assets/docs/combustion/h2_v1b_mech.txt > h2_v1b_me… 14 -chem https://combustion.llnl.gov/content/assets/docs/combustion/h2_v1b_mech.txt 15 -thermo https://combustion.llnl.gov/content/assets/docs/combustion/h2_v1a_therm.txt
|
| /petsc/doc/public/ |
| H A D | _redirects | 5 /release/docs/* /release/:splat 301 6 /main/docs/* /main/:splat 301
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/ |
| H A D | _docs.py | 12 from ..classes.docs._doc_str import PetscDocString, SectionManager 13 from ..classes.docs._doc_section import (
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | _typing.py | 113 from .classes.docs._doc_str import Verdict, PetscDocString 114 from .classes.docs._doc_section_base import ( 117 from .classes.docs._doc_section import (
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | contributing.rst | 30 `unittest <https://docs.python.org/3/library/unittest.html>`_ 47 $ make html SPHINXOPTS='-W' -C src/binding/petsc4py/docs/source 54 .. _ruff: https://docs.astral.sh/ruff
|
| H A D | install.rst | 71 $ python -m pip install -r src/binding/petsc4py/conf/requirements-docs.txt 75 $ cd src/binding/petsc4py/docs/source
|
| H A D | citing.rst | 22 https://petsc.org/release/docs/manual/manual.pdf
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | __init__.py | 15 from . import docs
|
| /petsc/doc/ |
| H A D | .gitignore | 4 # Populated from the classic docs build
|
| H A D | makefile | 38 docs: target
|
| /petsc/doc/changes/ |
| H A D | 2022.md | 17 - Changed the location of the manual pages from docs/www/www.html 18 and docs/www to `docs/manualpages/manualpages.html` and 19 `docs/manualpages`.
|
| /petsc/doc/developers/contributing/ |
| H A D | submittingmr.md | 6 Alternatively, use [GitLab's web interface](https://docs.gitlab.com/ee/user/project/merge_requests/… 10 …include a [closing pattern](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#de… 19 - For changes only to documentation, add the `docs-only` label, which will 70 …e `Changes` window. A useful feature is the ["insert suggestion"](https://docs.gitlab.com/ee/user/…
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | makedocs | 144 cd ${LOC}/docs 158 cp -r ${LOC}/docs/manualpages PETSc.docset/Contents/Resources/Documents
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | makedocs | 144 cd ${LOC}/docs 158 cp -r ${LOC}/docs/manualpages PETSc.docset/Contents/Resources/Documents
|
| /petsc/doc/developers/ |
| H A D | documentation.md | 22 ### Building the HTML docs locally 24 We use a [Python 3 virtual environment](https://docs.python.org/3/tutorial/venv.html) to build the … 28 $ make docs 64 … code. Use a path beginning with `/`, relative to the root for the Sphinx docs (where `conf.py` is… 153 …n. In particular, the use of [list-table](https://docutils.sourceforge.io/docs/ref/rst/directives.… 155 …r to use [anonymous hyperlink references](https://docutils.sourceforge.io/docs/ref/rst/restructure…
|