stable-baselines3/docs
2019-11-21 14:52:29 +01:00
..
_static Add doc 2019-09-26 11:46:40 +02:00
guide Add doc 2019-09-26 11:46:40 +02:00
misc Add doc 2019-09-26 11:46:40 +02:00
modules Add doc 2019-09-26 11:46:40 +02:00
conf.py undo changes to conf.py 2019-11-21 14:52:29 +01:00
index.rst Add doc 2019-09-26 11:46:40 +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

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