Skip to content

python-elective-kea/spring2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to python Fall 2022

Elective at KEA CS 4th semester.

View Online: https://python-elective-kea.github.io/spring2023/

Or view local by cloning this repository

  git clone https://github.com/python-elective-kea/fall2022.git

Open the index.html page in your browser from the "sphinx -> build" folder and use the website.

Working with the source files

If you want to work with the source files

Run in docker container

$ docker run --rm -v /path/to/document:/docs sphinxdoc/sphinx:3.3.0 make html

Install Sphinx

  $ pip install -U sphinx

And read the documentations here: https://www.sphinx-doc.org/en/master/contents.html

The source files can be found in "sphinx -> source" folder.

The "build" files are identical with the ones in the "docs" folder, but are used for local display.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published