File: index.rst

package info (click to toggle)
datalad 1.1.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,140 kB
  • sloc: python: 69,392; sh: 1,521; makefile: 220
file content (37 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (2)
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
.. -*- mode: rst -*-
.. vi: set ft=rst sts=4 ts=4 sw=4 et tw=79:

.. _chap_design:

******
Design
******

The chapter described command API principles and the design of particular
subsystems in DataLad.

.. toctree::
   :maxdepth: 2

   cli
   provenance_capture
   application_vs_library_mode
   file_url_handling
   result_records
   dataset_argument
   log_levels
   drop
   python_imports
   miscpatterns
   exception_handling
   credentials
   url_substitution
   threaded_runner
   batched_command
   standard_parameters
   pos_vs_kw_parameters
   docstrings
   progress_reporting
   github_actions
   testing
   user_messaging