History log of /libCEED/doc/sphinx/source/libCEEDapi.md (Results 1 – 20 of 20)
Revision Date Author Comments
# 48203ff5 05-Jan-2026 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1911 from CEED/jeremy/drop-occa

occa - retire backends


# 346c77e6 16-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

occa - retire backends


# d9b78650 15-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1426 from CEED/jeremy/trailing

Fix trailing spaces in non-linted files


# cefb0a82 14-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fix trailing spaces in non-linted files


# fdf20d15 20-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1339 from CEED/jeremy/spelling

Spelling is hard


# ac5aa7bc 19-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - spelling is hard


# 861776b7 24-Dec-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1124 from CEED/jed/release-0.11

Release 0.11


# 833ca6b5 24-Dec-2022 Jed Brown <jed@jedbrown.org>

doc: rename libCEED.svg to avoid latex build issue

sphinx/pandoc creates libCEED.pdf from libCEED.svg and places it in the
latex build directory where the manual, also named libCEED.pdf, needs to
go

doc: rename libCEED.svg to avoid latex build issue

sphinx/pandoc creates libCEED.pdf from libCEED.svg and places it in the
latex build directory where the manual, also named libCEED.pdf, needs to
go. Renaming avoids this conflict and circular include that breaks latex.

show more ...


# 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


# 6f448656 13-Apr-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #941 from CEED/jrwrigh/doc_fixes

docs: Fix function and API descriptions


# 71b2a0f6 10-Apr-2022 James Wright <james@jameswright.xyz>

doc: Fix Operator description


# 60bfe8bb 21-Mar-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #908 from CEED/doc-consistency

Documentation: small changes to notation


# af62e76e 14-Mar-2022 nbeams <nbeams@icl.utk.edu>

Add combined setup/mass schematic to documentation


# 02076a18 05-Mar-2022 nbeams <nbeams@icl.utk.edu>

doc: Add new schematic and draft of operator-specific version for mass matrix


# 52006392 25-Feb-2022 nbeams <nbeams@icl.utk.edu>

doc: add new operator data flow schematic


# 0fe925df 25-Feb-2022 nbeams <nbeams@icl.utk.edu>

doc: Change element restriction notation from G to \mathcal{E}


# cd300322 13-Aug-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #703 from CEED/jed/doc-myst-nb

doc: replace recommonmark with MyST


# 8791656f 03-Aug-2021 Jed Brown <jed@jedbrown.org>

doc: move from {math:numref} to {eq} (no visual change)


# bcb2dfae 04-Feb-2021 Jed Brown <jed@jedbrown.org>

doc: replace recommonmark with MyST and migrate ReST to MyST

This offers more familiar syntax for most writing, as well as natural
$\pi$ math (versus :math:`\pi`) and markdown syntax for all ReST
fe

doc: replace recommonmark with MyST and migrate ReST to MyST

This offers more familiar syntax for most writing, as well as natural
$\pi$ math (versus :math:`\pi`) and markdown syntax for all ReST
features.

The API doc stubs remain in ReST as recommended for autodoc.

https://myst-parser.readthedocs.io/en/latest/sphinx/use.html#use-sphinx-ext-autodoc-in-markdown-files

The change was largely implemented using
https://github.com/executablebooks/rst-to-myst/ with some manual
fix-ups. Tables (both ReST built-in tables and list-table) remain under
eval-rst until they can be manually updated.

show more ...