From 7779c0a909283ac914ca5b3a51b243c094bc262c Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Mon, 25 Apr 2022 10:23:54 -0400 Subject: [PATCH] add Style Guide to list of guides --- doc/sphinx-guides/source/developers/documentation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/sphinx-guides/source/developers/documentation.rst b/doc/sphinx-guides/source/developers/documentation.rst index 116ba1bb281..579cc13e566 100755 --- a/doc/sphinx-guides/source/developers/documentation.rst +++ b/doc/sphinx-guides/source/developers/documentation.rst @@ -16,6 +16,7 @@ If you find a typo or a small error in the documentation you can fix it using Gi - `api`_ - `developers`_ - `installation`_ + - `style`_ - `user`_ - Find the file you want to edit under one of the folders above. @@ -35,6 +36,7 @@ If you would like to read more about the Dataverse Project's use of GitHub, plea .. _api: https://github.com/IQSS/dataverse/tree/develop/doc/sphinx-guides/source/api .. _developers: https://github.com/IQSS/dataverse/tree/develop/doc/sphinx-guides/source/developers .. _installation: https://github.com/IQSS/dataverse/tree/develop/doc/sphinx-guides/source/installation +.. _style: https://github.com/IQSS/dataverse/tree/develop/doc/sphinx-guides/source/style .. _user: https://github.com/IQSS/dataverse/tree/develop/doc/sphinx-guides/source/user Other Changes (Sphinx)