https://github.com/GPflow/GPflow
Revision 046b107d82c3042727aa7e0e138963200b742e46 authored by Eric Hammy on 13 November 2019, 10:36:58 UTC, committed by Artem Artemev on 13 November 2019, 10:36:58 UTC
The script generate_rst.py creates a folder `gpflow` which contains all
the rst for the autogeneration using sphinx. Also added is type checking
to the documentation and css and logo for the docs.
1 parent 1a38796
Raw File
Tip revision: 046b107d82c3042727aa7e0e138963200b742e46 authored by Eric Hammy on 13 November 2019, 10:36:58 UTC
Create autodocumentation of API for GPFflow. (#1120)
Tip revision: 046b107
.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Emacs backups
*~

# Pycharm IDE directory
.idea

# IPython Notebooks
.ipynb_checkpoints

# VSCode
.vscode

# OSX
.DS_Store
back to top