Skip to content

psf/policies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0345181 · Mar 25, 2025

History

77 Commits
Jan 31, 2025
Mar 25, 2025
Aug 22, 2024
May 3, 2023
Aug 22, 2024
Aug 22, 2024
Jul 2, 2024
Jan 31, 2025
Feb 25, 2025
May 3, 2023

Repository files navigation

Python Software Foundation Policies

This repository acts as the canonical source for the policies published by the Python Software Foundation.

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 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.
  2. Add the page to the nav hierarchy in mkdocs.yml.