extensions.rst 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Extension Modules
  2. ==================
  3. The below modules are Tripal 3 compatible and grouped roughly by category:
  4. .. toctree::
  5. :maxdepth: 2
  6. extensions/administrative
  7. extensions/analysis
  8. extensions/data_input
  9. extensions/developer
  10. extensions/3rd_party
  11. extensions/search
  12. extensions/visualization
  13. extensions/in_development
  14. If you don't see the module you are looking for here, try a `Tripal-specific search on GitHub <https://github.com/search?q=topic%3Atripal>`__.
  15. Add your Module to this list!
  16. -----------------------------
  17. **We would love for you to contribute your own module to this list!** This is done by creating a Pull Request (PR) to `Tripal <https://github.com/tripal/tripal>`__ modify our documentation.
  18. Instructions
  19. ^^^^^^^^^^^^^
  20. 1. From the current page, click the category in the list above that best fits your module.
  21. 2. Click the "Edit on Github" link at the top of the page.
  22. 3. Add your module using the following template.
  23. .. code:: RST
  24. Module Name
  25. ------------
  26. This module loads in X, Y, and Z. It provides admin for A and B, and user area C.
  27. `Documentation <https://yourmodule.readthedocs.io/en/latest/index.html>`__
  28. `Repository <https://github.com/you/yourmodule>`__
  29. Guidelines
  30. ^^^^^^^^^^^
  31. - Make sure to follow alphabetical order when choosing where on the category page to add your module.
  32. - Please write two sentences MAXIMUM about the function of the module.
  33. - Include links to both the documentation (even if it's your README) and the repository (e.g. Github, Gitlab)
  34. - If your module doesn't fit well in any of the existing categories, still pick the best one but then feel free to suggest a new category in the PR description.
  35. - Extension Modules must be publicly available for download