[go: up one dir, main page]

Menu

Tree [6870db] 0.4.0b9 / docs /
 History

HTTPS access


File Date Author Commit
 source 2021-05-24 Herklos Herklos [fd988f] [Doc] Update profile pages
 Makefile 2021-01-03 Herklos Herklos [9358fc] [DOC] Add wiki pages as rst
 README.md 2021-01-20 Guillaume De Saint Martin Guillaume De Saint Martin [601733] [Docs] add README.md
 make.bat 2021-01-03 Herklos Herklos [73318d] [DOC] Add basis

Read Me

OctoBot Docs

This is the OctoBot documentation which is deployed on docs.octobot.online.

It uses Sphinx to generate the website which is automatically re-deployed
upon each merge on dev branch.

Build this doc

To locally build this doc, first install Sphinx and the necessary requirements.

$ python3 -m pip -r doc_requirements.txt -r requirements.txt

Then go to the docs directory and run (depending on your os).

$ make html
$ make.bat html

The documentation website is now available at docs/build/html/index.html.

Contribute

To contribute to this documentation, please open a pull request to merge your contribution branch on dev.

Images

Images are stored on the assets branch of this repository. To add an image to this documentation, add it to the
assets branch (via pull request) and reference it directly from this doc.

Example with assets/wiki_resources/octobot_arch.svg stored at OctoBot/assets/wiki_resources/octobot_arch.svg:

.. image:: https://raw.githubusercontent.com/Drakkar-Software/OctoBot/assets/wiki_resources/octobot_arch.svg
   :target: https://raw.githubusercontent.com/Drakkar-Software/OctoBot/assets/wiki_resources/octobot_arch.svg
   :alt: OctoBot architecture