Skip to content

Commit ad0d192

Browse files
authored
Merge pull request stumpy-dev#28 from seanlaw/fix_tutorial_images
Fix stumpy-dev#7 Moved tutorials for RTD
2 parents 84144c0 + 49c7813 commit ad0d192

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ Documentation
148148

149149
In order to fully understand and appreciate the underlying algorithms and applications, it is imperative that you read the original publications_. For a more detailed example of how to use STUMPY please consult the latest `documentation <https://stumpy.readthedocs.io/en/latest/>`_ or explore the following tutorials:
150150

151-
1. `Matrix Profile - Tutorial #1 <notebooks/Tutorial_1.ipynb>`_
152-
2. `Time Series Chains - Tutorial #2 <notebooks/Tutorial_2.ipynb>`_
151+
1. `Matrix Profile - Tutorial #1 <docs/Tutorial_1.ipynb>`_
152+
2. `Time Series Chains - Tutorial #2 <docs/Tutorial_2.ipynb>`_
153153

154154
-----------
155155
Performance

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# The theme to use for HTML and HTML Help pages. See the documentation for
8989
# a list of builtin themes.
9090
#
91-
html_theme = "alabaster"
91+
html_theme = "sphinx_rtd_theme"
9292

9393
# Theme options are theme-specific and customize the look and feel of a theme
9494
# further. For a list of options available for each theme, see the

docs/notebooks

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nbsphinx
2+
sphinx_rtd_theme

docs/tutorials.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Tutorials
77
:caption: Tutorials
88
:glob:
99

10-
notebooks/Tutorial_*
10+
Tutorial_*

0 commit comments

Comments
 (0)