This commit helps reduce clutter on the navigation sidebar. Creates new directories and moves relevant files into them. Modifies index.rst, symlinks, and image paths accordingly. This commit also enables expandable/collapsible navigation items, renames files in docs/development and docs/production, modifies /tools/test-documentation so that it overrides a theme setting, Also updates links to other docs, file paths in the codebase that point to developer documents, and files that should be excluded from lint tests. Note that this commit does not update direct links to zulip.readthedocs.io in the codebase; those will be resolved in an upcoming follow-up commit (it'll be easier to verify all the links once this is merged and ReadTheDocs is updated). Fixes #5265.
1.6 KiB
Zulip PyPI package release checklist
This document describes the steps to be followed when preparing a new release of the PyPI package for our API bindings.
While performing the steps outlined below, we should adhere to the guidelines presented in the Python Packaging User Guide.
The steps below assume that you are familiar with the material presented here.
-
Reconfigure the package, if need be (upgrade version number, development status, and so on).
-
Create a source distribution.
-
Create a pure Python Wheel.
-
Upload the distribution file(s) to zulip-beta.
-
Post about the beta release in
#generaland test the zulip-beta package extensively. -
Respond to the feedback received in Step 5.
-
Make final changes, upload the distribution file(s) to the main zulip package.
-
Post in
#generalabout the new release.
Note: We may upload directly to the main zulip package without beta-testing on zulip-beta, if we feel that the changes made in the new release are minor and not disruptive enough to warrant extensive pretesting.