diff --git a/bioconda_utils/lint/check_build_help.py b/bioconda_utils/lint/check_build_help.py index d6998da642..eae342ea85 100644 --- a/bioconda_utils/lint/check_build_help.py +++ b/bioconda_utils/lint/check_build_help.py @@ -107,7 +107,7 @@ def check_deps(self, deps): class cython_must_be_in_host(LintCheck): - """Cython should be in the build section + """Cython should be in the host section Move cython to ``host``:: diff --git a/docs/source/user/install.rst b/docs/source/user/install.rst index b64dc3e74f..9bf9f518ee 100644 --- a/docs/source/user/install.rst +++ b/docs/source/user/install.rst @@ -32,7 +32,7 @@ Gitter_ channel to ask other users for help. .. seealso:: * :ref:`conda-anaconda-minconda` - * The conda `FAQs `_ explain how + * The conda `FAQs `_ explain how it's easy to use with existing Python installations. @@ -78,7 +78,7 @@ Or a new environment can be created:: We invite all parties interested in adding/editing package recipes to join the bioconda team, so that their pull requests don't require merging by the core team or other members. To do so, please fork our `recipes `_ have a read -through the `Conda documentation `_. +through the `Conda documentation `_. If you ping ``@bioconda/core`` in a pull request we will review it and then add you to the team, if you desire. 5. Spread the word