Skip to content

Commit e5eedf3

Browse files
author
Taher Chegini
committed
DOC: Fix packages names. [skip ci]
1 parent bf7f9da commit e5eedf3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CONTRIBUTING.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Types of Contributions
1515
Report Bugs
1616
~~~~~~~~~~~
1717

18-
Report bugs at https://github.com/hyriver/pygridmet/issues.
18+
Report bugs at https://github.com/hyriver/py3dep/issues.
1919

2020
Fix Bugs
2121
~~~~~~~~
@@ -33,14 +33,14 @@ and "help wanted" is open to whoever wants to implement it.
3333
Write Documentation
3434
~~~~~~~~~~~~~~~~~~~
3535

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,
3838
articles, and such.
3939

4040
Submit Feedback
4141
~~~~~~~~~~~~~~~
4242

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.
4444

4545
If you are proposing a feature:
4646

@@ -52,24 +52,24 @@ If you are proposing a feature:
5252
Get Started!
5353
------------
5454

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.
5656

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:
5959

6060
.. code-block:: console
6161
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
6464
6565
3. Install your local copy into a virtualenv. Assuming you have ``mamba`` installed,
6666
this is how you can set up your fork for local development:
6767

6868
.. code-block:: console
6969
70-
$ cd pygridmet/
70+
$ cd py3dep/
7171
$ mamba env create -f ci/requirements/environment-dev.yml
72-
$ mamba activate pygridmet-dev
72+
$ mamba activate py3dep-dev
7373
$ python -m pip install . --no-deps
7474
7575
4. Create a branch for local development:

0 commit comments

Comments
 (0)