Skip to content

Commit 68902bc

Browse files
Fixes for Sphinx doc. Doc generated.
1 parent 5fa6bc9 commit 68902bc

53 files changed

Lines changed: 15434 additions & 444 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = python -msphinx
6+
SPHINXBUILD = sphinx-build
77
SPHINXPROJ = Hydra.Python
88
SOURCEDIR = .
99
BUILDDIR = _build

docs/Random.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set or get with setter and getter methods named ``SetSeed`` and ``GetSeed``.
3737
The Random class provides a method named ``Uniform`` to generate the numbers
3838
between range (min, max) (both min and max exclusive) and
3939
fill them into the container according to the `Continuous Uniform
40-
distribution<https://en.wikipedia.org/wiki/Uniform_distribution_(continuous)>`_.
40+
distribution <https://en.wikipedia.org/wiki/Uniform_distribution_(continuous)>`_.
4141
The container can be any of the ``host_vector_float`` or ``device_vector_float``.
4242
In below examples, I have used device_vector_float extensively but they both
4343
can be used interchangeably in place of each other.
66 KB
Binary file not shown.
29.5 KB
Binary file not shown.
17.5 KB
Binary file not shown.
53.9 KB
Binary file not shown.
55 KB
Binary file not shown.
12.7 KB
Binary file not shown.
8.6 KB
Binary file not shown.

docs/_build/doctrees/index.doctree

-839 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)