History log of /libCEED/doc/sphinx/source/api/CeedElemRestriction.rst (Results 1 – 9 of 9)
Revision Date Author Comments
# eca1b09c 27-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1008 from CEED/jeremy/doc-fixes

Small Doc Fixes


# 17be3a41 23-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

doc - update style since I'm touching the file


# 65275b31 13-May-2020 valeriabarra <valeriabarra21@gmail.com>

Merge branch 'master' into valeria/NSfixes


# 6d923037 02-May-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #523 from CEED/jed/breathe-4.17

Jed/breathe 4.17


# fc5b9ac6 01-May-2020 Jed Brown <jed@jedbrown.org>

doc: remove obsolete references to CeedInterlaceMode


# 7bbc455f 27-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #485 from CEED/valeria/jupyter-notebook-tutorials

Some jupyter-notebook tutorials


# b41c3af5 19-Mar-2020 valeriabarra <valeriabarra21@gmail.com>

User manual: Introductory sentences for each API class


# da62e0a9 08-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #446 from CEED/user-manual

Sphinx user manual published at libceed.readthedocs.io


# 4c4400c7 08-Mar-2020 Valeria Barra <valeriabarra21@gmail.com>

doc: convert to Sphinx documentation at libceed.readthedocs.io

Some technical notes about the expanded docs/process:

* Doxygen is now restricted to API documentation. Sphinx docs are
incomplete

doc: convert to Sphinx documentation at libceed.readthedocs.io

Some technical notes about the expanded docs/process:

* Doxygen is now restricted to API documentation. Sphinx docs are
incomplete surrogates due to not hyperlinking code listings, though
we hope the Doxygen site can be removed eventually.

* PDF output uses XeTeX (unicode and OTF fonts) with TeX Gyre Pagella
and DejaVu Sans Mono. You may need to install these fonts in order
to build the PDF users manual.

* Obtaining the author list from Git has not worked on
ReadTheDocs (`git shortlog` is empty even though `git log` is not),
so we automatically generate it on developer machines with `make
doc`. If the author information is incorrect/mangled, edit .mailmap
to fix the mapping.

* Math semantics are based on the description here
https://github.com/sphinx-doc/sphinx/issues/3785

Sphinx chooses one of two setups for the maths.

* If there is a single equation, then we wrap the maths in
\begin{equation*} (or equation).

* If there are multiple equations (as determined by the presence of
an empty line), then we wrap the maths first in \begin{aligned}
and then in \begin{align*} (or align).

Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu>
Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...