/python-course-web

Introductory Python course website built with Sphinx and hosted by Github Pages

Primary LanguageJupyter Notebook

Python-Course-Web

Project for building a python course website with Sphinx.

To build the website, run the following:

cd sphinx
make clean
make HTML
python make_gh_pages.py

Then push changes to Github.

Dependencies

pip install:

  • sphinx
  • nbsphinx
  • sphinx_rtd_theme
  • sphinx-intl
  • nbsphinx_link
  • ipython
  • ipykernel