History log of /libCEED/doc/sphinx/source/api/CeedBasis.rst (Results 1 – 10 of 10)
Revision Date Author Comments
# 1c427b21 23-Aug-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1045 from CEED/jed/fix-docs

fix docs


# 8f0d9e13 23-Aug-2022 Jed Brown <jed@jedbrown.org>

doc: fix warnings and malformed hyperlink target


# eca1b09c 27-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

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

Small Doc Fixes


# 6704dbc6 23-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

doc - fix missing link


# 06da9cdb 22-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1004 from CEED/jeremy/doc-fix

Doc fixes


# 2f26800c 21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

doc - drop unused code


# 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 ...