Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed May 9, 2023
1 parent eae03ce commit 1c65662
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/articles/anomaly_detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ We start this tutorial by loading the `pynssp` package and related dependencies.
We load additional packages for visualization purposes:

```python
import seaborn as sns
import matplotlib.pyplot as plt
import matplotlib.dates as mdates
>>> import seaborn as sns
>>> import matplotlib.pyplot as plt
>>> import matplotlib.dates as mdates
```

Next, we create an NSSP user profile by creating an object of the class Credentials.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Welcome to pynssp's documentation!
:maxdepth: 2
:caption: Hands-On Tutorials:

usage
articles/intro
articles/anomaly_detection

.. toctree::
Expand Down
1 change: 0 additions & 1 deletion docs/usage.rst

This file was deleted.

0 comments on commit 1c65662

Please sign in to comment.