History log of /libCEED/examples/ceed/index.md (Results 1 – 6 of 6)
Revision Date Author Comments
# 6d7116d7 28-May-2025 Jeremy L Thompson <jeremy@jeremylt.org>

doc - fix duplicate formula warning


# 01ad33c1 20-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1785 from CEED/jeremy/ex03-docs

Add ex3 to documentation


# 2d3e8ae5 19-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

doc - add ex3 to documentation


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