Skip to content

Commit 966250b

Browse files
committed
Rename to py-graph-imputation
1 parent a141867 commit 966250b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.rst

Lines changed: 8 additions & 8 deletions
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/nmdp-bioinformatics/py-grim/issues.
18+
Report bugs at https://github.com/nmdp-bioinformatics/py-graph-imputation/issues.
1919

2020
If you are reporting a bug, please include:
2121

@@ -38,14 +38,14 @@ and "help wanted" is open to whoever wants to implement it.
3838
Write Documentation
3939
~~~~~~~~~~~~~~~~~~~
4040

41-
py-grim could always use more documentation, whether as part of the
42-
official py-grim docs, in docstrings, or even on the web in blog posts,
41+
py-graph-imputation could always use more documentation, whether as part of the
42+
official py-graph-imputation docs, in docstrings, or even on the web in blog posts,
4343
articles, and such.
4444

4545
Submit Feedback
4646
~~~~~~~~~~~~~~~
4747

48-
The best way to send feedback is to file an issue at https://github.com/nmdp-bioinformatics/py-grim/issues.
48+
The best way to send feedback is to file an issue at https://github.com/nmdp-bioinformatics/py-graph-imputation/issues.
4949

5050
If you are proposing a feature:
5151

@@ -57,16 +57,16 @@ If you are proposing a feature:
5757
Get Started!
5858
------------
5959

60-
Ready to contribute? Here's how to set up `py-grim` for local development.
60+
Ready to contribute? Here's how to set up `py-graph-imputation` for local development.
6161

62-
1. Fork the `py-grim` repo on GitHub.
62+
1. Fork the `py-graph-imputation` repo on GitHub.
6363
2. Clone your fork locally::
6464

65-
$ git clone [email protected]:your_name_here/py-grim.git
65+
$ git clone [email protected]:your_name_here/py-graph-imputation.git
6666

6767
3. Install your local copy into a virtual environment. This is how you set up your fork for local development::
6868

69-
$ cd py-grim/
69+
$ cd py-graph-imputation/
7070
$ make venv
7171
$ source venv/bin/activate
7272
$ make install

0 commit comments

Comments
 (0)