We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8155a13 commit ab1647bCopy full SHA for ab1647b
docs/configuration.md
@@ -121,21 +121,21 @@ ethopy-analysis config-summary
121
122
## Usage Examples
123
124
-### Basic Usage (No Configuration)
+<!-- ### Basic Usage (No Configuration)
125
```python
126
from ethopy_analysis.plots.animal import plot_animal_performance
127
128
# Works with defaults
129
plot_animal_performance(your_dataframe)
130
-```
+``` -->
131
132
-### With Database
+<!-- ### With Database
133
134
from ethopy_analysis.data.loaders import load_animal_data
135
136
# Uses configured database
137
animal_data = load_animal_data(animal_id=123)
138
139
140
### Load Specific Config
141
0 commit comments