History log of /libCEED/examples/solids/README.md (Results 1 – 23 of 23)
Revision Date Author Comments
# 57574c6f 29-May-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1829 from CEED/jeremy/documentation-markers

Use HTML comments as doc inclusion markers


# 525f58ef 29-May-2025 Jeremy L Thompson <jeremy@jeremylt.org>

doc - use HTML comments as inclusion markers


# d89549c6 28-May-2025 Jeremy L Thompson <jeremy@jeremylt.org>

doc - hide inclusion markers in md


# 9f6b563e 13-May-2025 Jeremy L Thompson <jeremy@jeremylt.org>

doc - minor fixes (#1821)


# 4a46e67d 12-May-2025 Jeremy L Thompson <jeremy@jeremylt.org>

doc - minor fixes


# d7b2f0fa 27-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1622 from CEED/jeremy/ref-external

Add links to Ratel, HONEE


# 6d9fcd4b 27-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

ex - add links to Ratel, HONEE


# d6ad0040 11-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1602 from CEED/jeremy/solids-simplify

solids - reduce to minimal example set, see Ratel for full


# a80a54a2 10-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

solids - drop small strain since its untested


# c8565611 10-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

solids - reduce to minimal example set, see Ratel for full


# 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


# c97ca96e 25-Apr-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #949 from CEED/jeremy/small-doc-fix

Small doc update


# 2288fb52 25-Apr-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - doc update and consistency for qextra


# be602ada 01-Mar-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #910 from wence-/wence/fix/solids-formatting

examples/solids: Fix leftover rst formatting


# 1fbe68c1 01-Mar-2022 Lawrence Mitchell <lawrence@wence.uk>

examples/solids: Fix leftover rst formatting


# f163c87f 01-Feb-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #885 from CEED/jeremy/min-petsc

PETSc - set minimum version for examples


# b8962995 31-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - set minimum version for examples


# b34b2cb1 01-Oct-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #818 from CEED/leila/doc-fix

Examples - doc


# b425b72c 27-Sep-2021 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/solids: fix typo


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

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

doc: replace recommonmark with MyST


# 68e843ee 03-Aug-2021 Jed Brown <jed@jedbrown.org>

doc: replace ReST tables/list-table with MyST


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