mirror of
https://github.com/Balshgit/public.git
synced 2025-12-13 11:20:41 +03:00
Starting with the docs
We are using Sphinx to manage our documentation.
If you have never worked with Sphinx this guide
will cover the most common uses cases.
Quickstart
- Clone this repository
- Install dependencies, here's how to do it
- Run
cd docs && make html - Open
_build/html/index.htmlwith your browser
Where to go next
Read the main page of the opened documentation website. It will guide you.