Skip to content

Commit

Permalink
Added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
timtreis committed Jun 26, 2023
1 parent 5f045c2 commit e21ff24
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 203 deletions.
30 changes: 3 additions & 27 deletions docs/api.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,14 @@
# API

## Preprocessing

```{eval-rst}
.. module:: gefslim.pp
.. currentmodule:: gefslim
.. autosummary::
:toctree: generated
pp.basic_preproc
```

## Tools

```{eval-rst}
.. module:: gefslim.tl
.. currentmodule:: gefslim
.. autosummary::
:toctree: generated
tl.basic_tool
.. module:: gefslim
```

## Plotting
## Functions

```{eval-rst}
.. module:: gefslim.pl
.. currentmodule:: gefslim
.. autosummary::
:toctree: generated
pl.basic_plot
pl.BasicClass
GEF
```
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

```{toctree}
:hidden: true
:maxdepth: 1
:maxdepth: 2
api.md
changelog.md
template_usage.md
contributing.md
references.md
notebooks/example
notebooks/gefslim
```
104 changes: 0 additions & 104 deletions docs/notebooks/example.ipynb

This file was deleted.

10 changes: 9 additions & 1 deletion examples/gefslim.ipynb → docs/notebooks/gefslim.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"%autoreload 2"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Minimal access to `.gef` files"
]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down Expand Up @@ -318,7 +326,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PathCollection at 0x28eec0c40>"
"<matplotlib.collections.PathCollection at 0x2999f8ee0>"
]
},
"execution_count": 6,
Expand Down
Loading

0 comments on commit e21ff24

Please sign in to comment.