https://github.com/psf/policies
https://github.com/psf/policies
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/psf/policies
- Owner: psf
- Created: 2023-05-03T12:49:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T21:48:08.000Z (8 months ago)
- Last Synced: 2025-07-13T00:38:28.229Z (5 months ago)
- Language: Dockerfile
- Homepage: https://policies.python.org
- Size: 114 KB
- Stars: 18
- Watchers: 8
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Software Foundation Policies
This repository acts as the canonical source for the policies published by
the [Python Software Foundation](https://python.org/psf/).
## Development
You can use `docker compose up` to start development server with live-reloading as you
edit documents.
Once it has started, navigate to [http://localhost:10000](http://localhost:10000)
in your browser! Any edits made will render as you save your work.
### Adding new pages
To add a new page, you'll need to do two things:
1. Create the page itself in the appropriate location under [`./docs`](./docs/).
2. Add the page to the `nav` hierarchy in [`mkdocs.yml`](./mkdocs.yml).