Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Docs

Quiver use mkdocstrings to build docs. build and serve your own docs by running:

    pip install mkdocs-material
    pip install mkdocstrings
    mkdocs serve

Then you can access localhost:8000 to read docs.