From 092bbef0b346917294f7cd8bfabbd037389d58dd Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 21 Sep 2017 14:38:11 +0530 Subject: [PATCH] Reorder table of contents. --- docs/getting_started.rst | 2 ++ docs/toc.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 3b5021da..db8d0118 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -12,6 +12,8 @@ The following built-in types may be used as parameters or return values in remote procedure calls: * bool +* bytearray +* bytes * dict * int * list diff --git a/docs/toc.rst b/docs/toc.rst index ac62ee4a..b0f41960 100644 --- a/docs/toc.rst +++ b/docs/toc.rst @@ -7,8 +7,8 @@ Table Of Contents index howitworks - examples getting_started api + examples internals shame