Skip to content

Commit

Permalink
Improve a lot of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
turulomio committed Mar 24, 2024
1 parent 6255343 commit 5b7ae0b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jupyter/dod.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ kernelspec:

## dod_print

Prints in console a dictionary of nested dictionaries nicely
```{code-cell}
:tags: [remove-input]
from pydicts import dod
help(dod.dod_print)
```

```{code-cell}
from pydicts import dod
Expand Down
7 changes: 7 additions & 0 deletions jupyter/lod_xyv.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ kernelspec:
# LOD_XYV

## lod_xyv_transformation

```{code-cell}
:tags: [remove-input]
from pydicts import lod_xyv
help(lod_xyv.lod_xyv_transformation)
```
28 changes: 28 additions & 0 deletions jupyter/lod_ymv.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,36 @@ kernelspec:

## lod_ymv_transposition

```{code-cell}
:tags: [remove-input]
from pydicts import lod_ymv
help(lod_ymv.lod_ymv_transposition)
```

## lod_ymv_transposition_with_percentages

```{code-cell}
:tags: [remove-input]
from pydicts import lod_ymv
help(lod_ymv.lod_ymv_transposition_with_percentages)
```

## lod_ymv_transposition_sum

```{code-cell}
:tags: [remove-input]
from pydicts import lod_ymv
help(lod_ymv.lod_ymv_transposition_sum)
```

## lod_ymv_filling

```{code-cell}
:tags: [remove-input]
from pydicts import lod_ymv
help(lod_ymv.lod_ymv_filling)
```

0 comments on commit 5b7ae0b

Please sign in to comment.