Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To add a development dependency, run `uv add --dev <dependency>`.

## Testing

To run tests, run either `uv run pytest`.
To run tests, run `uv run pytest`.



Expand All @@ -43,7 +43,7 @@ To run tests, run either `uv run pytest`.
- Never push to `main` directly
- Create feature branches named `feature/{initials}_{feature_slug}` (e.g. `git checkout -b feature/sd_my_awesome_feature`)
- Create a Pull Request to `main` when ready
- Try not to merge your own PRs (we might enforce stricter rules later but for now let's keep it simple and fast)
- Try not to merge your own PRs


## Pre-PR checklist
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ A python package to analyse lactate based tresholds. Strongly inspired by [lacte

docs can be found: https://dierickxsimon.github.io/lactopy/

Still a work in progress...


`lactopy` can be installed with pip:
`lactopy` can be installed with `pip`:

```bash
pip install lactopy
Expand Down
Binary file added docs/assets/flexible-robust-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/flexible-robust-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/css/custom_css.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
1 change: 1 addition & 0 deletions docs/lactate_models/OBLA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:::lactopy.lactate_models.OBLA
1 change: 1 addition & 0 deletions docs/lactate_models/dmax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:::lactopy.lactate_models.Dmax
1 change: 0 additions & 1 deletion docs/lactate_models/general/general.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/lactate_models/second_threshold/dmax.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Overview

In this overview we will give you a quick explanation of all the different models and how they can be used.

![flexible-robust-diagram](assets/flexible-robust-diagram.png){.center}
![flexible-robust-diagram](assets/flexible-robust-graph.png){.center}
Loading