Skip to content

Commit

Permalink
refactoring project description
Browse files Browse the repository at this point in the history
  • Loading branch information
dokato committed Sep 14, 2015
1 parent 0f45825 commit 46cbca9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ In few simple steps you can set up `connectivipy` on your machine:

5. Submit a pull request through the GitHub website.

Remeber about writing test and validating your changes i.e. using
Remember about writing test and validating your changes i.e. using
nosetests. To run a subset of tests just type:

$ nosetests tests
Expand All @@ -76,4 +76,4 @@ Before you submit a pull request, check that it meets these guidelines:
1. The pull request should include tests.
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring. Remember about
completeing CHANGELOG.md with your contribution.
completing CHANGELOG.md with your contribution.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
ConnectiviPy
=========================
Python module for connectivity analysis. You may find here implementation
of MVAR based estimators like DTF, PDC and others like Coherency, PSI.
of MVAR based estimators like DTF, PDC and also Coherency, PSI. For more
information visit documentation page.

Project was supported by [GSOC 2015](http://www.google-melange.com/gsoc/project/details/google/gsoc2015/dokato/5649050225344512)
and made under [INCF](http://incf.org/) wings.

Expand All @@ -16,7 +18,8 @@ BSD 2-clause

## Documentation

Visit [ReadTheDocs](http://connectivipy.readthedocs.org/).
Visit [ReadTheDocs](http://connectivipy.readthedocs.org/) for detailed
documentation and tutorials.

## Installation

Expand Down

0 comments on commit 46cbca9

Please sign in to comment.