Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Docs for Syclops

This repo contains the documentation for the Syclops project.

Installation

To build the documentation, you need to install Material for MKDocs.

pip install mkdocs-material
pip install mkdocs-glightbox

Serve

To serve the documentation locally, run the following command:

mkdocs serve

Build

To build the documentation, run the following command:

mkdocs build