1234567891011121314151617181920212223242526272829303132333435363738394041 |
- DataLad extension template
- **************************
- This is a template for creating a `DataLad <http://datalad.org>`__ extension
- that equips DataLad with additional functionality.
- API
- ===
- High-level API commands
- -----------------------
- .. currentmodule:: datalad.api
- .. autosummary::
- :toctree: generated
- gooey
- gooey_lsdir
- gooey_status_light
- Command line reference
- ----------------------
- .. toctree::
- :maxdepth: 1
- generated/man/datalad-gooey
- generated/man/datalad-gooey-lsdir
- generated/man/datalad-gooey-status-light
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
- .. |---| unicode:: U+02014 .. em dash
|