Skip to content

Commit

Permalink
feat: add notebook to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidni committed Jan 10, 2024
1 parent 21f9d18 commit 25963c8
Show file tree
Hide file tree
Showing 5 changed files with 1,430 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Measure your seismicity with **SeismoStats**, a Python package for seismicity analysis.

### Start developing:
## Start developing:

```
# just use a basic virtual environment
Expand All @@ -21,7 +21,7 @@ pip install -e '.[dev]'
tox
```

### Use this repository inside another environment/code
## Use this repository inside another environment/code

```
# use it locally, being able to switch back and forth doing changes
Expand All @@ -38,7 +38,7 @@ pip install git+https://github.com/swiss-seismological-service/catalog-tools.git
pip install --force-reinstall git+https://github.com/swiss-seismological-service/catalog-tools.git
```

### Problems with geos
## Problems with geos

```
1. geos_c.h not found
Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

extensions = [
"myst_parser",
"sphinx.ext.autosectionlabel",
"nbsphinx",
]

templates_path = ['_templates']
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Check out the {doc}`usage` section for further information, including how to
:maxdepth: 2
usage
notebooks/catalog_examples
```

## Indices and tables
Expand Down
Loading

0 comments on commit 25963c8

Please sign in to comment.