Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 478 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 478 Bytes

aind-software-docs

Contributing

Please read: https://docs.allenneuraldynamics.org/en/latest/docs.html

Development

To generate the rst files source files for the documentation locally, run

sphinx-apidoc -o docs/source/ src

Then to create the documentation HTML files, run

sphinx-build -b html docs/source/ docs/build/html

More info on sphinx installation can be found here.