Home
last modified time | relevance | path

Searched full:html (Results 1 – 24 of 24) sorted by relevance

/libCEED/doc/
H A DREADME.md7 …d Doxygen installed, these two commands should build the documentation in `doc/sphinx/build/html/`.
11 make doc # builds HTML site
16 …ser Manual. Sphinx can produce documentation in different output formats: HTML, LaTeX (for printab…
18 … to be [installed](http://www.sphinx-doc.org/en/master/usage/installation.html) together with its …
29 make -C doc/sphinx html
32 which will HTML docs in the [doc/sphinx/build](./sphinx/build) directory. Use
/libCEED/
H A DDoxyfile352 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
435 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
448 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
1127 # (index.html). This can be useful if you have a project on for instance GitHub
1190 # will make the HTML file larger and loading of large files a bit slower, you
1198 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1200 # (see https://www.gnu.org/software/global/global.html). You will need version
1247 # Configuration options related to the HTML output
1250 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1255 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
[all …]
H A DCONTRIBUTING.md28 [Junio](https://gitster.livejournal.com/42247.html) and
29 [Linus](http://yarchive.net/comp/linux/git_merges_from_upstream.html).
H A D.readthedocs.yml2 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
H A D.gitignore49 doc/html
H A DCODE_OF_CONDUCT.md81 …], version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
H A DREADME.md128 …tation](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependen…
384 [For example](https://people.freedesktop.org/~dbn/pkg-config-guide.html#faq), if `$prefix` is a sta…
H A DMakefile822 # https://testanything.org/tap-specification.html
908 $(RM) -r doc/html doc/sphinx/build $(CONFIG)
920 doc-html doc-latexpdf doc-epub doc-livehtml : doc-% : doxygen
923 doc : doc-html
/libCEED/doc/sphinx/source/
H A Dconf.py134 # -- Options for HTML output ----------------------------------------------
136 # The theme to use for HTML and HTML Help pages. See the documentation for
156 # refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
159 "relations.html", # needs 'show_related': True theme option to display
160 "searchbox.html",
170 # Translate LaTeX macros to KaTeX and add to options for HTML builder
176 # Output file base name for HTML help builder.
266 epub_exclude_files = ["search.html"]
H A DCONTRIBUTING.md28 [Junio](https://gitster.livejournal.com/42247.html) and
29 [Linus](http://yarchive.net/comp/linux/git_merges_from_upstream.html).
H A DCODE_OF_CONDUCT.md81 …], version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
/libCEED/examples/
H A DREADME.md8 … see the dedicated [documentation section](https://libceed.org/en/latest/examples/ceed/index.html).
58 …ase see the dedicated [BPs documentation section](https://libceed.org/en/latest/examples/bps.html).
63 …orresponding [fluids documentation page](https://libceed.org/en/latest/examples/fluids/index.html).
68 …orresponding [solids documentation page](https://libceed.org/en/latest/examples/solids/index.html).
73 …responding [area documentation page](https://libceed.org/en/latest/examples/petsc/index.html#area).
78 …re documentation page](https://libceed.org/en/latest/examples/petsc/index.html#bakeoff-problems-on…
/libCEED/julia/LibCEED.jl/docs/
H A Dmake.jl4 format=Documenter.HTML(prettyurls=false),
/libCEED/python/
H A Dceed_vector.py138 # https://numba.pydata.org/numba-doc/latest/cuda/cuda_array_interface.html
185 # https://numba.pydata.org/numba-doc/latest/cuda/cuda_array_interface.html
231 # https://numba.pydata.org/numba-doc/latest/cuda/cuda_array_interface.html
H A Dceed_qfunctioncontext.py132 # https://numba.pydata.org/numba-doc/latest/cuda/cuda_array_interface.html
/libCEED/doc/sphinx/source/api/
H A Dindex.rst16 .. only:: html
/libCEED/tests/
H A Dt340-basis.h11 // See: https://defelement.com/elements/examples/triangle-N1curl-2.html
/libCEED/examples/python/
H A Dtutorial-2-elemrestriction.ipynb38 … to (see [the API documentation](https://libceed.org/en/latest/libCEEDapi.html#finite-element-oper…
125 …vectors stored in the [E-vector](https://libceed.org/en/latest/libCEEDapi.html#finite-element-oper…
H A Dtutorial-4-qfunction.ipynb38 …nts (see [the API documentation](https://libceed.org/en/latest/libCEEDapi.html#api-description)). …
H A Dtutorial-5-operator.ipynb38 …on` (see [the API documentation](https://libceed.org/en/latest/libCEEDapi.html#finite-element-oper…
H A Dtutorial-3-basis.ipynb38 …ule (see [the API documentation](https://libceed.org/en/latest/libCEEDapi.html#finite-element-oper…
/libCEED/doc/papers/joss/
H A Dpaper.bib148 url = "https://rocmdocs.amd.com/en/latest/Programming_Guides/HIP-GUIDE.html",
273 url = "https://docs.nvidia.com/cuda/nvrtc/index.html",
/libCEED/rust/libceed-sys/c-src/
H A DMakefile822 # https://testanything.org/tap-specification.html
908 $(RM) -r doc/html doc/sphinx/build $(CONFIG)
920 doc-html doc-latexpdf doc-epub doc-livehtml : doc-% : doxygen
923 doc : doc-html
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp119 // https://docs.nvidia.com/cuda/cuda-c-best-practices-guide/index.html#dynamic-code-generation in CeedCompileCore_Cuda()