-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure "Getting Started" page to a "User Guide" - take 2 (#356)
* renamed "Getting Started" to "User Guide" * setup redirects from old to new pages * use cards in user guide * move sample_data section inside input/output * use the book icon for the user guide card * removed sample_data doc from user_guide TOC * remove redirects * configure custon notfound (404) page * use sentence capitalisation in section headings
- Loading branch information
Showing
10 changed files
with
128 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,6 @@ sphinx | |
sphinx-autodoc-typehints | ||
sphinx-design | ||
sphinx-gallery | ||
sphinx-notfound-page | ||
sphinx-sitemap | ||
tables |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# User guide | ||
|
||
Start by [installing the package](installation.md) and | ||
[loading your own tracking data](input_output.md), or playing with some | ||
[sample data](target-sample-data) provided with the package. | ||
|
||
Before you dive deeper, we highly recommend reading about the structure | ||
and usage of [movement datasets](movement_dataset.md), which are a central | ||
concept in the package. | ||
|
||
::::{grid} 1 2 2 3 | ||
:gutter: 3 | ||
|
||
:::{grid-item-card} {fas}`wrench;sd-text-primary` Installation | ||
:link: installation | ||
:link-type: doc | ||
|
||
Install the package with `conda` or `pip`. | ||
::: | ||
|
||
:::{grid-item-card} {fas}`download;sd-text-primary` Input/Output | ||
:link: input_output | ||
:link-type: doc | ||
|
||
Load and save tracking data. | ||
::: | ||
|
||
:::{grid-item-card} {fas}`table;sd-text-primary` The movement datasets | ||
:link: movement_dataset | ||
:link-type: doc | ||
|
||
Learn about our data structures. | ||
::: | ||
|
||
:::: | ||
|
||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
:hidden: | ||
installation | ||
input_output | ||
movement_dataset | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.