Tutorial
This tutorial walks through the basics of creating a Github Pages site for a Python package. It focuses on sphinx.
The tutorial will show off the Python package mycybergis
in cybergis/github-pages-demo and an example notebook using the package.
Note
Before you start, please setup a Github account, an environment with Git and Sphinx installed and have some kind of Python package management software. I recommend venv or conda. The tutorial assumes you have Sphinx installed and some way to install Python packages.