Home
last modified time | relevance | path

Searched refs:docs (Results 1 – 25 of 48) sorted by relevance

12

/petsc/doc/manualpages/
H A Dmpi.www.index1 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 Dindex.md3 > [MPI Documentation](https://docs.open-mpi.org/)
/petsc/src/binding/petsc4py/
H A Dmakefile54 .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 DMANIFEST.in14 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.gitignore9 docs/*.html
10 docs/*.info
11 docs/*.pdf
12 docs/*.[137]
13 docs/html
H A DDESCRIPTION.rst45 https://petsc.org/release/docs/manual/manual.pdf
/petsc/doc/overview/
H A Dprevious_release_docs.md6 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 Dbuilddist49 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 Dxclude30 petsc-dist/docs/exampleconcepts
31 petsc-dist/docs/.doctrees
41 petsc-dist/venv-petsc-docs
45 petsc-dist/arch-docs
H A Drebuildtar25 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 Dh2_10sp.inp7 # 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_redirects5 /release/docs/* /release/:splat 301
6 /main/docs/* /main/:splat 301
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_docs.py12 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.py113 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 Dcontributing.rst30 `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 Dinstall.rst71 $ python -m pip install -r src/binding/petsc4py/conf/requirements-docs.txt
75 $ cd src/binding/petsc4py/docs/source
H A Dciting.rst22 https://petsc.org/release/docs/manual/manual.pdf
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D__init__.py15 from . import docs
/petsc/doc/
H A D.gitignore4 # Populated from the classic docs build
H A Dmakefile38 docs: target
/petsc/doc/changes/
H A D2022.md17 - 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 Dsubmittingmr.md6 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 Dmakedocs144 cd ${LOC}/docs
158 cp -r ${LOC}/docs/manualpages PETSc.docset/Contents/Resources/Documents
/petsc/systems/Apple/iOS/bin/
H A Dmakedocs144 cd ${LOC}/docs
158 cp -r ${LOC}/docs/manualpages PETSc.docset/Contents/Resources/Documents
/petsc/doc/developers/
H A Ddocumentation.md22 ### 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…

12