Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Pyquil documentation

Requirements for building the docs are:

  • sphinx
  • sphinx_rtd_theme

Install these using pip or your favorite package manager.

To build the docs, run:

make docs

from the pyquil root folder. Or run:

make html

from this folder.