stable-baselines3/docs
2020-03-10 16:55:13 +01:00
..
_static Add doc 2019-09-26 11:46:40 +02:00
guide Build doc 2020-01-20 16:19:35 +01:00
misc Update changelog and add more namedtuples 2020-03-10 16:55:13 +01:00
modules Fix typing errors and typos 2020-01-22 17:17:12 +01:00
conf.py Minor edit to the doc 2020-01-28 10:24:02 +01:00
index.rst Update tests 2020-02-03 15:57:37 +01: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