Skip to content

Commit

Permalink
Add deeplearning to rst.
Browse files Browse the repository at this point in the history
Fix a couple of formatting errors.
  • Loading branch information
tomkraljevic committed Apr 3, 2014
1 parent fd3e02f commit f845563
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions h2o-docs/source/datascience/top.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Data Science in H\ :sub:`2`\ O
pca
summary
gbm
deeplearning
machlearning
sgd
references
Expand Down
10 changes: 5 additions & 5 deletions h2o-docs/source/tutorial/rtutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ Data Manipulation and Description
**H2O Table**

Used to summarize information in data. Note that because H\ :sub:`2`\ O handles such large data sets,
it is possible for users to generate tables that are larger that R's
capacity. To minimize this risk and allow users to work uninterrruped,
h2o.table is called inside of a call for head() or tail(). Within
head() and tail() users can explicity specify the number of rows in
the table to return.
it is possible for users to generate tables that are larger that R's
capacity. To minimize this risk and allow users to work uninterrruped,
h2o.table is called inside of a call for head() or tail(). Within
head() and tail() users can explicity specify the number of rows in
the table to return.

::

Expand Down
2 changes: 1 addition & 1 deletion h2o-scala/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can start REPL via ``sbt``:
sbt run

Launch Examples
-----------
---------------
Shalala provides a convenient way to run examples via ``sbt``:

::
Expand Down

0 comments on commit f845563

Please sign in to comment.