Searched full:doc (Results 1 – 25 of 26) sorted by relevance
12
7 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 once11 make doc # builds HTML site18 …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 html32 which will HTML docs in the [doc/sphinx/build](./sphinx/build) directory. Use35 make -C doc/sphinx latexpdf44 make -C doc/sphinx help52 pip install --user -r doc/sphinx/requirements.txt[all …]
49 doc/html50 doc/sphinx/build/52 doc/sphinx/source/examples/
22 configuration: doc/sphinx/source/conf.py31 - requirements: doc/sphinx/requirements.txt
20 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`.
7 [![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=latest503 [doc-link]: https://libceed.org/en/latest/?badge=latest
908 $(RM) -r doc/html doc/sphinx/build $(CONFIG)920 doc-html doc-latexpdf doc-epub doc-livehtml : doc-% : doxygen921 make -C doc/sphinx $*923 doc : doc-html target938 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 …
64 PROJECT_LOGO = doc/img/logo.svg1069 IMAGE_PATH = doc/img1261 HTML_OUTPUT = doc/html1550 # 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 = doc1568 # 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 …]
1 @doc raw"""20 @doc raw"""
38 @doc raw"""59 @doc raw"""114 @doc raw"""172 @doc raw"""230 @doc raw"""461 @doc raw"""
34 @doc raw"""97 @doc raw"""165 @doc raw"""235 @doc raw"""
127 @doc """
27 cargo +nightly doc --package libceed-sys --package libceed --no-deps
25 elif git diff origin/main --exit-code doc/sphinx/source/releasenotes.rst; then
8 #![doc = include_str!("../README.md")]
138 # https://numba.pydata.org/numba-doc/latest/cuda/cuda_array_interface.html185 # https://numba.pydata.org/numba-doc/latest/cuda/cuda_array_interface.html231 # https://numba.pydata.org/numba-doc/latest/cuda/cuda_array_interface.html
132 # https://numba.pydata.org/numba-doc/latest/cuda/cuda_array_interface.html
52 cargo doc --features=katexit
25 #[doc = " A structure used to pass additional data to f_build_mass"]
326 #[doc(hidden)]332 #[doc(hidden)]
9 #![doc = include_str!("../README.md")]164 #[doc(hidden)]323 #[doc(hidden)]331 #[doc(hidden)]
320 #[doc(hidden)]326 #[doc(hidden)]
343 #[doc(hidden)]349 #[doc(hidden)]
443 #[doc(hidden)]449 #[doc(hidden)]
149 …// https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_backend_l… in CeedGetKernel_Sycl()