Skip to content

nabin-nath/cirun-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cirun.io Documentation

Installation

pip install -r requirements.txt

Build Documentation

cd docsrc
make html

To build and preview docs:

cd docsrc && make html && open _build/html/index.html && cd ..

Update docs/

cp -r docsrc/_build/html/* docs/

and now commit and push

TODO: Automated this via GitHub Actions

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.4%
  • Makefile 27.6%