Skip to content

Commit 1e5bd42

Browse files
committed
move very old dev notes down a level
1 parent 69da8aa commit 1e5bd42

File tree

4 files changed

+24
-13
lines changed

4 files changed

+24
-13
lines changed

docs/source/index.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,9 @@ You can also check out the `examples in the pyzmq repo <https://github.com/zerom
5858
eventloop.rst
5959
logging.rst
6060
ssh.rst
61+
notes/index.rst
6162

6263

63-
Notes from developing PyZMQ
64-
===========================
65-
66-
.. toctree::
67-
:maxdepth: 2
68-
69-
pyversions.rst
70-
unicode.rst
71-
7264
Indices and tables
7365
==================
7466

docs/source/notes/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Notes from developing PyZMQ
2+
===========================
3+
4+
These are old notes from the early days of developing pyzmq,
5+
back when we needed to support Python 2.5 and 3.1.
6+
7+
.. toctree::
8+
:maxdepth: 1
9+
10+
pyversions.rst
11+
unicode.rst

docs/source/pyversions.rst renamed to docs/source/notes/pyversions.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
.. PyZMQ Version compatibility doc, by Min Ragan-Kelley, 2010
2-
31
.. _pyversions:
42

53
PyZMQ, Python2.5, and Python3
64
=============================
75

6+
.. note::
7+
8+
This describes early days of pyzmq development,
9+
when we supported Python 2.5 and 3.1.
10+
Much of this information is wildly outdated now.
11+
812
PyZMQ is a fairly light, low-level library, so supporting as many versions
913
as is reasonable is our goal. Currently, we support at least Python 2.5-3.1.
1014
Making the changes to the codebase required a few tricks, which are documented here

docs/source/unicode.rst renamed to docs/source/notes/unicode.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
.. PyZMQ Unicode doc, by Min Ragan-Kelley, 2010
2-
31
.. _unicode:
42

53
PyZMQ and Unicode
64
=================
75

6+
.. note::
7+
8+
This describes early days of pyzmq development,
9+
when we supported Python 2.5 and 3.1.
10+
Much of this information is wildly outdated now.
11+
812
PyZMQ is built with an eye towards an easy transition to Python 3, and part of
913
that is dealing with unicode strings. This is an overview of some of what we
1014
found, and what it means for PyZMQ.

0 commit comments

Comments
 (0)