From 328a6a8c5ffe5d7564428d1720bb1ba705c568b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se> Date: Fri, 3 Aug 2018 13:43:55 +0200 Subject: [PATCH] Clean up starting page --- docs/index.rst | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 87dc4a9..2904bff 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,10 +3,14 @@ Welcome to PyCommandCenter's documentation! This is a Python library based on the CommandCenter bot for implementing bots for Starcraft II. -If you are looking on how to get started, take a look at :ref:`Getting -started <gettingstarted>`. +If you are looking on how to get started, take a look at :ref:`Getting started <gettingstarted>`. -.. TODO: Coordinates explained +There are a few ways of navigate this, if you want information about a certain +class, the best way is to use the :ref:`modindex`. You could also use the +search feature on the left. + +If you want to know about a certain topic, check the table of contents below +this paragraph. Table of contents ----------------- @@ -22,20 +26,10 @@ Table of contents coordinates constants -Short overview -============== - .. autosummary:: :toctree: _autosummary + :hidden: library library.Coordinator - library.Point2D - library.Point2DI - -Indices and tables -================== -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` -- GitLab