3 Commits

Author SHA1 Message Date
Maxim Reznik
e312a2aa50 Add install target to doc/Makefile
Refs #1419
2025-04-25 14:39:08 +00:00
Maxim Reznik
d428e9a387 Copy ALS Wiki pages to the main repo to include
in the documentation.
2025-02-13 21:45:08 +00:00
Maxim Reznik
091f459689 Add Sphinx script to build documentation.
Fix minor issues in markdown documents and group them im `toctree`
directives. Then use `myst-parser` to parse markdown files.

To build documentation:
* pip install -r doc/requirements.txt
* make -C doc html

Refs #1419
2025-02-13 21:45:08 +00:00