aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcloudygoose <cloudygooseg@gmail.com>2015-05-29 16:20:57 +0800
committercloudygoose <cloudygooseg@gmail.com>2015-05-29 16:20:57 +0800
commit240cc240f0c5d7f0691febfb0aedc61d00291dad (patch)
tree78ec313336347556474702b382457f65024aaeeb /README.md
parentd0bf4368e7c4c60966cabc8bc07a3ec7d3aa0d80 (diff)
...
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 465fa29..60bd21f 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
#The Nerv Toolkit User Manual#
-This user manual will provide information about Nerv's interface.
+This user manual will information about how to use __Nerv__ and __Nerv__'s interface.
##Nerv Packages##
-* __luaT__
+* __luaT__
Nerv uses [luaT]\(a [Torch] library\) to define lua class in C.
-* __[Nerv](doc/nerv.md)__
+* __[The Nerv utility functions](doc/nerv.md)__
Inlcudes some utility functions from luaT to implement __Nerv.Class__.
-* __Nerv.Matrix__
-__Nerv.Matrix__ is a basic class in __Nerv__ that is used to store and manipulate matrices.
+* __The Nerv Matrix Package__
+The Matrix package is a basic package in __Nerv__ that is used to store and manipulate matrices.
[luaT]:https://github.com/torch/torch7/tree/master/lib/luaT
[Torch]:https://github.com/torch \ No newline at end of file