diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0a57e59..cd0634a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -110,17 +110,3 @@ Tips To run a subset of tests:: $ pytest tests.test_stringcompare - - -Deploying ---------- - -A reminder for the maintainers on how to deploy. -Make sure all your changes are committed (including an entry in HISTORY.rst). -Then run:: - -$ bump2version patch # possible: major / minor / patch -$ git push -$ git push --tags - -Travis will then deploy to PyPI if tests pass. diff --git a/README.ipynb b/README.ipynb index 28f6e18..6e650fc 100644 --- a/README.ipynb +++ b/README.ipynb @@ -262,7 +262,7 @@ "source": [ "## Contribute\n", "\n", - "**StringCompare** is currently in early development stage and contributions are welcome!" + "**StringCompare** is currently in early development stage and contributions are welcome! See the [contributing](https://stringcompare.readthedocs.io/en/latest/contributing.html) page for more information." ] } ], diff --git a/README.md b/README.md index 9e575ff..02530b1 100644 --- a/README.md +++ b/README.md @@ -142,4 +142,4 @@ Please report installation issues [here](https://github.com/OlivierBinette/Strin ## Contribute -**StringCompare** is currently in early development stage and contributions are welcome! +**StringCompare** is currently in early development stage and contributions are welcome! See the [contributing](https://stringcompare.readthedocs.io/en/latest/contributing.html) page for more information. diff --git a/README.rst b/README.rst index d537763..b81ad57 100644 --- a/README.rst +++ b/README.rst @@ -194,4 +194,4 @@ Please report installation issues `here `_ page for more information. diff --git a/docs/index.rst b/docs/index.rst index 60c0006..bf4074b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,6 +11,7 @@ Links readme source/stringcompare + contributing authors history diff --git a/docs/source/modules.rst b/docs/source/modules.rst index 1c48e8a..515a4c9 100644 --- a/docs/source/modules.rst +++ b/docs/source/modules.rst @@ -1,9 +1,7 @@ -StringCompare +stringcompare ============= .. toctree:: :maxdepth: 4 - setup stringcompare - tests