Skip to content

Commit

Permalink
Update links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs07 committed Aug 23, 2018
1 parent c615945 commit 8795ba1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.rst
Expand Up @@ -53,15 +53,13 @@ Tips
- Include docstrings as described in `PEP257`_.
- Try and include tests that cover your changes.
- Try to write `good commit messages`_.
- Consider `squashing your commits`_ with rebase.
- Read the GitHub help page on `Using pull requests`_.

.. _`Issue Tracker`: https://github.com/mcs07/ChemSpiPy/issues
.. _`source code`: https://github.com/mcs07/ChemSpiPy
.. _`Fork the ChemSpiPy repository on GitHub`: https://github.com/mcs07/ChemSpiPy/fork
.. _`Submit a pull request`: https://github.com/mcs07/ChemSpiPy/compare/
.. _`squashing your commits`: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
.. _`PEP8`: https://www.python.org/dev/peps/pep-0008
.. _`PEP257`: https://www.python.org/dev/peps/pep-0257
.. _`good commit messages`: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
.. _`good commit messages`: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
.. _`Using pull requests`: https://help.github.com/articles/using-pull-requests
14 changes: 7 additions & 7 deletions README.rst
@@ -1,16 +1,16 @@
ChemSpiPy
=========

.. image:: http://img.shields.io/pypi/v/ChemSpiPy.svg?style=flat
.. image:: https://img.shields.io/pypi/v/ChemSpiPy.svg?style=flat
:target: https://pypi.python.org/pypi/ChemSpiPy

.. image:: http://img.shields.io/pypi/l/ChemSpiPy.svg?style=flat
.. image:: https://img.shields.io/pypi/l/ChemSpiPy.svg?style=flat
:target: https://github.com/mcs07/ChemSpiPy/blob/master/LICENSE

.. image:: http://img.shields.io/travis/mcs07/ChemSpiPy/master.svg?style=flat
.. image:: https://img.shields.io/travis/mcs07/ChemSpiPy/master.svg?style=flat
:target: https://travis-ci.org/mcs07/ChemSpiPy

.. image:: http://img.shields.io/coveralls/mcs07/ChemSpiPy/master.svg?style=flat
.. image:: https://img.shields.io/coveralls/mcs07/ChemSpiPy/master.svg?style=flat
:target: https://coveralls.io/r/mcs07/ChemSpiPy?branch=master

ChemSpiPy provides a way to interact with ChemSpider in Python. It allows chemical searches, chemical file downloads,
Expand Down Expand Up @@ -38,7 +38,7 @@ Alternatively, try one of the other `installation options`_.
Documentation
-------------

Full documentation is available at http://chemspipy.readthedocs.io.
Full documentation is available at https://chemspipy.readthedocs.io/en/stable/.

The `general documentation for the ChemSpider API`_ is also a useful resource.

Expand All @@ -55,9 +55,9 @@ ChemSpiPy is licensed under the `MIT license`_.

This project was originally forked from `ChemSpiPy by Cameron Neylon`_, which has been released into the public domain.

.. _`installation options`: http://chemspipy.readthedocs.io/en/latest/guide/install.html
.. _`installation options`: https://chemspipy.readthedocs.io/en/stable/guide/install.html
.. _`source code`: https://github.com/mcs07/ChemSpiPy
.. _`Issue Tracker`: https://github.com/mcs07/ChemSpiPy/issues
.. _`MIT license`: https://github.com/mcs07/ChemSpiPy/blob/master/LICENSE
.. _`ChemSpiPy by Cameron Neylon`: https://github.com/cameronneylon/ChemSpiPy
.. _`general documentation for the ChemSpider API`: http://www.chemspider.com/AboutServices.aspx
.. _`general documentation for the ChemSpider API`: https://developer.rsc.org/compounds-v1/apis
2 changes: 1 addition & 1 deletion docs/guide/advanced.rst
Expand Up @@ -38,4 +38,4 @@ ChemSpiPy can generate logging statements if required. Just set the desired logg

The logger is named 'chemspipy'. There is more information on logging in the `Python logging documentation`_.

.. _`Python logging documentation`: http://docs.python.org/2/howto/logging.html
.. _`Python logging documentation`: https://docs.python.org/3/howto/logging.html

0 comments on commit 8795ba1

Please sign in to comment.