How to use Sphinx for documenting python code

Опубликовано: 02 Октябрь 2024
на канале: Solitude Beacon Technologies Solitude Beacon
306
10

This video will guide you to create your own documentation using sphinx tool. Also you can find yelp reviews documentation using sphinx. Commands used in this video are...

For creating venv:
python -m venv (venvname)

For github:
1. git status ---- to check repository status
2. git add . ---- to add files to the repository
3. git commit ---- to commit the changes into repository
4. git checkout b (branchname) --- to switch into/create a new branch

Link for Sphinx documentation:
https://www.sphinx-doc.org/en/master/

Link to build the documentation:
readthedocs.org

Link to my github repository:
https://github.com/Poojaerelli/Yelp_r...

#sphinx
#sphinxtool
#yelp