Skip to content

Commit

Permalink
Merge pull request #17 from ctapobep/main
Browse files Browse the repository at this point in the history
Fix broken links in docs
  • Loading branch information
m-lueb authored Jan 6, 2025
2 parents eaa3099 + 67aaa82 commit c9225a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This repository automates numerous workflows:
On push to `main`, all tests in the `tests` directory are automatically run. Currently, MOCCA2 is tested on Ubuntu with Python 3.10, 3.11 and 3.12.

### Docs
On push to `main`, the Sphinx docs are automatically compiled and published to [GitHub pages](https://bayer-group.github.io/mocca).
On push to `main`, the Sphinx docs are automatically compiled and published to [GitHub pages](https://bayer-group.github.io/MOCCA).

### Example data
The repository contains various example datasets:
Expand Down
2 changes: 1 addition & 1 deletion src/mocca2/example_data/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The archives in this branch contain various example chromatogram datasets.

You can use them from mocca2 package using `mocca2.example_data` module after downloading them using `python -m mocca2 --download-data`.

See detailed documentation in the [docs](https://oboril.github.io/MOCCA/ref_example_data.html).
See detailed documentation in the [docs](https://bayer-group.github.io/MOCCA/ref_example_data.html).

## Datasets

Expand Down

0 comments on commit c9225a5

Please sign in to comment.