diff options
author | Peter Attia <peter.m.attia@gmail.com> | 2021-04-30 22:09:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 22:09:19 -0700 |
commit | a2a80ef0dad9768c9057b99244bd779160f6eab8 (patch) | |
tree | d36d2974ca9b14b3ee4fc5e4422d2e01d38720b2 /docs | |
parent | 26e3a8d540d29bd1811c58794cc3d194e8600a3f (diff) | |
download | pint-a2a80ef0dad9768c9057b99244bd779160f6eab8.tar.gz |
Update contributing.rst
Fix bullet points and spelling typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 841de0b..46ee6d6 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -4,6 +4,7 @@ Contributing to Pint ==================== Pint uses (and thanks): + - github_ to host the code - travis_ to test all commits and PRs. - coveralls_ to monitor coverage test coverage @@ -105,7 +106,7 @@ Pint naturally integrates with other libraries in the scientific Python ecosyste a small number of `extension/compatibility packages<numpy.html#Compatibility-Packages>`_ have arisen to aid in compatibility between certain packages. Pint's rule of thumb for integration -features that work best as an extension pacakage versus direct inclusion in Pint is: +features that work best as an extension package versus direct inclusion in Pint is: * Extension (separate packages) @@ -137,4 +138,4 @@ features that work best as an extension pacakage versus direct inclusion in Pint .. _isort: https://pycqa.github.io/isort/ .. _flake8: https://flake8.pycqa.org/en/latest/ .. _pytest: https://docs.pytest.org/en/stable/ -.. _sphinx: https://www.sphinx-doc.org/en/master/
\ No newline at end of file +.. _sphinx: https://www.sphinx-doc.org/en/master/ |