From 80130732ca7bee69b49ed6049362c156f8f3846d Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:49:36 -0600 Subject: [PATCH] Updated broken links --- docs/source/BidsAnnotationQuickstart.md | 2 +- docs/source/HedOnlineTools.md | 4 +- docs/source/HedSchemaDevelopersGuide.md | 4 +- docs/source/HowCanYouUseHed.md | 2 +- docs/source/_templates/layout.html | 2 - .../dataset_tutorials/AttentionShift.md | 39 ------------------- docs/source/index.rst | 4 +- 7 files changed, 9 insertions(+), 48 deletions(-) delete mode 100644 docs/source/dataset_tutorials/AttentionShift.md diff --git a/docs/source/BidsAnnotationQuickstart.md b/docs/source/BidsAnnotationQuickstart.md index 3aad70a3..7b4b2558 100644 --- a/docs/source/BidsAnnotationQuickstart.md +++ b/docs/source/BidsAnnotationQuickstart.md @@ -437,7 +437,7 @@ the steps to create a template are: (step-1-select-extract-hed-spreadsheet-anchor)= ### Step 1: Select extract HED spreadsheet -Go to the [**Sidecar**](https://hedtools.ucsd.edu/hed/sidecar) page of the HED online tools. +Go to the [**Sidecar**](https://hedtools.org/hed/sidecars) page of the HED online tools. You will see the following menu: ![SidecarToSpreadsheetTemplate1](./_static/images/SidecarToSpreadsheetTemplate1.png) diff --git a/docs/source/HedOnlineTools.md b/docs/source/HedOnlineTools.md index 6bba3827..f127dfdc 100644 --- a/docs/source/HedOnlineTools.md +++ b/docs/source/HedOnlineTools.md @@ -201,7 +201,7 @@ dataset root directory, this is all that is needed. However, if the sidecar is part of an inheritance chain, some of its definitions are externally defined, or the sidecar contains tags from multiple HED schemas, you should use the -[bids_validate_dataset.ipynb](https://github.com/hed-standard/hed-examples/blob/main/hedcode/jupyter_notebooks/bids/bids_validate_dataset.ipynb) +[validate_bids_dataset.ipynb](https://github.com/hed-standard/hed-examples/blob/main/hedcode/jupyter_notebooks/bids/validate_bids_dataset.ipynb) Python Jupyter notebook to validate the HED in your BIDS dataset. #### Convert sidecar to long @@ -585,7 +585,7 @@ web-based tools and services. * - CSRF token access - [https://hedtools.org/hed/services](https://hedtools.org/hed/services) * - Service request - - [https://hedtools.org/hed/services_submit](https://hedtools.org/hed/services_submit) + - https://hedtools.org/hed/services_submit (with access token) ````` ### Request format diff --git a/docs/source/HedSchemaDevelopersGuide.md b/docs/source/HedSchemaDevelopersGuide.md index 6105dad1..ec2dcb12 100644 --- a/docs/source/HedSchemaDevelopersGuide.md +++ b/docs/source/HedSchemaDevelopersGuide.md @@ -15,7 +15,7 @@ The HED Working Group would be happy to give you technical guidance in getting s and working through the process to final release. More detailed information is available in -the [**Library schemas**](https://https://https://hed-specification.readthedocs.io/en/latest/07_Library_schemas.html) chapter of +the [**Library schemas**](https://hed-specification.readthedocs.io/en/latest/07_Library_schemas.html) chapter of the [**HED specification**](https://hed-specification.readthedocs.io/en/latest/index.html). Details about syntax are available in the @@ -343,7 +343,7 @@ Use the [**HED online tools**](https://hedtools.org) to convert as shown in the All HED schemas, including library schemas, adhere to [**semantic versioning**](https://semver.org/). The rules for what constitutes major, minor and patch changes are given -in the hed-schemas [**README.md**](https://github.com/hed-standard/hed-schemas/README.md#hed-semantic-versioning). +in the hed-schemas [**README.md**](https://github.com/hed-standard/hed-schemas/blob/main/README.md#hed-semantic-versioning). ### Schema file names diff --git a/docs/source/HowCanYouUseHed.md b/docs/source/HowCanYouUseHed.md index 2f550b3e..302d4e37 100644 --- a/docs/source/HowCanYouUseHed.md +++ b/docs/source/HowCanYouUseHed.md @@ -553,7 +553,7 @@ to support HED for processing and analysis. The GitHub repositories and other resources associated with these projects are described in this section. -The HED project page is [**https://hedtags.org**](https://hedtags.org). +The HED project page is [**https://www.hedtags.org**](https://www.hedtags.org). The documentation and examples are housed in the [**hed-examples**](https://github.com/hed-standard/hed-examples) GitHub repository. diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html index c28543df..2f2bea52 100644 --- a/docs/source/_templates/layout.html +++ b/docs/source/_templates/layout.html @@ -10,8 +10,6 @@ Project homepage
  • HED YouTube channel
  • -
  • - Documentation summary
  • Specification
  • Online tools
  • diff --git a/docs/source/dataset_tutorials/AttentionShift.md b/docs/source/dataset_tutorials/AttentionShift.md deleted file mode 100644 index c5787257..00000000 --- a/docs/source/dataset_tutorials/AttentionShift.md +++ /dev/null @@ -1,39 +0,0 @@ -# Attention shift - -**This tutorial is under development** - -This tutorial works - - - -| event | condition_code | event_code | -| ------| -----------------| ----------- | -|**Focus auditory** | | | -| HEAR (unattended) | 1 | 1 | -| LOOK (unattended) | 1 | 2 | -| Auditory target (attended) | 1 | 3 | -| Visual target (unattended) | 1 | 4 | -| Auditory non-target (attended) | 1 | 5 | -| Visual non-target (unattended) | 1 | 6 | -| **Focus visual** | | | -| HEAR (unattended) | 2 | 1 | -| LOOK (unattended) | 2 | 2 | -| Auditory target (unattended) | 2 | 3 | -| Visual Target (attended) | 2 | 4 | -| Auditory non-target (unattended) | 2 | 5 | -| Visual non-target (attended) | 2 | 6 | -| **Shift focus** | | | -| HEAR (attended) | 3 | 1 | -| LOOK (attended) | 3 | 2 | -| Auditory target (attended) | 3 | 7 | -| Visual target (attended) | 3 | 8 | -| Auditory target (unattended) | 3 | 9 | -| Visual target (unattended) | 3 | 10 | -| Auditory non-target (attended) | 3 | 11 | -| Visual non-target (attended) | 3 | 12 | -| Auditory non-target (unattended) | 3 | 13 | -| Visual non-target (unattended) | 3 | 14 | -| **Other codes** | | | -| Button Press | 1, 2, or 3 | 201 | -| Pause recording | 1, 2, or 3 | 202 | -| Invalid data | 1, 2, or 3 | 255 | diff --git a/docs/source/index.rst b/docs/source/index.rst index 867fac8c..66a6274b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,8 +9,9 @@ HED resources * `PDF docs `_ - * `Source code `_ + * `Source code `_ + * `HED homepage `_ What is HED? ************ @@ -134,6 +135,7 @@ Visit the `HED project homepage `_ for links to HedPythonTools.md HedJavascriptTools.md HedMatlabTools.md + DocumentationSummary.md .. toctree::