https://github.com/GPflow/GPflow
Revision acaccfdedc90ecbd9cb35c71f09f70aa2916fdce authored by polaschwoebel on 23 June 2020, 10:52:20 UTC, committed by GitHub on 23 June 2020, 10:52:20 UTC
Doc update. Resolves https://github.com/GPflow/docs/issues/4

* updated models.gpr docstring
* Elaboration.

Co-authored-by: Pola Elisabeth Schwobel <posc@MacBook-Pro.local>
Co-authored-by: Mark van der Wilk <markvanderw@gmail.com>
1 parent 31dbbe5
Raw File
Tip revision: acaccfdedc90ecbd9cb35c71f09f70aa2916fdce authored by polaschwoebel on 23 June 2020, 10:52:20 UTC
updated models.gpr docstring (#1511)
Tip revision: acaccfd
.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
*.ipynb

# VSCode
.vscode

# OSX
.DS_Store

# mypy artifacts
.mypy_cache
back to top