1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
DataLad |---| data management and publication multitool
*******************************************************
Welcome to DataLad's **technical documentation**. Information here is targeting
software developers and is focused on the Python and command line APIs, as well
as software design, employed technologies, and key features. Comprehensive
**user documentation** with information on installation, basic operation,
support, and (advanced) use case descriptions is available in the `DataLad
handbook <http://handbook.datalad.org>`_.
Content
^^^^^^^
.. toctree::
:maxdepth: 1
changelog
acknowledgements
publications
Concepts and technologies
=========================
.. toctree::
:maxdepth: 2
background
related
basics
metadata
customization
designpatterns
glossary
Commands and API
================
.. toctree::
:maxdepth: 2
cmdline
modref
config
Extension packages
==================
DataLad can be customized and additional functionality can be integrated via
extensions. Each extension provides its own documentation:
- `Crawling web resources and automated data distributions <http://docs.datalad.org/projects/crawler>`_
- `Neuroimaging data and workflows <http://docs.datalad.org/projects/neuroimaging>`_
- `Containerized computational environments <http://docs.datalad.org/projects/container>`_
- `Advanced metadata tooling with JSON-LD reporting and additional metadata extractors <http://docs.datalad.org/projects/metalad>`_
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. |---| unicode:: U+02014 .. em dash
|