stable-baselines3/docs
2020-05-05 16:54:33 +02:00
..
_static Add doc 2019-09-26 11:46:40 +02:00
guide Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
misc Update changelog 2020-05-05 16:54:33 +02:00
modules Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
conf.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
index.rst Sync with Stable-Baselines 2020-05-05 16:28:38 +02:00
make.bat Add doc 2019-09-26 11:46:40 +02:00
Makefile Add doc 2019-09-26 11:46:40 +02:00
README.md Add doc 2019-09-26 11:46:40 +02:00
spelling_wordlist.txt Fix typing errors and typos 2020-01-22 17:17:12 +01:00

Stable Baselines Documentation

This folder contains documentation for the RL baselines.

Build the Documentation

Install Sphinx and Theme

pip install sphinx sphinx-autobuild sphinx-rtd-theme

Building the Docs

In the docs/ folder:

make html

if you want to building each time a file is changed:

sphinx-autobuild . _build/html