From 48d4e4fe53c7c5119a8b0b5481893b56d60618f6 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:15:58 -0400 Subject: [PATCH 1/2] Update installation.rst --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 563dc9e5f..eacaa1439 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -23,9 +23,9 @@ Download `NWB-GUIDE-arm64.dmg ` branch of the NWB GUIDE and follow the :ref:`Developer Installation instructions` after the "Clone the Repo" step. +Please clone the :linux-latest:`linux-latest <>` branch of the NWB GUIDE and follow the :ref:`Developer Installation instructions` after the "Clone the Repo" step. .. code-block:: bash - git clone --branch linux-fix https://github.com/NeurodataWithoutBorders/nwb-guide + git clone --branch linux-latest https://github.com/NeurodataWithoutBorders/nwb-guide cd nwb-guide From fd98f7e1d30638db5ed6383d108837c8a4ff4917 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:35:08 -0400 Subject: [PATCH 2/2] Update conf_extlinks.py --- docs/conf_extlinks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf_extlinks.py b/docs/conf_extlinks.py index 08b4da3da..6aa93b9d5 100644 --- a/docs/conf_extlinks.py +++ b/docs/conf_extlinks.py @@ -1,6 +1,6 @@ # Use this for mapping to external links extlinks = { - "linux-fix": ("https://github.com/neurodatawithoutborders/nwb-guide/tree/linux-fix/%s", "%s"), + "linux-latest": ("https://github.com/neurodatawithoutborders/nwb-guide/tree/linux-latest/%s", "%s"), "releases": ("https://github.com/NeurodataWithoutBorders/nwb-guide/releases/%s", "%s"), "pynwb-docs": ("https://pynwb.readthedocs.io/en/stable/%s", "%s"), "matnwb-src": ("https://github.com/NeurodataWithoutBorders/matnwb/%s", "%s"),