Selaa lähdekoodia

give up and switch to rst core

justheuristic 5 vuotta sitten
vanhempi
commit
df95e02014
2 muutettua tiedostoa jossa 32 lisäystä ja 12 poistoa
  1. 0 12
      docs/index.md
  2. 32 0
      docs/index.rst

+ 0 - 12
docs/index.md

@@ -1,12 +0,0 @@
-This is a test file
-
-# TODO caption
-
-$$ formula = x + y $$
-
-![logo](https://i.imgur.com/GPxolxb.gif)
-
-Contents
---------
- * [Title1](modules/runtime.md)
-   * [Title2](modules/client.md)

+ 32 - 0
docs/index.rst

@@ -0,0 +1,32 @@
+AgentNet
+====================================
+
+AgentNet is a toolkit for Deep Reinforcement Learning agent design and training.
+
+.. image:: https://i.imgur.com/GPxolxb.gif
+
+User guide:
+
+.. toctree::
+  :maxdepth: 2
+
+  user/install
+  user/whats_what
+  user/demos
+
+API guide:
+
+.. toctree::
+  :maxdepth: 2
+
+  modules/client
+  modules/runtime
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+
+.. _GitHub: https://github.com/learning-at-home/tesseract