Files
openmmforcefields/docs
Matt Thompson 54e6e4099e Add uniform, automated linting (#319)
* Add uniform, automated linting

* Remove code paths that use old OpenFF Toolkit API

* Re-lint

* Switch to ruff

* Fix

* Fix bad merge

* Another lint
2024-05-03 10:48:05 -07:00
..
2024-05-03 10:48:05 -07:00
2020-01-05 11:49:42 -08:00
2020-01-05 11:49:42 -08:00
2019-10-26 18:55:15 -07:00
2019-10-26 18:55:15 -07:00
2019-10-26 18:55:15 -07:00

Compiling openmmforcefields's Documentation

The docs for this project are built with Sphinx. To compile the docs, first ensure that Sphinx and the ReadTheDocs theme are installed.

conda install sphinx sphinx_rtd_theme 

Once installed, you can use the Makefile in this directory to compile static HTML pages by

make html

The compiled docs will be in the _build directory and can be viewed by opening index.html (which may itself be inside a directory called html/ depending on what version of Sphinx is installed).