Fetching metadata from the HF Docker repository...
PySR Documentation
Building locally
- In the base directory, run
pip install -r docs/requirements.txt
.
- Install PySR in editable mode:
pip install -e .
.
- Build doc source with
cd docs && ./gen_docs.sh && cd ..
.
- Create and serve docs with mkdocs:
mkdocs serve -w pysr
.