Skip to content

Commit 3dca57f

Browse files
authored
Merge pull request #1384 from prachi237/istruct
minor changes in infrastructure section of docs
2 parents 7573eb0 + c097924 commit 3dca57f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/maintainer/infrastructure.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Staging area for recipes
1010
------------------------
1111

1212
`conda-forge/staged-recipes <https://github.com/conda-forge/staged-recipes>`_ is the entry point for new packages to join the conda-forge package collection.
13-
You can find a detailed guide to submitting new package recipes in :ref:`creating_recipes`.
13+
You can find the detailed guide for submitting new package recipes in :ref:`creating_recipes`.
1414

1515
Smithy
1616
------
@@ -19,11 +19,11 @@ Smithy contains maintenance code for conda-forge, which is used by the ``conda-s
1919

2020
``conda-forge/conda-smithy`` is the right repository to report bugs for
2121

22-
- the rerendering process
23-
- the recipe linter
22+
- The rerendering process
23+
- The recipe linter
2424
- :term:`CI` support utils
2525

26-
``conda-smithy`` also contains the command line tool that you will use if you rerender manually from the command line (see :ref:`dev_update_rerender`).
26+
``conda-smithy`` also contains the command line tool that you should use if you rerender manually from the command line (see :ref:`dev_update_rerender`).
2727

2828

2929
Web services
@@ -50,7 +50,7 @@ The documentation lives in `conda-forge/conda-forge.github.io <https://github.co
5050

5151
The documentation is built with ``Sphinx`` and the sources files are located in the `src <https://github.com/conda-forge/conda-forge.github.io/tree/master/src>`__ directory of the repository.
5252

53-
If you found a typo, unclear explanations or new topics that could be covered, you can suggest changes to the documentation. For more details, please refer to :ref:`improve_docs`.
53+
If you found any typo error, unclear explanations or new topics that can be covered, you can suggest changes to the documentation. For more details, please refer to :ref:`improve_docs`.
5454

5555

5656

@@ -72,7 +72,7 @@ The webservice also listens to issues and PR comments, so that you can ask for t
7272
-----------------------------------
7373

7474
Entering the above phrase in a PR of a feedstock will rerender the feedstock and push the changes to your PR.
75-
Make sure to tick the ``Allow edits from maintainers.`` button locate at the bottom of the right side bar of
75+
Make sure to tick the ``Allow edits from maintainers`` button located at the bottom of the right side bar of
7676
the PR. If you enter this phrase in the comment for an issue, the bot will create a new pull request, with the requested
7777
re-rendering being completed.
7878

@@ -162,7 +162,7 @@ Azure is used to build packages for OSX, Linux (x86_64, native), Linux (ARMv8, e
162162
The build queue on Azure is substantially larger than on all the other providers.
163163
Azure builds have a maximum duration of 6 hours.
164164

165-
To see all builds on Azure go to `<https://dev.azure.com/conda-forge/feedstock-builds/_build>`_.
165+
To see all builds on Azure, visit `<https://dev.azure.com/conda-forge/feedstock-builds/_build>`_.
166166

167167
Restarting builds
168168
.................
@@ -355,7 +355,7 @@ Output Validation and Feedstock Tokens
355355
As of writing, ``anaconda.org`` does not support generating API tokens that are scoped
356356
to allow uploads for some packages but not others. In order to secure feedstock uploads,
357357
so that, e.g., the maintainers of the ``numpy`` feedstock cannot push a ``python`` version,
358-
we use a package staging process and issue secret tokens unique to each feedback. This process
358+
we use a package staging process and issue secret tokens, unique to each feedback. This process
359359
works as follows.
360360

361361
1. When a CI job on a feedstock is building packages to be uploaded to ``anaconda.org``, it
@@ -371,5 +371,5 @@ We attempt to report errors in this process to users via comments on commits/iss
371371
Note however that sometimes these fail. If you think you are having trouble with uploads, make
372372
sure ``conda_forge_output_validation: true`` is set in your ``conda-forge.yml`` and rerender
373373
your feedstock with the latest version of ``conda-smithy``. Finally, new packages that are added to
374-
feedstocks are registered automatically and once uploaded successfully once, no other feedstock
374+
feedstocks are registered automatically and once uploaded successfully, no other feedstock
375375
will be able to upload packages with the same name.

0 commit comments

Comments
 (0)