From 3e0f09d32c03de0916329c3b131ed1d46672bc02 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 21 Aug 2015 18:18:34 -0400 Subject: Initial commit --- docs/index.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/index.rst (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 00000000..e74189d8 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,23 @@ +.. pydiscord documentation master file, created by + sphinx-quickstart on Fri Aug 21 05:43:30 2015. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to pydiscord's documentation! +===================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + api + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + -- cgit v1.2.3