mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
6417769207
* chore: extend docs * chore(wip): attach ghcr * chore(test): mock a docker-build-push run * chore(test): verify `unstable` skips GHCR * chore(test): second mock attempt to skip GHCR * chore: cleanup after successful tests |
||
---|---|---|
.. | ||
__resources__ | ||
contents | ||
README.md |
pypiserver docs
Welcome to the documentation section of pypiserver
.
💡 This documentation is still a work in progress and would benefit from your help.
More information
If something is missing in the documentation here, maybe it is covered in README.md.
Documentation setup
Some areas to describe are highlighted in this issue (#368), but feel free to add if you see something missing there.
The ./contents
directory is designed to
all the documentation files.
How to contribute
Everyone is very welcome to extend pypiserver
documentation.
- 💭 If you think of a topic you would like to describe, this is great.
- 🌳 Fork this project and clone it locally to start your contribution.
- 📄 Create a new Markdown (
<doc title>.md
) file/subdirectory+file inside the./contents
:- 📁 Use subdirectories to organize related documentation into topics.
- :octocat: Push your changes to your fork and open a PR to this repository.
- 🔔 Tag someone from the maintainers if you'd like, but in any case we will try to review the PR as soon as possible.
- 💫 Once reviewed and accepted, your documentation will be merged into this repository.