https://github.com/GPflow/GPflow
Revision 771de3edeacb5fd37910b3a6431029ea592511b5 authored by st-- on 01 February 2019, 18:20:08 UTC, committed by GitHub on 01 February 2019, 18:20:08 UTC
* minor changes to tips_and_tricks notebook

* add tips_and_tricks to docs

* add doc/README.md
1 parent 765224b
Raw File
Tip revision: 771de3edeacb5fd37910b3a6431029ea592511b5 authored by st-- on 01 February 2019, 18:20:08 UTC
Minor changes to Tips & Tricks notebook (#921)
Tip revision: 771de3e
.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
back to top