From cad277be41ad4d5488cb96c5ef3f2fcb1cc8d3d9 Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Tue, 14 Jun 2016 14:45:16 +0200 Subject: [PATCH] Add initial in-tree documentation (very incomplete so far) patch by Stefania, jjirsa, rspitzer & slebresne; reviewed by slebresne for CASSANDRA-8700 --- build.xml | 13 + doc/Makefile | 225 ++ doc/README.md | 31 + doc/make.bat | 281 +++ doc/source/_static/extra.css | 19 + doc/source/architecture.rst | 74 + doc/source/conf.py | 430 ++++ doc/source/contactus.rst | 49 + doc/source/cql.rst | 3916 ++++++++++++++++++++++++++++++++ doc/source/faq.rst | 20 + doc/source/getting_started.rst | 252 ++ doc/source/index.rst | 35 + doc/source/operations.rst | 369 +++ doc/source/troubleshooting.rst | 20 + 14 files changed, 5734 insertions(+) create mode 100644 doc/Makefile create mode 100644 doc/README.md create mode 100644 doc/make.bat create mode 100644 doc/source/_static/extra.css create mode 100644 doc/source/architecture.rst create mode 100644 doc/source/conf.py create mode 100644 doc/source/contactus.rst create mode 100644 doc/source/cql.rst create mode 100644 doc/source/faq.rst create mode 100644 doc/source/getting_started.rst create mode 100644 doc/source/index.rst create mode 100644 doc/source/operations.rst create mode 100644 doc/source/troubleshooting.rst diff --git a/build.xml b/build.xml index aa558097e2..51f7252145 100644 --- a/build.xml +++ b/build.xml @@ -67,6 +67,8 @@ + + @@ -249,6 +251,17 @@ + + + + + + + + + + +