Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken links in docs #344

Merged
merged 2 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/BidsAnnotationQuickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/HedOnlineTools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/HedSchemaDevelopersGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/HowCanYouUseHed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 0 additions & 2 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<a href="https://hedtags.org">Project homepage</a></li>
<li class="toctree-li">
<a href="https://www.youtube.com/channel/UCYu8B1eFb-gRemamXod-exQ">HED YouTube channel</a></li>
<li class="toctree-li">
<a href="https://hed-examples.readthedocs.io/en/latest/DocumentationSummary.html">Documentation summary</a></li>
<li class="toctree-li">
<a href="https://hed-specification.readthedocs.io/en/latest/index.html">Specification</a></li>
<li class="toctree-li"><a href="https://hedtools.ucsd.edu/hed">Online tools</a></li>
Expand Down
39 changes: 0 additions & 39 deletions docs/source/dataset_tutorials/AttentionShift.md

This file was deleted.

4 changes: 3 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ HED resources

* `PDF docs <https://hed-examples.readthedocs.io/_/downloads/en/latest/pdf/>`_

* `Source code <https://github.com/hed-standard/hed-examples/>`_
* `Source code <https://github.com/hed-standard/hed-examples/>`_

* `HED homepage <https://www.hedtags.org/>`_

What is HED?
************
Expand Down Expand Up @@ -134,6 +135,7 @@ Visit the `HED project homepage <https://github.com/hed-standard>`_ for links to
HedPythonTools.md
HedJavascriptTools.md
HedMatlabTools.md
DocumentationSummary.md


.. toctree::
Expand Down