Skip to content

quaive/quaive.manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quaive.manual

An end user manual for quaive

Building locally

  • Clone the repository
  • You can build the documentation with make html. This will auto-bootstrap a virtualenv and install sphinx, only the first time you run it.
  • The output can then be found under _build/html.
  • To force a full rebuild, do make clean html.