Skip to content

Commit

Permalink
Merge branch 'master' into features/783-api-relational
Browse files Browse the repository at this point in the history
  • Loading branch information
lenablind committed Jun 14, 2021
2 parents 17781c6 + 3338b9d commit afd0506
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"sphinx_rtd_theme",
"sphinx.ext.napoleon",
"sphinx.ext.mathjax",
"sphinx_copybutton",
]


# Document Python Code
autoapi_type = "python"
autoapi_dirs = ["../../heat/"]
Expand Down Expand Up @@ -88,6 +88,9 @@ def setup(sphinx):
napoleon_numpy_docstring = True
napoleon_use_ivar = True

copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
copybutton_prompt_is_regexp = True

html_show_sourcelink = True

# The suffix(es) of source filenames.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/tutorial_30_minutes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Output:
DNDarray([0, 1, 2, 3, 4, 5, 6, 7, 8, 9], dtype=ht.int32, device=cpu:0, split=None)
The following snippet creates a column vector with :math:`5` element, each position filled with the value :math:`9` and the ``ht.int64`` data type.
The following snippet creates a column vector with :math:`5` elements, each position filled with the value :math:`9` and the ``ht.int64`` data type.

.. code:: python
Expand Down
4 changes: 2 additions & 2 deletions doc/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Heat Tutorials

<a class="reference external" href="tutorial_parallel_computation.html">
<div class="tutorial-text">
<strong>Parallel Computing</strong>
<strong>Turn up the Heat - Parallel Computing</strong>
<p/>
<p>Speed up Heat even further with GPUs acceleration or distributed MPI computation.</p>
<em>Well-suited for beginners.</em>
Expand All @@ -57,7 +57,7 @@ Heat Tutorials

<a class="reference external" href="tutorial_clustering.html">
<div class="tutorial-text">
<strong>Cluster Analysis</strong>
<strong>Keep the Heat - Cluster Analysis</strong>
<p/>
<p>Automatically identify clusters in your data by employing unsupervised clustering methods.</p>
<em>For intermediate analysts.</em>
Expand Down

0 comments on commit afd0506

Please sign in to comment.