-
Notifications
You must be signed in to change notification settings - Fork 1
BlueBrain -> openbraininstitute #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
293b34a
cdd8abb
80faeba
0337cc5
d7bc7b0
cd5d45b
9c4434a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,14 +23,14 @@ Installing as a Python package, directly from GitHub | |
|
|
||
| .. code-block:: shell | ||
|
|
||
| pip install git+https://github.com/BlueBrain/libsonata | ||
| pip install git+https://github.com/openbraininstitute/libsonata | ||
|
|
||
| Building the C++ library | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. code-block:: shell | ||
|
|
||
| git clone git@github.com:BlueBrain/libsonata.git --recursive | ||
| git clone git@github.com:openbraininstitute/libsonata.git --recursive | ||
| cd libsonata | ||
| mkdir build && cd build | ||
| cmake -DCMAKE_BUILD_TYPE=Release -DEXTLIB_FROM_SUBMODULES=ON .. | ||
|
|
@@ -419,10 +419,10 @@ along with libsonata. If not, see <https://www.gnu.org/licenses/>. | |
|
|
||
|
|
||
| .. |license| image:: https://img.shields.io/pypi/l/libsonata | ||
| :target: https://github.com/BlueBrain/libsonata/blob/master/COPYING.LESSER | ||
| :target: https://github.com/openbraininstitute/libsonata/blob/master/COPYING.LESSER | ||
|
|
||
| .. |coverage| image:: https://coveralls.io/repos/github/BlueBrain/libsonata/badge.svg | ||
| :target: https://coveralls.io/github/BlueBrain/libsonata | ||
| .. |coverage| image:: https://coveralls.io/repos/github/openbraininstitute/libsonata/badge.svg | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess this needs to be setup?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no idea :D
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I do not think I have the credential of the account... How is coverall set up exactly?
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. prob. the admin of this; which I appear to be, who knew. |
||
| :target: https://coveralls.io/github/openbraininstitute/libsonata | ||
|
|
||
| .. |docs| image:: https://readthedocs.org/projects/libsonata/badge/?version=latest | ||
| :target: https://libsonata.readthedocs.io/ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.