From d9f677305d00c9be5f6d073da09453e31286b4cc Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Thu, 22 Feb 2024 14:02:03 -0600 Subject: [PATCH 1/3] Add markdown extension for auto-linking http links --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 10211565..0bc65e7f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -48,6 +48,7 @@ markdown_extensions: - admonition - pymdownx.details - pymdownx.critic + - pymdownx.magiclink - toc: permalink: True From 87c8490056304e6e9b8eaab48cf919ec2228dba5 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Thu, 22 Feb 2024 14:05:37 -0600 Subject: [PATCH 2/3] Remove markdown formatted links --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index ac520be6..10966d24 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ src="./img/dandi-banner.png" alt="dandi_banner" style="width: 75%; height: auto; display: block; margin-left: auto; margin-right: auto;"/> -The Web interface to the DANDI archive is located at [https://dandiarchive.org](https://dandiarchive.org). +The Web interface to the DANDI archive is located at https://dandiarchive.org. This documentation explains how to interact with the archive. ## How to Use This Documentation @@ -26,7 +26,7 @@ You can communicate with the DANDI team in a variety of ways, depending on your - You can ask questions, report bugs, or request features [at our helpdesk](https://github.com/dandi/helpdesk/issues/new/choose). -- For interacting with the global neuroscience community, post on [https://neurostars.org](https://neurostars.org) +- For interacting with the global neuroscience community, post on https://neurostars.org and use the tag [dandi](https://neurostars.org/tag/dandi). - You can use the DANDI Slack workspace, which we will invite you to after approving your [registration on DANDI using GitHub](https://dandiarchive.org/) (this registration is required to upload data or to use the DANDI From b197b7e373dfdc5198f1ea7747a979c640624af7 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Thu, 22 Feb 2024 14:48:56 -0600 Subject: [PATCH 3/3] Remove markdown formatted links --- docs/13_upload.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/13_upload.md b/docs/13_upload.md index cdafa31e..72062ed0 100644 --- a/docs/13_upload.md +++ b/docs/13_upload.md @@ -15,12 +15,12 @@ button. ## Create a Dandiset and Add Data -You can create a new Dandiset at [http://dandiarchive.org](http://dandiarchive.org). This Dandiset can be fully +You can create a new Dandiset at https://dandiarchive.org. This Dandiset can be fully public or embargoed according to NIH policy. When you create a Dandiset, a permanent ID is automatically assigned to it. To prevent the production server from being inundated with test Dandisets, we encourage developers to develop -against the development server ([https://gui-staging.dandiarchive.org/](https://gui-staging.dandiarchive.org/)). Note +against the development server (https://gui-staging.dandiarchive.org/). Note that the development server should not be used to stage your data. All data are uploaded as draft and can be adjusted before publishing on the production server. The development server is primarily used by users learning to use DANDI or by developers.