Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Documentation

In order to preview and build this documentation, you need to have uv installed on your system.

Generate the static documentation files for publication on the web.

uv run sphinx-build -M dirhtml source dist

Serve the built files locally.

uv run python server.py

Automatically apply changes while writing.

uv run sphinx-autobuild source dist --builder dirhtml