Skip to content

Commit

Permalink
Define the "movement dataset" and reorganise the Getting Started sect…
Browse files Browse the repository at this point in the history
…ion (#177)

* Renamed MoveAccesor class to MovementDataset

* WIP describing movement dataset structure and usage

* make MovementDataset directly import-able from movement

* expanded getting_started and split into multiple pages

* document movement info to check install

* updated text in homepage cards

* standardise code blocks

* small formatting fixes

* additional formatting and spelling fixes

* Apply suggestions from code review

Co-authored-by: Chang Huan Lo <[email protected]>

* Define abbreviations in supported formats

* add note about loading .slp files

* d not mention from_dlc_df option

* backtick for movement-env

* fixed xarray terminology link

---------

Co-authored-by: Chang Huan Lo <[email protected]>
  • Loading branch information
niksirbi and lochhh authored May 15, 2024
1 parent ae702ad commit 3542b29
Show file tree
Hide file tree
Showing 15 changed files with 477 additions and 378 deletions.
6 changes: 3 additions & 3 deletions docs/source/api_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ Analysis
cart2pol
pol2cart

Move Accessor
-------------
MovementDataset
---------------
.. currentmodule:: movement.move_accessor
.. autosummary::
:toctree: api

MoveAccessor
MovementDataset

Logging
-------
Expand Down
318 changes: 0 additions & 318 deletions docs/source/getting_started.md

This file was deleted.

22 changes: 22 additions & 0 deletions docs/source/getting_started/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Getting Started

Start by [installing the package](installation.md).

After that try [loading some of your own predicted poses](target-loading),
from one of the [supported formats](target-formats).
Alternatively, you can use the [sample data](target-sample-data)
provided with the package.

Once you have loaded some data, feel free to explore the structure and
usage of [movement datasets](movement_dataset.md), which are a central
concept in the package.

```{toctree}
:maxdepth: 2
:caption: Contents
installation
input_output
sample_data
movement_dataset
```
Loading

0 comments on commit 3542b29

Please sign in to comment.