Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Building Documentation

To build the documentation:

  1. Build and install PyG from source.
  2. Install Sphinx theme via
    pip install git+https://github.com/pyg-team/pyg_sphinx_theme.git
    
  3. Generate the documentation file via:
    cd docs
    make html
    

The documentation is now available to view by opening docs/build/html/index.html.