Skip to content

Commit

Permalink
Merge 4f5efdb into d476518
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsitter committed Sep 18, 2020
2 parents d476518 + 4f5efdb commit 25f6a83
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog History
=================

xskillscore v0.0.18 (2020-xx-xx)
--------------------------------

Documentation
~~~~~~~~~~~~~
- Added ``CONTRIBUTING.md`` (:pr:`181`) `mcsitter`_.


xskillscore v0.0.17 (2020-09-06)
--------------------------------

Expand Down Expand Up @@ -46,6 +54,7 @@ Internal Changes
- Removed ``test_np_deterministic`` covered by ``test_metric_results_accurate``.
(:pr:`159`) `Aaron Spring`_


xskillscore v0.0.16 (2020-07-18)
--------------------------------

Expand Down Expand Up @@ -135,5 +144,6 @@ Testing
.. _`Aaron Spring`: https://github.com/aaronspring
.. _`Andrew Huang`: https://github.com/ahuang11
.. _`Dougie Squire`: https://github.com/dougiesquire
.. _`mcsitter`: https://github.com/mcsitter
.. _`Riley X. Brady`: https://github.com/bradyrx
.. _`Ray Bell`: https://github.com/raybellwaves
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
xskillscore's contributor guidelines
[can be found in our online documentation](https://xskillscore.readthedocs.io/en/stable/contributing.html)
13 changes: 11 additions & 2 deletions HOWTOCONTRIBUTE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Feature requests and feedback

We are eager to hear about your requests for new features and any suggestions about the
API, infrastructure, and so on. Feel free to submit these as
`issues <https://github.com/raybellwaves/xskillscore/issues/new>`__ with the label "feature request."
`issues <https://github.com/raybellwaves/xskillscore/issues/new?assignees=&labels=feature+request&template=ISSUE.md>`__
with the label "feature request."

Please make sure to explain in detail how the feature should work and keep the scope as
narrow as possible. This will make it easier to implement in small PRs.
Expand All @@ -38,7 +39,8 @@ narrow as possible. This will make it easier to implement in small PRs.
Report bugs
-----------

Report bugs for ``xskillscore`` in the `issue tracker <https://github.com/raybellwaves/xskillscore/issues>`_
Report bugs for ``xskillscore`` in the
`issue tracker <https://github.com/raybellwaves/xskillscore/issues/new?assignees=&labels=bug&template=ISSUE.md>`_
with the label "bug".

If you are reporting a bug, please include:
Expand Down Expand Up @@ -88,6 +90,13 @@ documents. Some helpful guides are located
The build documentation should be available in the ``docs/build/`` folder.

To lint the reStructuredText files in the home folder run:

.. code:: bash
$ cd ..
$ doc8 *.rst
If you are adding new functions to the API, run ``sphinx-autogen -o api api.rst`` from the
``docs/source`` directory and add the functions to ``api.rst``.

Expand Down
3 changes: 2 additions & 1 deletion ci/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- python=3.6
- bottleneck
- doc8
- importlib_metadata
- ipykernel
- ipython
Expand All @@ -19,4 +20,4 @@ dependencies:
- xarray
- xhistogram
- pip:
- -e ..
- -e ..
10 changes: 3 additions & 7 deletions docs/source/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
Contributors
************

Core Developers
===============
* Ray Bell (`github <https://github.com/raybellwaves/>`__
* Riley X. Brady (`github <https://github.com/bradyrx/>`__)
* Aaron Spring (`github <https://github.com/aaronspring/>`__)

Contributors
============
* Andrew Huang (`github <https://github.com/ahuang11/>`__)
* Dougie Squire (`github <https://github.com/dougiesquire/>`__)
* mcsitter (`github <https://github.com/mcsitter/>`__)
* Ray Bell (`github <https://github.com/raybellwaves/>`__
* Riley X. Brady (`github <https://github.com/bradyrx/>`__)

For a list of all the contributions, see the github
`contribution graph <https://github.com/raybellwaves/xskillscore/graphs/contributors>`__.

0 comments on commit 25f6a83

Please sign in to comment.