commit 5dd3673eca2f158a37faf053dd157d2b5bc4ff6d Author: Peter Nixon <listuser@peternixon.net> Date: Tue May 18 21:00:57 2010 +0300 Remove some warnings Files changed: doc/DIFFS.rst | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) ====================================================================== commit c3908851721222099e543dd56d2d1c4a08b6cd4a Author: Peter Nixon <listuser@peternixon.net> Date: Tue May 18 19:55:28 2010 +0300 Convert some more docs to RST Files changed: doc/DIFFS | 203 ----------------------------------------------- doc/DIFFS.rst | 206 ++++++++++++++++++++++++++++++++++++++++++++++++ doc/aaa.rst | 15 ++-- doc/coding-methods.rst | 162 +++++++++++++++++++++++++++++++++++++ doc/coding-methods.txt | 162 ------------------------------------- doc/index.rst | 6 +- doc/ldap_howto.rst | 96 +++++++++++------------ doc/load-balance.rst | 172 ++++++++++++++++++++++++++++++++++++++++ doc/load-balance.txt | 175 ---------------------------------------- doc/release-method.rst | 7 +- 10 files changed, 600 insertions(+), 604 deletions(-) ====================================================================== commit d810a9eb1faa8c4a8792c8f6cdb97d743d19cf52 Author: Peter Nixon <listuser@peternixon.net> Date: Tue May 18 15:17:29 2010 +0300 Checkin some initial work on RSTifying our documentation using sphinx The Makefile needs fixing.. Files changed: doc/Makefile | 121 +++- doc/Makefile.backup | 38 + doc/aaa.rst | 100 +++ doc/aaa.txt | 102 --- doc/conf.py | 280 +++++++ doc/index.rst | 19 + doc/ldap_howto.rst | 1904 ++++++++++++++++++++++++++++++++++++++++++++++++ doc/ldap_howto.txt | 1875 ----------------------------------------------- doc/release-method.rst | 42 ++ doc/release-method.txt | 41 - 10 files changed, 2472 insertions(+), 2050 deletions(-) ======================================================================