Skip to content

shanx/cashpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

==========================
Building the documentation
==========================

Quickstart
----------

If Sphinx is globally installed, simply run::

    make html

No globally installed Sphinx?
-----------------------------

If Sphinx is not globally installed, create a virtual environment and install it
locally::
    
    virtualenv .
    source bin/activate
    bin/python bin/pip install sphinx
    bin/python bin/pip install rst2pdf
    deactivate
    
Now, create or update the documentation with::

    source bin/activate
    make html

About

Repository for the cashpad app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published