From 670176c0837dbdec1dedfa18dd99f94d89e9ea4e Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Mon, 14 Jul 2014 21:14:01 -0400 Subject: [PATCH] Reorganize top-level doc navigation. --- docs/coroutine.rst | 8 ++++++++ docs/http.rst | 9 +++++++++ docs/index.rst | 2 ++ docs/integration.rst | 3 +-- docs/networking.rst | 3 --- docs/utilities.rst | 3 --- docs/webframework.rst | 7 +++---- 7 files changed, 23 insertions(+), 12 deletions(-) create mode 100644 docs/coroutine.rst create mode 100644 docs/http.rst diff --git a/docs/coroutine.rst b/docs/coroutine.rst new file mode 100644 index 000000000..8412f734d --- /dev/null +++ b/docs/coroutine.rst @@ -0,0 +1,8 @@ +Coroutines and concurrency +========================== + +.. toctree:: + + gen + concurrent + process diff --git a/docs/http.rst b/docs/http.rst new file mode 100644 index 000000000..d15d2a420 --- /dev/null +++ b/docs/http.rst @@ -0,0 +1,9 @@ +HTTP servers and clients +======================== + +.. toctree:: + + httpserver + httpclient + httputil + http1connection diff --git a/docs/index.rst b/docs/index.rst index 0fb87aaf5..375e24cdc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -132,7 +132,9 @@ This documentation is also available in `PDF and Epub formats guide webframework + http networking + coroutine integration utilities releases diff --git a/docs/integration.rst b/docs/integration.rst index cceeb6fbf..8ecfae383 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -4,8 +4,7 @@ Integration with other services .. toctree:: auth + wsgi asyncio caresresolver twisted - websocket - wsgi diff --git a/docs/networking.rst b/docs/networking.rst index 660f3f09c..6922fd806 100644 --- a/docs/networking.rst +++ b/docs/networking.rst @@ -3,11 +3,8 @@ Asynchronous networking .. toctree:: - gen ioloop iostream - http1connection - httpclient netutil tcpclient tcpserver diff --git a/docs/utilities.rst b/docs/utilities.rst index a1eefe724..1263944cc 100644 --- a/docs/utilities.rst +++ b/docs/utilities.rst @@ -4,11 +4,8 @@ Utilities .. toctree:: autoreload - concurrent - httputil log options - process stack_context testing util diff --git a/docs/webframework.rst b/docs/webframework.rst index cf0935361..ab3ff1cf2 100644 --- a/docs/webframework.rst +++ b/docs/webframework.rst @@ -1,11 +1,10 @@ -Core web framework -================== +Web framework +============= .. toctree:: - :maxdepth: 2 web - httpserver template escape locale + websocket -- 2.47.2