diff --git a/{{ cookiecutter.package_name }}/README.rst b/{{ cookiecutter.package_name }}/README.rst index 7ff80f9..ab8c1f8 100644 --- a/{{ cookiecutter.package_name }}/README.rst +++ b/{{ cookiecutter.package_name }}/README.rst @@ -5,16 +5,16 @@ Usage of Generative AI ---------------------- We expect authentic engagement in our community. -**Do no post the output from Large Language Models or similar generative AI as code, issues or comments on GitHub or any other platform.** +**Do not post the output from Large Language Models or similar generative AI as code, issues or comments on GitHub or any other platform.** If you use generative AI tools as an aid in developing code or documentation changes, ensure that you fully understand the proposed changes and can explain why they are the correct approach and an improvement to the current state. -For more information see our documentation on fair and appropriate [AI usage](https://docs.sunpy.org/en/latest/dev_guide/contents/ai_usage.html). +For more information see our documentation on fair and appropriate `AI usage `__. License ------- This project is Copyright (c) {{ cookiecutter.author_name }} and licensed under the terms of the {{ cookiecutter.license }} license. This package is based upon -the `Openastronomy packaging guide `_ +the `Openastronomy packaging guide `__ which is licensed under the BSD 3-clause licence. See the licenses folder for more information. @@ -45,7 +45,7 @@ a whole, because you're coming to the project with fresh eyes, so you can see the errors and assumptions that seasoned contributors have glossed over. Note: This disclaimer was originally written by -`Adrienne Lowe `_ for a -`PyCon talk `_, and was adapted by +`Adrienne Lowe `__ for a +`PyCon talk `__, and was adapted by {{ cookiecutter.package_name }} based on its use in the README file for the -`MetPy project `_. +`MetPy project `__.