Skip to content

Commit d918a23

Browse files
authored
Merge pull request #1338 from dandi/enh-docs
Minor documentation tune up
2 parents c3f9524 + 4bd19cb commit d918a23

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

dandi/__init__.py

+15
Original file line numberDiff line numberDiff line change
@@ -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+
116
import logging
217
import os
318

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import dandi
2121

2222
project = "dandi"
23-
copyright = "2021-2022, DANDI Team"
23+
copyright = "2021-2023, DANDI Team"
2424
author = "DANDI Team"
2525

2626
# The full version, including alpha/beta/rc tags

0 commit comments

Comments
 (0)