-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Oct 23, 2024
1 parent
74f67bc
commit e9020ae
Showing
91 changed files
with
5,844 additions
and
1,671 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.. _add-mdakit: | ||
|
||
******************************** | ||
Adding an MDAKit to the Registry | ||
******************************** | ||
|
||
Do you have an MDAKit? Consider adding it to the | ||
:ref:`MDAKits Registry! <mdakits>`. | ||
|
||
.. note:: | ||
The `MDAKit registry`_ is still in its initial stages. We expect that the way | ||
in which MDAKits are added, and the type of information required, may change | ||
over time. Please reach out via the `issue tracker`_ if you have any | ||
questions. | ||
|
||
Registering an MDAKit requires you to create a single file with meta information | ||
(called ``metadata.yaml``) describing the Kit, and add this to the | ||
`MDAnalysis/mdakits repository`_ on GitHub. The links below provide information | ||
about this process and more detail about the ``metadata.yaml`` file. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
registering-a-kit/step-by-step | ||
registering-a-kit/metadata-yaml | ||
|
||
|
||
.. _`MDAKit registry`: https://mdakits.mdanalysis.org/mdakits.html | ||
|
||
.. _`issue tracker`: | ||
https://github.com/MDAnalysis/MDAKits/issues | ||
|
||
.. _`MDAnalysis/mdakits repository`: | ||
https://github.com/MDAnalysis/mdakits |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.. _maintaining: | ||
|
||
********************* | ||
Maintaining an MDAKit | ||
********************* | ||
|
||
.. note:: | ||
This section is still under construction. If you have topics you would | ||
like to see covered here, please get in touch via | ||
`MDAnalysis Github Discussion`_. | ||
|
||
There are a variety of reasons a kit may behave unexpectedly after being | ||
submitted to the registry. Apart from actively developing the kit, changes in | ||
kit dependencies, or even Python itself, can introduce/deprecate new/old functionality. | ||
For this reason, the kits' continuous integration is rerun weekly to | ||
confirm the kits expected behavior. | ||
|
||
In the event that a kit no longer passes its tests, an issue in | ||
MDAnalysis/MDAKits is automatically raised while notifying the maintainers | ||
indicated in the `metadata.yaml` file. | ||
While the registry developers will be happy to help where possible, ultimately, | ||
the maintainers of the MDAKit are responsible for resolving such issues and | ||
ensuring that the tests pass. | ||
The issue will automatically close after the next CI run if the tests pass again. | ||
|
||
.. _`MDAnalysis GitHub Discussions`: | ||
https://github.com/MDAnalysis/mdanalysis/discussions |
Oops, something went wrong.