Skip to content

Commit

Permalink
docs: Use HTTPS URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 13, 2023
1 parent 26668b4 commit 57c4b1c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. image:: https://travis-ci.org/wireservice/leather.png
:target: https://travis-ci.org/wireservice/leather
.. image:: https://github.com/wireservice/leather/workflows/CI/badge.svg
:target: https://github.com/wireservice/leather/actions
:alt: Build status

.. image:: https://img.shields.io/pypi/dw/leather.svg
Expand All @@ -26,6 +26,6 @@ Get it?

Important links:

* Documentation: http://leather.rtfd.io
* Documentation: https://leather.rtfd.io
* Repository: https://github.com/wireservice/leather
* Issues: https://github.com/wireservice/leather/issues
2 changes: 1 addition & 1 deletion docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Why leather?
* Optimized for exploratory charting.
* Produces scale-independent SVG charts.
* Completely type-agnostic. Chart your data, whatever it is.
* Designed with `iPython <http://ipython.org/>`_, `Jupyter <https://jupyter.org/>`_ and `atom/hydrogen <https://atom.io/packages/hydrogen>`_ in mind.
* Designed with `iPython <https://ipython.org/>`_, `Jupyter <https://jupyter.org/>`_ and `atom/hydrogen <https://atom.io/packages/hydrogen>`_ in mind.
* Pure Python. No C dependencies to compile.
* MIT licensed and free for all purposes.
* Zealously `zen <https://www.python.org/dev/peps/pep-0020/>`_.
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Table from csv.reader

Sequence row data, such as is returned by :func:`csv.reader` can be accessed by specifying the indices of the columns containing the :code:`x` and :code:`y` values.

Note that leather does not automatically convert numerical strings, such as those stored in a CSV. If you want that you'll need to use a smarter table reader, such as `agate <http://agate.rtfd.io/>`_
Note that leather does not automatically convert numerical strings, such as those stored in a CSV. If you want that you'll need to use a smarter table reader, such as `agate <https://agate.rtfd.io/>`_

.. literalinclude:: ../examples/csv_reader.py
:language: python
Expand Down
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ leather supports the following versions of Python:

* Python 2.7
* Python 3.3+
* `PyPy <http://pypy.org/>`_
* `PyPy <https://www.pypy.org/>`_

It is tested primarily on OSX, but due to its minimal dependencies it should work on both Linux and Windows.

.. note::

`iPython <http://ipython.org/>`_ or `Jupyter <https://jupyter.org/>`_ user? Leather works great there too.
`iPython <https://ipython.org/>`_ or `Jupyter <https://jupyter.org/>`_ user? Leather works great there too.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
long_description_content_type='text/x-rst',
author='Christopher Groskopf',
author_email='chrisgroskopf@gmail.com',
url='http://leather.readthedocs.io/',
url='https://leather.readthedocs.io/',
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 57c4b1c

Please sign in to comment.