justheuristic il y a 5 ans
Parent
commit
1de1869925
4 fichiers modifiés avec 15 ajouts et 9 suppressions
  1. 10 9
      docs/index.rst
  2. 2 0
      docs/modules/client.md
  3. 2 0
      docs/modules/runtime.md
  4. 1 0
      docs/user/quickstart.md

+ 10 - 9
docs/index.rst

@@ -1,7 +1,9 @@
-AgentNet
+``learning@home::tesseract``
 ====================================
 
-AgentNet is a toolkit for Deep Reinforcement Learning agent design and training.
+Tesseract lets you train huge neural networks on computers provided by volunteers.
+
+Written in pytorch for your creative freedom.
 
 .. image:: https://i.imgur.com/GPxolxb.gif
 
@@ -10,17 +12,16 @@ User guide:
 .. toctree::
   :maxdepth: 2
 
-  user/install
-  user/whats_what
-  user/demos
+  user/quickstart.md
+
 
-API guide:
+API documentation:
 
 .. toctree::
   :maxdepth: 2
 
-  modules/client
-  modules/runtime
+  modules/client.md
+  modules/runtime.md
 
 Indices and tables
 ==================
@@ -29,4 +30,4 @@ Indices and tables
 * :ref:`modindex`
 * :ref:`search`
 
-.. _GitHub: https://github.com/learning-at-home/tesseract
+.. _GitHub: https://github.com/learning-at-home/tesseract

+ 2 - 0
docs/modules/client.md

@@ -1 +1,3 @@
+# Client
+
 TODO i explain client

+ 2 - 0
docs/modules/runtime.md

@@ -1 +1,3 @@
+# Runtime 
+
 TODO i explain runtime

+ 1 - 0
docs/user/quickstart.md

@@ -0,0 +1 @@
+# Quick start