aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTed Yin <ted.sybil@gmail.com>2015-05-31 22:20:19 +0800
committerTed Yin <ted.sybil@gmail.com>2015-05-31 22:20:19 +0800
commitae05d335f247ef2e83ad29ed9dca76260a9d7dff (patch)
tree51ce108a625ba1f72d28e589bac7b752e4eb2e05 /README.md
parentab12a9583bdd39884fde9bc2444e6fd1bc5f518e (diff)
parent00c724864321be2b77891154d73fef18871182e1 (diff)
Merge pull request #10 from cloudygoose/master
add more contents to doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 54d0218..f72b271 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ The pull&merge request can be found on your dashboard in github. See this [sync-
##Nerv Packages##
* __luaT__
Nerv uses [luaT]\(a [Torch] library\) to define lua class in C.
+* __[The Nerv OOP](doc/nerv_class.md)__
+Enables object-oriented programming in Nerv.
* __[The Nerv utility functions](doc/nerv.md)__
Inlcudes some utility functions from luaT to implement __Nerv.Class__.
* __The Nerv Matrix Package__
@@ -31,4 +33,4 @@ The Matrix package is a basic package in __Nerv__ that is used to store and mani
[luaT]:https://github.com/torch/torch7/tree/master/lib/luaT
[Torch]:https://github.com/torch
-[sync-help]:https://help.github.com/articles/syncing-a-fork/ \ No newline at end of file
+[sync-help]:https://help.github.com/articles/syncing-a-fork/