|
@@ -7,14 +7,22 @@ The below modules are Tripal 3 compatible and grouped roughly by category:
|
|
:maxdepth: 2
|
|
:maxdepth: 2
|
|
|
|
|
|
extensions/administrative
|
|
extensions/administrative
|
|
- extensions/annotation
|
|
|
|
|
|
+ extensions/analysis
|
|
|
|
+ extensions/datainput
|
|
extensions/developer
|
|
extensions/developer
|
|
extensions/3rdparty
|
|
extensions/3rdparty
|
|
|
|
+ extensions/search
|
|
extensions/visualization
|
|
extensions/visualization
|
|
|
|
|
|
|
|
+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>`__.
|
|
|
|
+
|
|
|
|
+Add your Module to this list!
|
|
|
|
+-----------------------------
|
|
|
|
+
|
|
**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.
|
|
**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.
|
|
|
|
|
|
-**Instructions:**
|
|
|
|
|
|
+Instructions
|
|
|
|
+^^^^^^^^^^^^^
|
|
|
|
|
|
1. From the current page, click the category in the list above that best fits your module.
|
|
1. From the current page, click the category in the list above that best fits your module.
|
|
2. Click the "Edit on Github" link at the top of the page.
|
|
2. Click the "Edit on Github" link at the top of the page.
|
|
@@ -30,9 +38,11 @@ The below modules are Tripal 3 compatible and grouped roughly by category:
|
|
`Documentation <https://yourmodule.readthedocs.io/en/latest/index.html>`__
|
|
`Documentation <https://yourmodule.readthedocs.io/en/latest/index.html>`__
|
|
`Repository <https://github.com/you/yourmodule>`__
|
|
`Repository <https://github.com/you/yourmodule>`__
|
|
|
|
|
|
-**Guidelines:**
|
|
|
|
|
|
+Guidelines
|
|
|
|
+^^^^^^^^^^^
|
|
|
|
|
|
- Make sure to follow alphabetical order when choosing where on the category page to add your module.
|
|
- Make sure to follow alphabetical order when choosing where on the category page to add your module.
|
|
- Please write two sentences MAXIMUM about the function of the module.
|
|
- Please write two sentences MAXIMUM about the function of the module.
|
|
- Include links to both the documentation (even if it's your README) and the repository (e.g. Github, Gitlab)
|
|
- Include links to both the documentation (even if it's your README) and the repository (e.g. Github, Gitlab)
|
|
- 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.
|
|
- 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.
|
|
|
|
+- Extension Modules must be publically available for download
|