Skip to content

Commit ab1647b

Browse files
committed
update configuration.md
1 parent 8155a13 commit ab1647b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,21 @@ ethopy-analysis config-summary
121121

122122
## Usage Examples
123123

124-
### Basic Usage (No Configuration)
124+
<!-- ### Basic Usage (No Configuration)
125125
```python
126126
from ethopy_analysis.plots.animal import plot_animal_performance
127127
128128
# Works with defaults
129129
plot_animal_performance(your_dataframe)
130-
```
130+
``` -->
131131

132-
### With Database
132+
<!-- ### With Database
133133
```python
134134
from ethopy_analysis.data.loaders import load_animal_data
135135
136136
# Uses configured database
137137
animal_data = load_animal_data(animal_id=123)
138-
```
138+
``` -->
139139

140140
### Load Specific Config
141141
```python

0 commit comments

Comments
 (0)