minor - update copyright to 2026
minor - upate copyright to 2025
minor - update copyright headers
doc: replace recommonmark with MyST and migrate ReST to MySTThis offers more familiar syntax for most writing, as well as natural$\pi$ math (versus :math:`\pi`) and markdown syntax for all ReSTfe
doc: replace recommonmark with MyST and migrate ReST to MySTThis offers more familiar syntax for most writing, as well as natural$\pi$ math (versus :math:`\pi`) and markdown syntax for all ReSTfeatures.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-filesThe change was largely implemented usinghttps://github.com/executablebooks/rst-to-myst/ with some manualfix-ups. Tables (both ReST built-in tables and list-table) remain undereval-rst until they can be manually updated.
show more ...
rust/libceed: add README.md in preparation for packaging
rust: update docs and add working version check tests
rust - cargo fmt
rust: split crates into libceed-sys and libceedCo-authored-by: Jeremy L. Thompson <jeremy@jeremylt.org>