Skip to content

Commit

Permalink
Remove tools/github_stats.py
Browse files Browse the repository at this point in the history
Also remove unused assets and utils.
  • Loading branch information
Carreau committed Dec 11, 2024
1 parent f5db70a commit 9e32f8c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 997 deletions.
15 changes: 0 additions & 15 deletions docs/source/coredev/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,21 +116,6 @@ If a major release:
- move the contents of ``development.rst`` to ``versionX.rst`` where ``X`` is
the numerical release version

- generate summary of GitHub contributions, which can be done with::

python tools/github_stats.py --milestone $MILESTONE > stats.rst

which may need some manual cleanup of ``stats.rst``. Add the cleaned
``stats.rst`` results to ``docs/source/whatsnew/github-stats-X.rst``
where ``X`` is the numerical release version (don't forget to add it to
the git repository as well). If creating a major release, make a new
``github-stats-X.rst`` file; if creating a minor release, the content
from ``stats.rst`` may simply be added to the top of an existing
``github-stats-X.rst`` file.

- Edit ``docs/source/whatsnew/index.rst`` to list the new ``github-stats-X``
file you just created.

- You do not need to temporarily remove the first entry called
``development``, nor re-add it after the release, it will automatically be
hidden when releasing a stable version of IPython (if ``_version_extra``
Expand Down
Loading

0 comments on commit 9e32f8c

Please sign in to comment.