Repositories

Source Code

Models

Plugin Templates

Read The Docs

If you wish to build the documentation locally, you can do the following steps:

Clone the ReadTheDocs repository:

git clone https://github.com/CEINMS-RT/ReadTheDocs.git

Go to the doc/ directory:

cd ReadTheDocs/docs

Install the dependencies:

pip install -r requirements.txt

Build the HTML:

make html

Navigate to the build folder and open build/html/index.html in a browser.