Skip to content

Commit

Permalink
Update README, update api.rst to remove additional pydoc build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
drobison00 committed Jun 26, 2020
1 parent d60407f commit 81c386a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

#### Generate the docs
```shell script
bash build.sh pydocs
bash build.sh cppdocs
bash build.sh cppdocs pydocs
```

#### Once the process finishes, documentation can be found in build/html
Expand Down
5 changes: 4 additions & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ Feature and Label Encoding (Dask-based Multi-GPU)

Dataset Generation (Single-GPU)
-------------------------------

.. glossary::
random_state
Determines random number generation for dataset creation. Pass an int
for reproducible output across multiple function calls.
.. automethod:: cuml.datasets.make_blobs
.. automethod:: cuml.datasets.make_classification
.. automethod:: cuml.datasets.make_regression
Expand Down

0 comments on commit 81c386a

Please sign in to comment.