Skip to content

Commit

Permalink
add title to symbol doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Oct 27, 2015
1 parent 9c87c61 commit 091c234
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/api/symbol.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

Symbol
======




.. class:: Symbol

Symbol is the basic building block of the symbolic graph in MXNet.jl.
Expand Down
5 changes: 4 additions & 1 deletion src/symbol.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export Symbol
#=doc
Symbol
======
=#

#=doc
.. class:: Symbol
Expand Down

0 comments on commit 091c234

Please sign in to comment.