Skip to content

Commit

Permalink
docs: no need to disable debug logs in the docs any more
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Oct 22, 2024
1 parent d5c4f06 commit 79c595d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/source/usage/select_and_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,6 @@ first.
To get going, we will show the most important features of the data format using a
toy example.

```{code-cell} ipython3
:tags: [hide-cell]
:mystnb:
: code_prompt_show: "Logging setup for the docs"
# setup logging for the docs - we don't need debug logs
import sys
from loguru import logger
logger.remove()
logger.add(sys.stderr, level="INFO")
```

```{code-cell} ipython3
import primap2
import primap2.tests
Expand Down

0 comments on commit 79c595d

Please sign in to comment.