https://github.com/sam-martin/sphinx-write-pages-tutorial
https://github.com/sam-martin/sphinx-write-pages-tutorial
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sam-martin/sphinx-write-pages-tutorial
- Owner: Sam-Martin
- Created: 2021-08-12T19:50:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T19:30:08.000Z (almost 5 years ago)
- Last Synced: 2025-02-04T22:25:52.703Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sphinx Write Pages Tutorial
Following on from a previous blog post on writing Sphinx extensions, a natural requirement is the ability to automatically generate not just content on a single page with your extension, but also content on wholly new pages! Let's see how that's done.
[Blog Post - Sphinx Extension Page Generation](https://sammart.in/post/2021-08-12-sphinx-extension-page-generation)