Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 20 of 20) sorted by relevance

/libCEED/doc/
H A DREADME.md7 If you have Python and Doxygen installed, these two commands should build the documentation in `doc
10 pip install --user -r doc/sphinx/requirements.txt # only needed once
11 make doc # builds HTML site
18 …to libCEED's User Manual, Sphinx needs to be [installed](http://www.sphinx-doc.org/en/master/usage…
26 If you are editing documentation, such as the reStructuredText files in `doc/sphinx/source`, you ca…
29 make -C doc/sphinx html
32 which will HTML docs in the [doc/sphinx/build](./sphinx/build) directory. Use
35 make -C doc/sphinx latexpdf
44 make -C doc/sphinx help
52 pip install --user -r doc/sphinx/requirements.txt
[all …]
/libCEED/
H A D.gitignore49 doc/html
50 doc/sphinx/build/
52 doc/sphinx/source/examples/
H A DMakefile908 $(RM) -r doc/html doc/sphinx/build $(CONFIG)
920 doc-html doc-latexpdf doc-epub doc-livehtml : doc-% : doxygen
921 make -C doc/sphinx $*
923 doc : doc-html target
938 format.ot := $(filter-out doc/sphinx/source/CODE_OF_CONDUCT.md doc/sphinx/source/CONTRIBUTING.md, $…
1051 .PHONY : all cln clean doxygen doc format lib install par print test tst prove prv prove-all junit …
H A DRELEASING.md20 Additionally, the release notes in `doc/sphinx/source/releasenotes.md` should be updated.
25 Use `make doc-latexpdf` to build a PDF users manual and inspect it for missing references or format…
56 Generate the PDF using `make doc-latexpdf`, click "New version" on the [Zenodo record](https://zeno…
58 Make a new PR to update the version number and DOI in `README.rst` and `doc/bib/references.bib`.
H A DREADME.md7 [![Documentation][doc-badge]][doc-link]
128 See the [Cargo documentation](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.htm…
483 The BibTeX entries for these references can be found in the `doc/bib/references.bib` file.
502 [doc-badge]: https://readthedocs.org/projects/libceed/badge/?version=latest
503 [doc-link]: https://libceed.org/en/latest/?badge=latest
H A DDoxyfile64 PROJECT_LOGO = doc/img/logo.svg
1069 IMAGE_PATH = doc/img
1261 HTML_OUTPUT = doc/html
1550 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1559 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
1560 # The default value is: doc.
1563 QHP_VIRTUAL_FOLDER = doc
1568 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1576 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1583 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
[all …]
/libCEED/julia/LibCEED.jl/src/
H A DQuadrature.jl1 @doc raw"""
20 @doc raw"""
H A DBasis.jl38 @doc raw"""
59 @doc raw"""
114 @doc raw"""
172 @doc raw"""
230 @doc raw"""
461 @doc raw"""
H A DElemRestriction.jl34 @doc raw"""
97 @doc raw"""
165 @doc raw"""
235 @doc raw"""
H A DGlobals.jl127 @doc """
/libCEED/rust/libceed-sys/src/
H A Dlib.rs8 #![doc = include_str!("../README.md")]
/libCEED/rust/libceed-sys/c-src/
H A DMakefile908 $(RM) -r doc/html doc/sphinx/build $(CONFIG)
920 doc-html doc-latexpdf doc-epub doc-livehtml : doc-% : doxygen
921 make -C doc/sphinx $*
923 doc : doc-html target
938 format.ot := $(filter-out doc/sphinx/source/CODE_OF_CONDUCT.md doc/sphinx/source/CONTRIBUTING.md, $…
1051 .PHONY : all cln clean doxygen doc format lib install par print test tst prove prv prove-all junit …
/libCEED/rust/libceed/src/
H A Dlib.rs9 #![doc = include_str!("../README.md")]
164 #[doc(hidden)]
323 #[doc(hidden)]
331 #[doc(hidden)]
H A Dbasis.rs326 #[doc(hidden)]
332 #[doc(hidden)]
H A Delem_restriction.rs320 #[doc(hidden)]
326 #[doc(hidden)]
H A Dvector.rs343 #[doc(hidden)]
349 #[doc(hidden)]
H A Dqfunction.rs443 #[doc(hidden)]
449 #[doc(hidden)]
H A Doperator.rs447 #[doc(hidden)]
453 #[doc(hidden)]
/libCEED/examples/rust-qfunctions/ex1-volume-rs/src/
H A Dlib.rs25 #[doc = " A structure used to pass additional data to f_build_mass"]
/libCEED/rust/libceed/
H A DREADME.md52 cargo doc --features=katexit