summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-11-18 10:52:30 -0800
committerSeth M Morton <seth.m.morton@gmail.com>2018-11-18 10:52:30 -0800
commit98fc3c38124ac9496bb9b851d00ca73ffd0c53ba (patch)
tree3ee645955d7eb6f96d3c840ab84a0952e035913f
parentc38b3665926aaf71adc71675e8ac77203b6832fa (diff)
downloadnatsort-98fc3c38124ac9496bb9b851d00ca73ffd0c53ba.tar.gz
Fix header sizes in README
Accidentally I made a subsection's headers bigger than it's parents.
-rw-r--r--README.rst6
-rw-r--r--docs/intro.rst7
2 files changed, 8 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 2d4b4bb..c33104e 100644
--- a/README.rst
+++ b/README.rst
@@ -410,7 +410,7 @@ Deprecation Schedule
--------------------
Deprecated APIs
-===============
++++++++++++++++
In ``natsort`` version 6.0.0, the following APIs and functions will be removed
@@ -437,12 +437,12 @@ Alternatively, you can just set the environment variable ``PYTHONWARNINGS`` to
"default::DeprecationWarning" and then run your code.
Dropping Python 2.6 and 3.3 Support
-===================================
++++++++++++++++++++++++++++++++++++
``natsort`` version 6.0.0 will drop support for Python 2.6 and Python 3.3.
Dropping Python 2.7 Support
-===========================
++++++++++++++++++++++++++++
``natsort`` version 7.0.0 will drop support for Python 2.7.
diff --git a/docs/intro.rst b/docs/intro.rst
index 03434f2..b52b43a 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -404,6 +404,9 @@ Note that above I invoked ``python -m pytest`` instead of just ``pytest`` - this
Deprecation Schedule
--------------------
+Deprecated APIs
++++++++++++++++
+
In :mod:`natsort` version 6.0.0, the following APIs and functions will be removed
- ``number_type`` keyword argument (deprecated since 3.4.0)
@@ -429,12 +432,12 @@ Alternatively, you can just set the environment variable ``PYTHONWARNINGS`` to
"default::DeprecationWarning" and then run your code.
Dropping Python 2.6 and 3.3 Support
-===================================
++++++++++++++++++++++++++++++++++++
:mod:`natsort` version 6.0.0 will drop support for Python 2.6 and Python 3.3.
Dropping Python 2.7 Support
-===========================
++++++++++++++++++++++++++++
:mod:`natsort` version 7.0.0 will drop support for Python 2.7.