You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Changes for multi-version docs
* Adding auto-initialisation
* Remove base-url
* Update docs link in README
* Update the version_match string to match the switcher.json map
* Fix doc version matching for movement
* Add blog post about displacement's API changes (#688)
* Add draft for post about displacement's API changes
* remove reference to v0.0.13
Co-authored-by: Niko Sirmpilatze <[email protected]>
* improve phrasing in compute_displacement introduction
Co-authored-by: Niko Sirmpilatze <[email protected]>
* improve wording talking about the PR
Co-authored-by: Niko Sirmpilatze <[email protected]>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* compute_backward_displacement
Co-authored-by: Niko Sirmpilatze <[email protected]>
* improve wording on cart2pol
Co-authored-by: Niko Sirmpilatze <[email protected]>
* blog: change title and add 1-sentence summary
* blog: better explaination of how old implementation worked
* blog: headings changes
* blog: improve suggestion on how to transition to the new API
Co-authored-by: Niko Sirmpilatze <[email protected]>
* update date and headings
* linkcheck ignore BraiAn
---------
Co-authored-by: Niko Sirmpilatze <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Enable pure `pip`/`uv` installations (#683)
* add uv lock to gitignore
* pull tables from pypi instead of conda-forge
* remove tables drom docs requirements.txt
* updated installation guide
* Disable HDF5 file locking in tox
* Revert "Disable HDF5 file locking in tox"
This reverts commit 8173f32.
* updated instruction for creating a dev environment
* remove mamba link from url scheme
* Revert "linkcheck ignore BraiAn"
This reverts commit 7e5a7e0.
* Implement suggestions from PR review
* tweak wording in uv venv instructions
* make linters and linkcheck happy
---------
Co-authored-by: carlocastoldi <[email protected]>
Co-authored-by: Niko Sirmpilatze <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ conda activate movement-env
28
28
29
29
30
30
> [!Note]
31
-
> Read the [documentation](https://movement.neuroinformatics.dev) for more information, including [full installation instructions](https://movement.neuroinformatics.dev/user_guide/installation.html) and [examples](https://movement.neuroinformatics.dev/examples/index.html).
31
+
> Read the [documentation](https://movement.neuroinformatics.dev/latest) for more information, including [full installation instructions](https://movement.neuroinformatics.dev/latest/user_guide/installation.html) and [examples](https://movement.neuroinformatics.dev/latest/examples/index.html).
32
32
33
33
## Overview
34
34
@@ -46,7 +46,7 @@ motion tracks, enabling steps such as data cleaning, visualisation,
46
46
and motion quantification. We aim to support all popular animal tracking
47
47
frameworks and file formats.
48
48
49
-
Find out more on our [mission and scope](https://movement.neuroinformatics.dev/community/mission-scope.html) statement and our [roadmap](https://movement.neuroinformatics.dev/community/roadmaps.html).
49
+
Find out more on our [mission and scope](https://movement.neuroinformatics.dev/latest/community/mission-scope.html) statement and our [roadmap](https://movement.neuroinformatics.dev/latest/community/roadmaps.html).
50
50
51
51
<!-- Start Admonitions -->
52
52
@@ -61,7 +61,7 @@ Find out more on our [mission and scope](https://movement.neuroinformatics.dev/c
61
61
## Join the movement
62
62
63
63
Contributions to movement are absolutely encouraged, whether to fix a bug, develop a new feature, or improve the documentation.
64
-
To help you get started, we have prepared a detailed [contributing guide](https://movement.neuroinformatics.dev/community/contributing.html).
64
+
To help you get started, we have prepared a detailed [contributing guide](https://movement.neuroinformatics.dev/latest/community/contributing.html).
65
65
66
66
-[Chat with the team on Zulip](https://neuroinformatics.zulipchat.com/#narrow/stream/406001-Movement).
67
67
-[Open an issue](https://github.com/neuroinformatics-unit/movement/issues) to report a bug or request a new feature.
0 commit comments