Skip to content

Commit

Permalink
Merge pull request #1338 from dandi/enh-docs
Browse files Browse the repository at this point in the history
Minor documentation tune up
  • Loading branch information
yarikoptic authored Oct 20, 2023
2 parents c3f9524 + 4bd19cb commit d918a23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions dandi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
"""
DANDI
=====
The `dandi <https://github.com/dandi/dandi-cli>`_ library provides both a
command line interface (CLI) and a Python API for interacting with `DANDI
Archive <https://dandiarchive.org>`_.
Additional references:
- `Source Git repository <https://github.com/dandi/dandi-cli>`_
- `Library documentation <https://dandi.readthedocs.io/>`_
- `DANDI Archive handbook <https://www.dandiarchive.org/handbook/>`_
"""

import logging
import os

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import dandi

project = "dandi"
copyright = "2021-2022, DANDI Team"
copyright = "2021-2023, DANDI Team"
author = "DANDI Team"

# The full version, including alpha/beta/rc tags
Expand Down

0 comments on commit d918a23

Please sign in to comment.