From 2675e8ef32a9ec922c1af1dd68d5c4ea23f9ebbb Mon Sep 17 00:00:00 2001 From: laurabpaulsen <202005791@post.au.dk> Date: Thu, 12 Dec 2024 11:29:04 +0100 Subject: [PATCH] children --- docs/co-registration/code_example.md | 4 +++- docs/co-registration/index.md | 3 ++- docs/digitising/index.md | 5 +++-- docs/digitising/polhemus_digitisation.md | 2 ++ docs/index.md | 1 + 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/co-registration/code_example.md b/docs/co-registration/code_example.md index dbb6b02..7840545 100644 --- a/docs/co-registration/code_example.md +++ b/docs/co-registration/code_example.md @@ -1,6 +1,8 @@ --- title: Code example -nav_order: 1 +nav_order: 3 +layout: default +parent: Co-registration --- diff --git a/docs/co-registration/index.md b/docs/co-registration/index.md index 6042307..9580933 100644 --- a/docs/co-registration/index.md +++ b/docs/co-registration/index.md @@ -1,6 +1,7 @@ --- -title: co-registration +title: Co-registration nav_order: 2 +layout: default --- hej \ No newline at end of file diff --git a/docs/digitising/index.md b/docs/digitising/index.md index eb54a46..95f11e1 100644 --- a/docs/digitising/index.md +++ b/docs/digitising/index.md @@ -1,6 +1,7 @@ --- -title: digtising -nav_order: 1 +title: Digtising +nav_order: 2 +layout: default --- hej \ No newline at end of file diff --git a/docs/digitising/polhemus_digitisation.md b/docs/digitising/polhemus_digitisation.md index 3c35463..d6408c9 100644 --- a/docs/digitising/polhemus_digitisation.md +++ b/docs/digitising/polhemus_digitisation.md @@ -1,6 +1,8 @@ --- title: Polhemus digitistation nav_order: 1 +layout: default +parent: Digtising --- # Polhemus digitisation To digtise using this module,first you need to initialise a FastrakConnector object where you specify the USB port the device is connected to. Afterwards you prepare for digitisation, which will return the fastrak to factory settings, set the output to metric, clear any incoming data and check whether the stylus and head receiver are connected properly. diff --git a/docs/index.md b/docs/index.md index 53468f9..c6a0906 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,5 @@ --- title: Home layout: home +nav_order: 1 ---