Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Beforerr committed Nov 11, 2024
1 parent 89b9919 commit 9c94982
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions notebooks/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ This package is designed to identify and analyze discontinuities in time series

For how to use this project as a python library, please see [this page](./00_ids_finder.ipynb).

See accompanying package [Discontinuity.jl](https://beforerr.github.io/Discontinuity.jl) for Julia about data processing and visualization.

## Installation

```shell
Expand Down
7 changes: 7 additions & 0 deletions notebooks/plot/index.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Plot"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
4 changes: 2 additions & 2 deletions src/discontinuitypy/plot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# %% auto 0
__all__ = ['preview']

# %% ../../../notebooks/plot/index.ipynb 0
# %% ../../../notebooks/plot/index.ipynb 1
from ..datasets import IDsDataset
from space_analysis.ds.ts.plot import tsplot
from space_analysis.ds.ts.io import df2ts

# %% ../../../notebooks/plot/index.ipynb 1
# %% ../../../notebooks/plot/index.ipynb 2
def preview(ds: IDsDataset):
dfs = [ds.data, ds.plasma_data]
ts = [df2ts(df) for df in dfs]
Expand Down

0 comments on commit 9c94982

Please sign in to comment.