extensions.rst 834 B

123456789101112131415161718192021222324252627
  1. Extension Modules
  2. ==================
  3. The below modules are Tripal 3 compatible and grouped roughly by category.
  4. Please add your module!
  5. .. Instructions for adding a module:
  6. .. Try to stick to the existing categories.
  7. .. Please link to the documentation if available: otherwise, the code is fine.
  8. .. Please write two sentences MAXIMUM about the function of the module.
  9. .. The below template can be used to easily add your module (please remove the .. which indicate a comment, and remove the indentation).
  10. .. Module Name
  11. .. ~~~~~~~~~~~~~~~~~~~~~~~
  12. ..
  13. .. This module loads in X, Y, and Z. It provides admin for A and B, and user area C.
  14. ..
  15. .. https://tripal-hq.readthedocs.io/en/latest/index.html
  16. .. toctree::
  17. :maxdepth: 2
  18. :caption: Categories
  19. extensions/administrative
  20. extensions/annotation
  21. extensions/developer