We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3f9524 + 4bd19cb commit d918a23Copy full SHA for d918a23
dandi/__init__.py
@@ -1,3 +1,18 @@
1
+"""
2
+DANDI
3
+=====
4
+
5
+The `dandi <https://github.com/dandi/dandi-cli>`_ library provides both a
6
+command line interface (CLI) and a Python API for interacting with `DANDI
7
+Archive <https://dandiarchive.org>`_.
8
9
+Additional references:
10
11
+- `Source Git repository <https://github.com/dandi/dandi-cli>`_
12
+- `Library documentation <https://dandi.readthedocs.io/>`_
13
+- `DANDI Archive handbook <https://www.dandiarchive.org/handbook/>`_
14
15
16
import logging
17
import os
18
docs/source/conf.py
@@ -20,7 +20,7 @@
20
import dandi
21
22
project = "dandi"
23
-copyright = "2021-2022, DANDI Team"
+copyright = "2021-2023, DANDI Team"
24
author = "DANDI Team"
25
26
# The full version, including alpha/beta/rc tags
0 commit comments