opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
175 stars 43 forks source link

More complete docs testing #274

Open Peque opened 6 years ago

Peque commented 6 years ago

With Sphinx:

sphinx-build -E -W --color -b html -d {envtmpdir}/doctrees \
        docs/source {envtmpdir}/html
sphinx-build -E -W --color -b linkcheck -d {envtmpdir}/doctrees \
        docs/source {envtmpdir}/linkcheck

Maybe myint/rstcheck and PyCQA/pydocstyle too?

Any others?