aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/timestamped_data/ordered_dictionary.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-08-28 15:23:00 +0200
committerThéo de la Hogue2023-08-28 15:23:00 +0200
commit4358c40d358c811a46b3ec5325d9475c887c4b9e (patch)
tree8adc5ef53d618b22868cd229c4acc5c487655dc1 /docs/user_guide/timestamped_data/ordered_dictionary.md
parent4e839f353700011457f52b305312ddf0217069a9 (diff)
downloadargaze-4358c40d358c811a46b3ec5325d9475c887c4b9e.zip
argaze-4358c40d358c811a46b3ec5325d9475c887c4b9e.tar.gz
argaze-4358c40d358c811a46b3ec5325d9475c887c4b9e.tar.bz2
argaze-4358c40d358c811a46b3ec5325d9475c887c4b9e.tar.xz
Fixing documentation linking.
Diffstat (limited to 'docs/user_guide/timestamped_data/ordered_dictionary.md')
-rw-r--r--docs/user_guide/timestamped_data/ordered_dictionary.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/timestamped_data/ordered_dictionary.md b/docs/user_guide/timestamped_data/ordered_dictionary.md
index a3154eb..64dd899 100644
--- a/docs/user_guide/timestamped_data/ordered_dictionary.md
+++ b/docs/user_guide/timestamped_data/ordered_dictionary.md
@@ -1,7 +1,7 @@
Ordered dictionary
==================
-[TimeStampedBuffer](../../../argaze/#argaze.DataStructures.TimeStampedBuffer) class inherits from [OrderedDict](https://docs.python.org/3/library/collections.html#collections.OrderedDict) as data are de facto ordered by time.
+[TimeStampedBuffer](../../argaze.md/#argaze.DataStructures.TimeStampedBuffer) class inherits from [OrderedDict](https://docs.python.org/3/library/collections.html#collections.OrderedDict) as data are de facto ordered by time.
Any data type can be stored using int or float keys as timestamp.