| #
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
|
| #
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
|
| #
380e68c4
|
| 10-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
solids - drop current config in docs
|
| #
c8565611
|
| 10-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
solids - reduce to minimal example set, see Ratel for full
|
| #
2f258684
|
| 15-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1215 from CEED/jed/altair-sphinxext
doc: update to altair-5.0 and sphinext-altair
|
| #
c70a677f
|
| 13-May-2023 |
Jed Brown <jed@jedbrown.org> |
doc: update to altair-5.0 and sphinext-altair
https://github.com/altair-viz/altair/issues/3051#issuecomment-1546730887
|
| #
9be3b3b0
|
| 25-Aug-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #801 from CEED/jeremy/no-switches
Refactoring Solids to Remove Switches
|
| #
ffa5d67c
|
| 18-Aug-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - folder name consistency
|
| #
cd300322
|
| 13-Aug-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #703 from CEED/jed/doc-myst-nb
doc: replace recommonmark with MyST
|
| #
15f4bfc5
|
| 13-Aug-2021 |
Jed Brown <jed@jedbrown.org> |
doc: fix Altair plots by finding source files from DOCUTILSCONFIG
The current directory is different in ReadTheDocs builds than in local builds. This environment variable specifies where conf.py liv
doc: fix Altair plots by finding source files from DOCUTILSCONFIG
The current directory is different in ReadTheDocs builds than in local builds. This environment variable specifies where conf.py lives in both cases, and thus allows finding inputs relative to this directory.
show more ...
|
| #
8791656f
|
| 03-Aug-2021 |
Jed Brown <jed@jedbrown.org> |
doc: move from {math:numref} to {eq} (no visual change)
|
| #
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 ...
|