diff --git a/doc/index.rst b/doc/index.rst index 41efee88..dc071fc1 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -62,7 +62,7 @@ See the release or the version in development. To check out the code, report a bug, or contribute a new feature, please visit -the `github repository `_. +the `GitHub repository `_. Different versions of the documentations are available: consult the documentation of the current `stable `_ diff --git a/doc/releases/v0.7.txt b/doc/releases/v0.7.txt index a74d6c41..6cace9b2 100644 --- a/doc/releases/v0.7.txt +++ b/doc/releases/v0.7.txt @@ -1,5 +1,5 @@ v0.7 ------- +---- trackpy v0.7 includes an enhancement/bug fix to how MSD calculations handle gaps in trajectories. The msd() and imsd() functions now output NaN values (instead @@ -15,4 +15,5 @@ Bug fixes Enhancements ~~~~~~~~~~~~ -- Clarify what parameters are kwonly in documented signature of link_foo() (@anntzer, #789) \ No newline at end of file +- Clarify what parameters are keyword-only in documentation of link functions + (@anntzer, #789) \ No newline at end of file