You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintainer/adding_pkgs.rst
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,20 @@ Getting Started
16
16
17
17
There are multiple ways to get started:
18
18
19
-
#. Look at `the example recipe <https://github.com/conda-forge/staged-recipes/tree/master/recipes/example>`_ in the staged-recipes repository and modify it as necessary.
20
-
#. If it is an R package from `CRAN <https://cran.r-project.org/>`_, please
21
-
instead start by using the `conda-forge helper script for R recipes <https://github.com/bgruening/conda_r_skeleton_helper>`_.
22
-
Then if necessary you can make manual edits to the recipe.
19
+
#. Look at `the example recipe <https://github.com/conda-forge/staged-recipes/tree/master/recipes/example>`_ in the `staged-recipes repository<https://github.com/conda-forge/staged-recipes>`_ and modify it as necessary.
20
+
#. If it is an R package from `CRAN <https://cran.r-project.org/>`_, kindly
21
+
start by using the `conda-forge helper script for R recipes <https://github.com/bgruening/conda_r_skeleton_helper>`_ instead.
22
+
Then if necessary, you can make manual edits to the recipe.
23
23
#. If it is a python package, you can generate the recipe as a starting point with
24
-
``grayskull pypi your_package_name``. To install it you can use `conda install -c conda-forge grayskull`. You do *not* have to use grayskull, and the
25
-
recipes produced by grayskull will need to be reviewed and edited.
24
+
``grayskull pypi your_package_name``. To install it you can use ``conda install -c conda-forge grayskull``. You do *not* have to use ``grayskull``, and the
25
+
recipes produced by ``grayskull`` will need to be reviewed and edited.
26
26
In particular, you'll at least need to check the build line to :ref:`use pip <use-pip>`,
27
27
add yourself as a maintainer,
28
28
and specify a ``license_file``.
29
29
30
30
Your final recipe should have no comments (unless they're actually relevant to the recipe, and not generic instruction comments), and follow the order in the example.
31
31
32
-
*If there are details you are not sure about please open a pull request. The conda-forge team will be happy to answer your questions.*
32
+
*If there are any details you are not sure about please open a pull request. The conda-forge team will be happy to answer your questions.*
33
33
34
34
In case you are building your first recipe using conda-forge, a step-by-step instruction and checklist that might help you with a successful build is provided in the following.
35
35
@@ -82,11 +82,11 @@ Checklist
82
82
Feedback and revision
83
83
---------------------
84
84
85
-
Once you finished your PR, all you have to do is waiting for feedback from our reviewer team.
85
+
Once you finished your PR, all you have to do is wait for feedback from our review team.
86
86
87
-
The reviewer team will assist you by pointing out improvements and answering questions. Once the package is ready, the reviewers will approve and merge your pull request.
87
+
The review team will assist you by pointing out improvements and answering questions. Once the package is ready, the reviewers will approve and merge your pull request.
88
88
89
-
After merging the :term:`PR`, our infrastructure will build the package and make it available in the conda-channel.
89
+
After merging the :term:`PR`, our :term:`CI` infrastructure will build the package and make it available in the conda-channel.
90
90
91
91
.. note::
92
92
@@ -157,7 +157,7 @@ staged-recipes directory.
157
157
158
158
git checkout master
159
159
160
-
#. Define the conda-forge/staged-recipes repository as “upstream” (if you have not already done so).::
160
+
#. Define the conda-forge/staged-recipes repository as ``upstream`` (if you have not already done so).::
0 commit comments