diff options
Diffstat (limited to '_sources')
-rw-r--r-- | _sources/dev.txt | 3 | ||||
-rw-r--r-- | _sources/index.txt | 47 | ||||
-rw-r--r-- | _sources/user.txt | 3 |
3 files changed, 53 insertions, 0 deletions
diff --git a/_sources/dev.txt b/_sources/dev.txt new file mode 100644 index 0000000..30311a2 --- /dev/null +++ b/_sources/dev.txt @@ -0,0 +1,3 @@ +Development Manual +================== +To be filled. diff --git a/_sources/index.txt b/_sources/index.txt new file mode 100644 index 0000000..e55892b --- /dev/null +++ b/_sources/index.txt @@ -0,0 +1,47 @@ +.. Nerv documentation master file, created by + sphinx-quickstart on Thu Jun 25 19:40:07 2015. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Nerv's documentation! +================================ + +Contents: + +.. toctree:: + :maxdepth: 2 + + user + dev + +TODO List +--------- + ++----------+--------------------------------------------------------------------------+-------------+ +| Status/ | Task | Assignee | +| Priority | | | ++==========+==========================================================================+=============+ +| High | Generalize nerv.Matrix to nerv.Tensor (use the same API as Torch Tensor) | Ted Yin | ++----------+--------------------------------------------------------------------------+-------------+ +| High | Development manual: coding style & contribution rules | Ted Yin | ++----------+--------------------------------------------------------------------------+-------------+ +| High | Development manual: Error reporting & Logging standard | Ted Yin | ++----------+--------------------------------------------------------------------------+-------------+ +| High | support for basic RNN | Tianxing He | ++----------+--------------------------------------------------------------------------+-------------+ +| High | support for RNN/LSTM | Tianxing He | ++----------+--------------------------------------------------------------------------+-------------+ +| Mid | support for CNN | ? (Ted Yin) | ++----------+--------------------------------------------------------------------------+-------------+ +| Mid | User manual | ALL | ++----------+--------------------------------------------------------------------------+-------------+ +| Low | Development manual: general reference | N/A | ++----------+--------------------------------------------------------------------------+-------------+ + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + diff --git a/_sources/user.txt b/_sources/user.txt new file mode 100644 index 0000000..eb4b53c --- /dev/null +++ b/_sources/user.txt @@ -0,0 +1,3 @@ +User Manual +=========== +To be filled. |