Skip to content

Commit

Permalink
DOC: provide a base description for the commands
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa committed Sep 30, 2021
1 parent f0a8952 commit 1a03540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Python API
==========

``datalad-xnat`` has three main commands that are exposed as functions via ``datalad.api`` and as methods of the ``Dataset`` class: ``xnat_init`` for [COMPLETE ME], ``xnat_update`` [COMPLETE ME], and ``xnat_query-files`` for [COMPLETE ME].
``datalad-xnat`` has three main commands that are exposed as functions via ``datalad.api`` and as methods of the ``Dataset`` class: ``xnat_init`` for configuring a dataset to track XNAT projects, ``xnat_update`` for updating and retrieving files from tracked XNAT projects, and ``xnat_query-files`` for querying available files on an XNAT server.
Find out more about each command below.

.. currentmodule:: datalad.api
Expand Down
2 changes: 1 addition & 1 deletion docs/source/cmd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Command line reference
======================

``datalad-xnat`` has three main commands: ``xnat-init`` for [COMPLETE ME], ``xnat-update`` [COMPLETE ME], and ``xnat-query-files`` for [COMPLETE ME].
``datalad-xnat`` has three main commands: ``xnat-init`` for for configuring a dataset to track XNAT projects, ``xnat-update`` for updating and retrieving files from tracked XNAT projects, and ``xnat-query-files`` for for querying available files on an XNAT server.
Find out more about each command below.

.. toctree::
Expand Down

0 comments on commit 1a03540

Please sign in to comment.