aboutsummaryrefslogtreecommitdiff
path: root/nerv/doc
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-10-28 19:12:45 +0800
committerDeterminant <ted.sybil@gmail.com>2015-10-28 19:12:45 +0800
commita59b0b3df1bbd80f7c31e58fc70698f218117e67 (patch)
tree0decdcd61fb168230f8f99c7c33bda3f7c55c03c /nerv/doc
parent98c0c8cd15383bf52f75a8cecf3480945ec06e8c (diff)
update website url
Diffstat (limited to 'nerv/doc')
-rw-r--r--nerv/doc/source/conf.py3
-rw-r--r--nerv/doc/source/index.rst4
2 files changed, 4 insertions, 3 deletions
diff --git a/nerv/doc/source/conf.py b/nerv/doc/source/conf.py
index 8426613..4d6119f 100644
--- a/nerv/doc/source/conf.py
+++ b/nerv/doc/source/conf.py
@@ -15,6 +15,7 @@
import sys
import os
import shlex
+import alabaster
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -119,7 +120,7 @@ html_theme = 'alabaster'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
-#html_theme_path = []
+html_theme_path = [alabaster.get_path()]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
diff --git a/nerv/doc/source/index.rst b/nerv/doc/source/index.rst
index e55892b..21cf309 100644
--- a/nerv/doc/source/index.rst
+++ b/nerv/doc/source/index.rst
@@ -21,7 +21,7 @@ TODO List
| Status/ | Task | Assignee |
| Priority | | |
+==========+==========================================================================+=============+
-| High | Generalize nerv.Matrix to nerv.Tensor (use the same API as Torch Tensor) | Ted Yin |
+| High | Generalize nerv.Matrix to nerv.Tensor (use the same API as Torch Tensor) | Mengxiao Bi |
+----------+--------------------------------------------------------------------------+-------------+
| High | Development manual: coding style & contribution rules | Ted Yin |
+----------+--------------------------------------------------------------------------+-------------+
@@ -31,7 +31,7 @@ TODO List
+----------+--------------------------------------------------------------------------+-------------+
| High | support for RNN/LSTM | Tianxing He |
+----------+--------------------------------------------------------------------------+-------------+
-| Mid | support for CNN | ? (Ted Yin) |
+| High | support for CNN | Mengxiao Bi |
+----------+--------------------------------------------------------------------------+-------------+
| Mid | User manual | ALL |
+----------+--------------------------------------------------------------------------+-------------+