Skip to content
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

Full docstrings #60

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor change
  • Loading branch information
03bennej committed Apr 5, 2024
commit 2cbb25518e89c8e9af9e048e24835eb9e62845cf
2 changes: 1 addition & 1 deletion docs/source/development.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Development
===========

We welcome contributions to the development of ``eipy``. To contribute follow the below instructions to submit a pull request:
We welcome contributions to the development of ``ensemble-integration``. To contribute follow the below instructions to submit a pull request:

1. **Install Python**. First of all make sure you have a supported version of Python on your local machine (see `GitHub <https://github.com/GauravPandeyLab/eipy>`__ for supported versions).
2. **Install Poetry**. ``eipy`` uses Poetry to manage dependencies. To install Poetry follow the instructions on their `website <https://python-poetry.org/docs/>`__.
Expand Down