Sample User Guide

GETTING STARTED

Install the Sphinx

pip install sphinx

Create a new directory for your project

mkdir docs && cd docs

Starting project for a Sphinx documentation project

sphinx-quickstart

Make the configuration in docs/conf.py

Run this command in the directory with the conf.py

make html

Tutorials

Here is some normal text

Section

Italic text

Subsection

Bold text

Subsubsection

Code sample

API