Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 493 Bytes

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

  1. Clone this repository
  2. Install dependencies, here's how to do it
  3. Run cd docs && make html
  4. Open _build/html/index.html with your browser

Where to go next

Read the main page of the opened documentation website. It will guide you.