From 4ebec48d6cf7ed26c4ae55210effaae73e2eed3d Mon Sep 17 00:00:00 2001 From: hackermd Date: Tue, 12 Jul 2022 07:50:48 -0400 Subject: [PATCH] Update link in documentation --- docs/conf.py | 4 ++-- docs/development.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 72c59eae..9484fc72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ # -- Project information ----------------------------------------------------- project = 'highdicom' -copyright = '2020, MGH Computational Pathology' +copyright = '2020-2022, Herrmann Lab' author = 'Markus D. Herrmann' # The full version, including alpha/beta/rc tags @@ -72,7 +72,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/docs/development.rst b/docs/development.rst index 5e821b7c..1f7c11b3 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -7,7 +7,7 @@ Source code is available at Github and can be cloned via git: .. code-block:: none - git clone https://github.com/mghcomputationalpathology/highdicom ~/highdicom + git clone https://github.com/herrmannlab/highdicom ~/highdicom The :mod:`highdicom` package can be installed in *develop* mode for local development: