Searched full:docs (Results 1 – 25 of 36) sorted by relevance
12
1 # Read the Docs configuration file2 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details19 # Build documentation in the docs/ directory with Sphinx24 # Optionally build your docs in additional formats such as PDF and ePub28 # Optionally set the version of Python and requirements required to build your docs
51 # Example docs automatically copied from source tree
19 …julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.…25 julia --project=docs/ docs/make.jl
3 makedocs(sitename="LibCEED.jl Docs",27 repo="github.com/CEED/libCEED-julia-docs.git",
4 [](https://docs.rs/libceed)49 To build the [documentation](https://docs.rs/libceed) locally with `katexit` enabled, use
13 documentation = "https://docs.rs/libceed"27 [package.metadata.docs.rs]
5 …e found at the [LibCEED.jl documentation](http://ceed.exascaleproject.org/libCEED-julia-docs/dev/).10 …out the Rust interface can be found at the [Rust interface documentation](https://docs.rs/libceed).
3 ```@docs
11 ```@docs
17 ```@docs
31 ```@docs
5 docs/build
3 Please see the [LibCEED.jl documentation](http://ceed.exascaleproject.org/libCEED-julia-docs/dev/) …
14 docs](https://libceed.org/en/latest/api/) for usage.
14 documentation = "https://docs.rs/libceed-sys"
5 …ll prefer the higher level (safe) Rust interface in the [`libceed` crate](https://docs.rs/libceed).
32 which will HTML docs in the [doc/sphinx/build](./sphinx/build) directory. Use
78 See the docs and unit tests for more examples.