x0s / pytti-book

PyTTI Documentation and Tutorials

Home Page:https://pytti-tools.github.io/pytti-book/intro.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTTI-Tools Documentation and Tutorials

Jupyter Book Badge Open In Colab DOI DOI

Requirements

pip install jupyter-book
pip install ghp-import

Building and publishing

# Add a new document to the book
git add NewArticle.ipynb

# The page won't show up unless you specify where it goes in the TOC
git add _toc.yml
git commit -am "Added NewArticle.ipynb"
jupyter-book build .
ghp-import -n -p -f _build/html

About

PyTTI Documentation and Tutorials

https://pytti-tools.github.io/pytti-book/intro.html


Languages

Language:Jupyter Notebook 100.0%