https://github.com/justquick/pycon-docs-tutorial
Python US 2023 Tutorial
https://github.com/justquick/pycon-docs-tutorial
Last synced: 2 months ago
JSON representation
Python US 2023 Tutorial
- Host: GitHub
- URL: https://github.com/justquick/pycon-docs-tutorial
- Owner: justquick
- License: mit
- Created: 2023-04-20T19:32:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T22:05:33.000Z (about 3 years ago)
- Last Synced: 2025-03-22T22:19:16.702Z (over 1 year ago)
- Language: Python
- Size: 867 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sphinxy
This is an example project to showcase how to use [Sphinx](https://www.sphinx-doc.org/en/master/) to generate documentation for a python API, and automate its deployment using GitHub Actions.
To get started, follow [this Sphinx tutorial](https://olgarithms.github.io/sphinx-tutorial/).