https://github.com/GPflow/GPflow
Revision 1272141f889332373f1469e950b3db3deee32e8d authored by st-- on 30 March 2020, 10:33:32 UTC, committed by GitHub on 30 March 2020, 10:33:32 UTC
* fix notebook LaTeX equations

* remove empty cells at bottom of notebooks

* fix link to intro_to_gpflow2 in docs

* Apply suggestions from code review

Co-Authored-By: Vincent Dutordoir <dutordoirv@gmail.com>

* fix internal notebook link

* more fixes

Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com>
1 parent aff62bc
Raw File
Tip revision: 1272141f889332373f1469e950b3db3deee32e8d authored by st-- on 30 March 2020, 10:33:32 UTC
fix notebook LaTeX equations + upgrade guide link (#1370)
Tip revision: 1272141
.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