@@ -15,7 +15,7 @@ Types of Contributions
15
15
Report Bugs
16
16
~~~~~~~~~~~
17
17
18
- Report bugs at https://github.com/hyriver/pygridmet /issues.
18
+ Report bugs at https://github.com/hyriver/py3dep /issues.
19
19
20
20
Fix Bugs
21
21
~~~~~~~~
@@ -33,14 +33,14 @@ and "help wanted" is open to whoever wants to implement it.
33
33
Write Documentation
34
34
~~~~~~~~~~~~~~~~~~~
35
35
36
- PyGridMet could always use more documentation, whether as part of the
37
- official PyGridMet docs, in docstrings, or even on the web in blog posts,
36
+ Py3DEP could always use more documentation, whether as part of the
37
+ official Py3DEP docs, in docstrings, or even on the web in blog posts,
38
38
articles, and such.
39
39
40
40
Submit Feedback
41
41
~~~~~~~~~~~~~~~
42
42
43
- The best way to send feedback is to file an issue at https://github.com/hyriver/pygridmet /issues.
43
+ The best way to send feedback is to file an issue at https://github.com/hyriver/py3dep /issues.
44
44
45
45
If you are proposing a feature:
46
46
@@ -52,24 +52,24 @@ If you are proposing a feature:
52
52
Get Started!
53
53
------------
54
54
55
- Ready to contribute? Here's how to set up pygridmet for local development.
55
+ Ready to contribute? Here's how to set up py3dep for local development.
56
56
57
- 1. Fork the PyGridMet repo through the GitHub website.
58
- 2. Clone your fork locally and add the main ``pygridmet `` as the upstream remote:
57
+ 1. Fork the Py3DEP repo through the GitHub website.
58
+ 2. Clone your fork locally and add the main ``py3dep `` as the upstream remote:
59
59
60
60
.. code-block :: console
61
61
62
- $ git clone [email protected] :your_name_here/pygridmet .git
63
- $ git remote add upstream [email protected] :hyriver/pygridmet .git
62
+ $ git clone [email protected] :your_name_here/py3dep .git
63
+ $ git remote add upstream [email protected] :hyriver/py3dep .git
64
64
65
65
3. Install your local copy into a virtualenv. Assuming you have ``mamba `` installed,
66
66
this is how you can set up your fork for local development:
67
67
68
68
.. code-block :: console
69
69
70
- $ cd pygridmet /
70
+ $ cd py3dep /
71
71
$ mamba env create -f ci/requirements/environment-dev.yml
72
- $ mamba activate pygridmet -dev
72
+ $ mamba activate py3dep -dev
73
73
$ python -m pip install . --no-deps
74
74
75
75
4. Create a branch for local development:
0 commit comments