Skip to content

Commit

Permalink
use sentence capitalisation in section headings
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Nov 30, 2024
1 parent fdadf5d commit 96ccbc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/_templates/api_index_head.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. _target-api:

API Reference
API reference
=============

Information on specific functions, classes, and methods.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A Python toolbox for analysing animal body movements across space and time.
::::{grid} 1 2 2 3
:gutter: 3

:::{grid-item-card} {fas}`book;sd-text-primary` User Guide
:::{grid-item-card} {fas}`book;sd-text-primary` User guide
:link: user_guide/index
:link-type: doc

Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_guide/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# User Guide
# User guide

Start by [installing the package](installation.md) and
[loading your own tracking data](input_output.md), or playing with some
Expand Down

0 comments on commit 96ccbc6

Please sign in to comment.