diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2021-05-18 11:12:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 11:12:54 -0700 |
commit | d30bd7f25de53a8de47df326613f2681cf5e171a (patch) | |
tree | 06074875a195a977334045ec2804b446fa71a691 /doc/release/release_dev.rst | |
parent | 44680a2466c3c429d9c01f55d71952efbb09b25c (diff) | |
download | networkx-d30bd7f25de53a8de47df326613f2681cf5e171a.tar.gz |
Restructure documentation (#4744)
* Move credit to dev guide
* Simplify menu
* Reclaim empty sidebar space
* Simplify release log
* Cleanup bibliography
* Clean up
Diffstat (limited to 'doc/release/release_dev.rst')
-rw-r--r-- | doc/release/release_dev.rst | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/release/release_dev.rst b/doc/release/release_dev.rst index 04952af4..0fdce5dd 100644 --- a/doc/release/release_dev.rst +++ b/doc/release/release_dev.rst @@ -1,7 +1,10 @@ -Announcement: NetworkX 2.6 -========================== +Next Release +============ + +Release date: TBD + +Supports Python 3.7, 3.8, and 3.9. -We're happy to announce the release of NetworkX 2.6! NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. @@ -107,14 +110,13 @@ Deprecations Deprecate the ``Ordered`` graph classes. - -Contributors to this release ----------------------------- +Contributors +------------ <output of contribs.py> -Pull requests merged in this release ------------------------------------- +Merged PRs +---------- <output of contribs.py> |