-
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.
apply suggestions and split some pages
- Loading branch information
1 parent
319d397
commit f70f79d
Showing
6 changed files
with
158 additions
and
94 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _logo: | ||
|
||
Adding a logo for your MDAKit | ||
============================= | ||
A custom logo can add some pizazz to your MDAKit. You are welcome to create an | ||
entirely custom logo, use the default `'empty gear' template`_, | ||
or modify the template - feel free to place your logo within the gears! | ||
|
||
If you used the MDAKits cookiecutter, there is already a placeholder logo in | ||
your documentation. The `MDAKits cookiecutter documentation`_ has information | ||
on updating this. | ||
|
||
.. note:: | ||
MDAnalysis recommends that kit authors carefully check that any material used | ||
in their kit - including logos - is used under appropriate licenses, and do | ||
not infringe on any copyrights. | ||
|
||
MDAnalysis cannot give any legal advice on these matters; if you are unsure | ||
about any legal matters, please consult a lawyer. | ||
|
||
|
||
.. _`MDAKits cookiecutter documentation`: | ||
https://cookiecutter-mdakit.readthedocs.io/en/latest/usage.html#documentation-configuration | ||
|
||
|
||
.. _`'empty gear' template`: | ||
https://github.com/MDAnalysis/branding/tree/main/templates/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _publishing: | ||
|
||
Publishing your MDAKit! | ||
======================= | ||
Providing a way to easily cite your MDAKit - e.g by having an associated DOI - | ||
can make it easier for users to share your code and for you to get recognition | ||
when someone uses your work. | ||
|
||
Ideally, you could publish an article about your kit in a journal such as | ||
`JOSS <https://joss.readthedocs.io/>`_. JOSS papers are short and | ||
`relatively simple <https://joss.readthedocs.io/en/latest/submitting.html#submission-process`>_ - | ||
In meeting the requirements for registering an MDAKit, you will have already | ||
met many of the JOSS submission requirements. Once you've built up your kit's | ||
documentation and testing, consider publication with JOSS or a similar journal! | ||
|
||
If you don't have a publication to directly associated with your MDAKit, we | ||
recommend at least generating a DOI for your code repository, e.g through | ||
`Zenodo <https://zenodo.org/>`_. If you log in to Zenodo using your GitHub | ||
account, you can easily do this from the | ||
`Zenodo GitHub page <https://zenodo.org/account/settings/github/>`_. | ||
|
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,18 @@ | ||
.. _update-metadata: | ||
|
||
Updating the MDAKit's metadata | ||
============================== | ||
As your kit evolves, you may find the information you supplied in the | ||
:ref:`metadata <specification>` file at registration is no longer valid (e.g. | ||
the installation instructions mught require updating), or wish to otherwise | ||
alter or add new details (e.g. adding a publication, or expanding the | ||
description). | ||
|
||
**If you don't update your metadata, potential users could be getting the wrong | ||
information, and/or the automated tests run by the MDAKit Registry could fail.** | ||
|
||
To update your kit's metadata, simply edit the kit's ``metadata.yaml`` (in your | ||
fork of the ``MDAKits`` repository), then make a new Pull Request (PR). The | ||
MDAKits team will then review and merge your PR to apply the changes. | ||
|
||
|
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