Skip to content

sid-agrawal/CellulOS-Docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CellulOS Documentation

View the docs here: https://cellulosdocs.readthedocs.io/en/cellulos/

Building Locally

Ubuntu

  1. Install sphinx: pip install sphinx
  2. Navigate to ./docs and install requirements: pip install -r requirements.txt
  3. Build the html files: make html
  4. Launch ./build/html/index.html to view the site locally
    • To easily launch from command line, you can add the following to /bashrc:
    export BROWSER="explorer.exe"
    alias start="explorer.exe"
    
    • Navigate to ./build/html/ and run start index.html

MacOS

  1. Setup venv:
cd docs
python3 -m venv .
source ./bin/activate
python3 -m pip install -r requirements.txt
  1. Build the html files: make html
  2. Launch: open ./build/html/index.html

About

Template for the Read the Docs tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%