{"id":15008212,"url":"https://github.com/python/editorial-board","last_synced_at":"2025-10-01T16:31:30.414Z","repository":{"id":216210032,"uuid":"740726840","full_name":"python/editorial-board","owner":"python","description":"Communications of the Python Documentation Editorial Board","archived":false,"fork":false,"pushed_at":"2024-11-11T23:02:10.000Z","size":51,"stargazers_count":9,"open_issues_count":9,"forks_count":1,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-01-19T23:43:30.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://python.github.io/editorial-board/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/python.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://www.python.org/psf/donations/python-dev/","github":["python"]}},"created_at":"2024-01-08T23:57:46.000Z","updated_at":"2025-01-14T12:12:24.000Z","dependencies_parsed_at":"2024-02-03T02:27:28.536Z","dependency_job_id":"db502980-7b7c-4cf4-97cc-88a95c71fe2f","html_url":"https://github.com/python/editorial-board","commit_stats":{"total_commits":17,"total_committers":5,"mean_commits":3.4,"dds":0.5294117647058824,"last_synced_commit":"c0470c8f830be640537bb3e6a630bb5a74f8ca29"},"previous_names":["python/editorial-board"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Feditorial-board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Feditorial-board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Feditorial-board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Feditorial-board/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python","download_url":"https://codeload.github.com/python/editorial-board/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234881585,"owners_count":18901130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T19:15:36.602Z","updated_at":"2025-10-01T16:31:30.408Z","avatar_url":"https://github.com/python.png","language":"HTML","funding_links":["https://www.python.org/psf/donations/python-dev/","https://github.com/sponsors/python"],"categories":[],"sub_categories":[],"readme":"# Python Documentation Editorial Board\n\nThis repo contains activity updates, process, and planning information for the Python Documentation Editorial Board.\n\nSee [PEP 732](https://peps.python.org/pep-0732/).\n\n## Changelog\n\nWe have a \"changelog\" of decisions: [changelog directory](https://github.com/python/editorial-board/tree/main/content/changelog). \n\n## Updates\n\n[Read updates](https://python.github.io/editorial-board/updates/) of the Editorial Board's activities.\nSubscribe to the updates using the [RSS feed](https://python.github.io/editorial-board/updates/index.xml).\n\n## Process\n\nThe Editorial Board's private meetings are monthly on the second Tuesday at 1:30pm Pacific.\n\nIf you have a general request or question, please use the [Documentation category in Discourse](https://discuss.python.org/c/documentation/26).\n\nIf you need Editorial Board assistance, please [file an issue on this repo](https://github.com/python/editorial-board/issues/new/choose).\n\n## Reference\n\nThese links give context on the editorial board:\n- [PEP 732](https://peps.python.org/pep-0732/)\n- [PEP 732 Discourse discussion](https://discuss.python.org/t/pep-732-the-python-documentation-editorial-board/36710)\n- [Language Summit 2021 presentation](https://pyfound.blogspot.com/2021/05/the-2021-python-language-summit-python.html)\n- [Language Summit 2020 presentation](https://pyfound.blogspot.com/2020/04/cpython-documentation-next-5-years.html)\n\nThese links give context on existing documentation landing pages:\n- [CPython Documentation Landing page (docs.python.org)](https://docs.python.org)\n- [PSF (python.org) website landing page](https://python.org)\n- [Documentation Experience presentation - Review navigation of PSF website related to docs](https://docs.google.com/presentation/d/1ujDv8wViPvAMFAtYCRxSKh-CMUlbjcfVYitsqEI2Ios)\n\n\n## Writing new content\n\nHugo is not needed to be installed in order to write a new meeting minutes.\n\nWrite the meeting minutes a markdown file under ``content/updates/*.md``, commit, and\ncreate the pull request. A preview will then be generated on Netlify.\n\nThe meeting minutes should be written using template provided in [archetypes/updates.md](/archetypes/updates.md).\n\nIf you have Hugo installed, a new meeting minutes file can be created by typing on the command line:\n\n```\nhugo new content content/updates/newupdate.md\n```\n\nThis will create the file under ``content/updates/newupdate.md``, and you can continue editing it.\n\n(replace \"newupdate.md\" with the desired filename.)\n\n### Updating the Meeting Attendee List\n\nThe list of attendees is pulled from the ``\"members\"`` field in the frontmatter. By default, it lists all members\nof the Python Docs Editorial Board. If a member did not attend the meeting, remove from this list.\n\n## Building the static site locally\n\n1. First install Hugo.\n\n2. Run the command at the root of the repository:\n\n```\nhugo server\n```\n\n## Writing new changelog\n\nUse the template in [archetypes/changelog.md](archetypes/changelog.md).\n\nThe file can also be created using the command:\n\n```\nhugo new content content/changelog/newchangelog.md\n```\n\nIt will create a new file under ``content/changelog/newchangelog.md``. (Replace \"newchangelog.md\" with the desired filename).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython%2Feditorial-board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython%2Feditorial-board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython%2Feditorial-board/lists"}