Skip to content

Commit

Permalink
renames generalized-linear-model to nemos
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Nov 7, 2023
1 parent 4cb7aa1 commit b2c771c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ This is an alpha version, the code is in active development and the API is subje
To install, clone this repo and install using `pip`:

``` sh
git clone [email protected]:flatironinstitute/generalized-linear-models.git
cd generalized-linear-models/
git clone [email protected]:flatironinstitute/nemos.git
cd nemos/
pip install -e .
```

Expand Down
4 changes: 2 additions & 2 deletions docs/developers_notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ The Developer Notes are divided into sections, each focusing on a different modu

## Interact with us

If you're considering contributing to the library, first of all, welcome aboard! As a first step, we recommend that you read the [`CONTRIBUTING.md`](https://github.com/flatironinstitute/generalized-linear-models/blob/main/CONTRIBUTING.md) guidelines. These will help you understand how to interact with other contributors and how to submit your changes.
If you're considering contributing to the library, first of all, welcome aboard! As a first step, we recommend that you read the [`CONTRIBUTING.md`](https://github.com/flatironinstitute/nemos/blob/main/CONTRIBUTING.md) guidelines. These will help you understand how to interact with other contributors and how to submit your changes.

If you have any questions or need further clarification on any of the topics covered in these notes, please don't hesitate to reach out to us. You can do so via the [discussion](https://github.com/flatironinstitute/generalized-linear-models/discussions/landing) forum on GitHub.
If you have any questions or need further clarification on any of the topics covered in these notes, please don't hesitate to reach out to us. You can do so via the [discussion](https://github.com/flatironinstitute/nemos/discussions/landing) forum on GitHub.

We're looking forward to your contributions and to answering any queries you might have!

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ A toolbox of statistical analysis for neuroscience.
## Disclaimer
Please note that this package is currently under development. While you can download and test the functionalities that are already present, it's important to be aware that the code stability and systematic testing cannot be guaranteed at this stage.

See our [README](https://github.com/flatironinstitute/generalized-linear-models/blob/main/README.md) for more info.
See our [README](https://github.com/flatironinstitute/nemos/blob/main/README.md) for more info.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: nemos
repo_url: https://github.com/flatironinstitute/generalized-linear-models
repo_url: https://github.com/flatironinstitute/nemos

theme:
name: 'material' # The theme name, using the 'material' theme
Expand Down

0 comments on commit b2c771c

Please sign in to comment.