Skip to content

Commit

Permalink
Added mcroberts logo and made some small fixes to docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Feb 7, 2025
1 parent 4fb137e commit 3b4274d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ The package is designed to be used in two modes:
<p float="left">
<img src="./docs/_static/used_by_logos/mobilise_d_logo.png" alt="Mobilise-D logo" height="25" align="bottom">
<img src="./docs/_static/used_by_logos/actigraph_logo.svg" alt="Actigraph logo" height="25" align="bottom">
<img src="./docs/_static/used_by_logos/empatica-logo-full-red.png" alt="Empatica logo" height="28" align="bottom">
<img src="./docs/_static/used_by_logos/empatica-logo-full-red.png" alt="Empatica logo" height="28" align="bottom">
<img src="./docs/_static/used_by_logos/mc_roberts.png" alt="McRoberts logo" height="23" align="bottom">

</p>

While mobgap is a relatively young project, it is used in multiple projects and by multiple companies.
Expand All @@ -181,7 +183,8 @@ Below a list (in no particular order) of projects and companies that use mobgap:
- [ActiGraph](https://theactigraph.com): [Learn
more](https://blog.theactigraph.com/blog/mobilise-d-algorithms-centrepoint-integration)
- [Empatica](https://www.empatica.com): [Learn
more](https://www.empatica.com/blog/empatica-announces-integration-of-mobilise-d-mobility-outcomes,-advancing-toward-unified-solution-for-clinical-professionals.html)
more](https://www.empatica.com/blog/empatica-announces-integration-of-mobilise-d-mobility-outcomes,-advancing-toward-unified-solution-for-clinical-professionals.html)
- [McRoberts](https://www.mcroberts.nl): [Learn more](https://www.mcroberts.nl/)

If you are using mobgap in your project or company and would like to be listed here, please let us know via Github
Issues or Email.
Expand Down
Binary file added docs/_static/used_by_logos/mc_roberts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def substitute(matchobj) -> str:
out = convert_github_md_admonitions(out)
out = out.replace("./LICENSE", URL + "/blob/main/LICENSE")
out = out.replace("./NOTICE", URL + "/blob/main/NOTICE")
out = out.replace("./docs/_static/logo/", "./_static/logo/")
out = out.replace("./docs/_static/", "./_static/")
with (HERE / "README.md").open("w+") as f:
f.write(out)

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Plotting Helpers
.. currentmodule:: mobgap.plotting

.. autosummary::
:toctree: ../generated/plotting
:toctree: ./generated/plotting
:template: function.rst

blandaltman_stats
Expand Down

0 comments on commit 3b4274d

Please sign in to comment.