index.rst 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. :orphan:
  2. .. meta::
  3. :description: The home of the DataLad handbook
  4. .. image:: artwork/src/img/datalad-animated.gif
  5. :scale: 100%
  6. :alt: Animated DataLad logo
  7. ============
  8. The Handbook
  9. ============
  10. **Welcome!**
  11. This handbook is a living resource about why and -- more importantly -- *how* to
  12. use DataLad. It aims to provide novices and advanced users of all backgrounds
  13. with both the basics of DataLad and start-to-end use cases of specific
  14. applications. If you want to get hands-on experience and learn DataLad, the *Basics*
  15. part of this book will teach you. If you want to know what is possible, the
  16. *use cases* will show you. And if you want to help others to get started with DataLad,
  17. the `companion repository <https://github.com/datalad-handbook/course>`_ provides
  18. :ref:`free and open source teaching material <teach>` tailored to the handbook.
  19. Before you read on, please note that this version of the handbook is based on **at least** DataLad version **0.17**, and the higher your version of DataLad is, the better.
  20. The section :ref:`install` will set you up with what you need if you currently do not have DataLad 0.17 or higher installed.
  21. .. importantnote:: Did you know ...
  22. ... that you can also easily get a **physical copy** of this book?
  23. .. image:: perma/book-intro-v1/intro-v1-cover.jpg
  24. :width: 50%
  25. :align: center
  26. :target: https://handbook.datalad.org/en/latest/perma/book-intro-v1.html
  27. For example from a book store near you (ISBN 979-8857037973), or from any amazon site (e.g., `US <https://www.amazon.com/dp/B0CPDB4YMY>`_ or `EU <https://amzn.eu/d/e6A7nAO>`_).
  28. If you're new here, please start the handbook :ref:`here <philo>`.
  29. Alternatively, try to identify with one of several user-types in this
  30. :ref:`user specific guide to the handbook <usertypes>`.
  31. .. importantnote:: The handbook is a collaborative resource
  32. If you would be willing to provide feedback on its contents, please
  33. `get in touch <https://github.com/datalad-handbook/book/issues/new>`_.
  34. .. image:: artwork/src/enter.svg
  35. :width: 60%
  36. :align: center
  37. .. toctree::
  38. :maxdepth: 2
  39. :caption: What this is all about
  40. intro/intro
  41. .. image:: artwork/src/basics.svg
  42. :width: 60%
  43. :align: center
  44. .. toctree::
  45. :maxdepth: 3
  46. :caption: The fundamentals of DataLad
  47. basics/intro
  48. .. image:: artwork/src/advanced.svg
  49. :width: 60%
  50. :align: center
  51. .. toctree::
  52. :maxdepth: 3
  53. :caption: Beyond the Basics
  54. beyond_basics/intro.rst
  55. .. image:: artwork/src/usecases.svg
  56. :width: 60%
  57. :align: center
  58. .. toctree::
  59. :maxdepth: 2
  60. :caption: Hands-on real-world applications with step-by-step recipes
  61. usecases/intro
  62. ########
  63. Appendix
  64. ########
  65. .. toctree::
  66. :maxdepth: 1
  67. :caption: Further information and references
  68. glossary
  69. basics/101-180-FAQ
  70. basics/101-136-cheatsheet
  71. contributing
  72. teaching
  73. acknowledgements
  74. licenses
  75. intro/user_types
  76. OHBMposter
  77. usecases/openneuro
  78. intro/windows
  79. intro/filenaming
  80. ########################
  81. Code lists from chapters
  82. ########################
  83. .. toctree::
  84. :maxdepth: 1
  85. :caption: Easy access to copy-paste snippets for workshops
  86. code_from_chapters/intro
  87. code_from_chapters/01_dataset_basics_code
  88. code_from_chapters/02_reproducible_execution_code
  89. code_from_chapters/10_yoda_code
  90. code_from_chapters/OHBM
  91. code_from_chapters/OHBM_OSR.rst
  92. code_from_chapters/usecase_ml_code
  93. code_from_chapters/MPI_code
  94. code_from_chapters/DLBasicsMPI
  95. code_from_chapters/ABCD
  96. code_from_chapters/yale
  97. code_from_chapters/dgpa
  98. code_from_chapters/neurohackademy
  99. code_from_chapters/osoh.rst
  100. ..
  101. stuff that we do not need or show at the moment
  102. .. only:: adminmode
  103. .. toctree::
  104. :hidden:
  105. usecases/datasets
  106. topic_index
  107. r
  108. perma/book-intro-v1