Skip to content

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

Notifications You must be signed in to change notification settings

cmorace/python-course-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published