Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Dev #21

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

Merged
merged 2 commits into from
Nov 5, 2018
Merged

Dev #21

Show file tree
Hide file tree
Changes from all commits
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
20 changes: 13 additions & 7 deletions 20 CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Thank you for considering contributing to ``pymc-learn``! This project is intended to be a space where anyone can share models they've built.

Please read these guidelines before submitting anything to the project. As of the first release, I'm the only person working on this project so respecting these guidelines will help me get back to you more quickly.
Thank you for considering contributing to ``pymc-learn``! Please read these
guidelines before submitting anything to the project.

Some ways to contribute:

Expand Down Expand Up @@ -62,7 +61,7 @@ in case there have been any changes:
git fetch upstream
git rebase upstream/master

Then push the changes to your Gitlab account with:
Then push the changes to your Github account with:

.. code-block:: bash

Expand All @@ -75,8 +74,8 @@ Pull Request Checklist
................................

- Ensure your code has followed the Style Guidelines below
- Make sure you have written unittests where appropriate
- Make sure the unittests pass
- Make sure you have written tests where appropriate
- Make sure the tests pass

.. code-block:: bash

Expand Down Expand Up @@ -104,11 +103,18 @@ For the most part, this library follows PEP8 with a couple of exceptions.
Notes:

- Indent with 4 spaces
- Lines should be a maximum of 80 characters long
- Lines can be 80 characters long
- Docstrings should be written as numpy docstrings
- Your code should be Python 3 compatible
- When in doubt, follow the style of the existing code

Contact
.............

To report an issue with ``pymc-learn`` please use the `issue tracker <https://github.com/pymc-learn/pymc-learn/issues>`__.

Finally, if you need to get in touch for information about the project, `send us an e-mail <devs@pymc-learn.org>`__.

Transitioning from PyMC3 to PyMC4
-----------------------------------

Expand Down
15 changes: 7 additions & 8 deletions 15 docs/develop.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Contributing
=============

Thank you for considering contributing to ``pymc-learn``! This project is intended to be a space where anyone can share models they've built.

Please read these guidelines before submitting anything to the project. As of the first release, I'm the only person working on this project so respecting these guidelines will help me get back to you more quickly.
Thank you for considering contributing to ``pymc-learn``! Please read these
guidelines before submitting anything to the project.

Some ways to contribute:

Expand Down Expand Up @@ -65,7 +64,7 @@ in case there have been any changes:
git fetch upstream
git rebase upstream/master

Then push the changes to your Gitlab account with:
Then push the changes to your Github account with:

.. code-block:: bash

Expand All @@ -78,13 +77,13 @@ Pull Request Checklist
................................

- Ensure your code has followed the Style Guidelines below
- Make sure you have written unittests where appropriate
- Make sure the unittests pass
- Make sure you have written tests where appropriate
- Make sure the tests pass

.. code-block:: bash

conda activate myenv
python -m unittest discover -cv
python -m pytest

NOTE: On Windows, in your Anaconda Prompt, run ``activate myenv``.

Expand All @@ -107,7 +106,7 @@ For the most part, this library follows PEP8 with a couple of exceptions.
Notes:

- Indent with 4 spaces
- Lines can be 120 characters long
- Lines can be 80 characters long
- Docstrings should be written as numpy docstrings
- Your code should be Python 3 compatible
- When in doubt, follow the style of the existing code
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.