1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
=================
leather |release|
=================
.. include:: ../README.rst
.. toctree::
:hidden:
:maxdepth: 2
about
install
examples
api
changelog
release_process
license
Show me docs
============
* `About <about.html>`_ - why you should use leather
* `Install <install.html>`_ - how to install for users and developers
* `Examples <examples.html>`_ - code + output examples of every feature of leather
* `API <api.html>`_ - technical documentation for the leather API
* `Changelog <changelog.html>`_ - a record of every change made for each release
Show me code
============
.. literalinclude:: ../examples/colorized_dots.py
:language: python
.. figure:: ../examples/charts/colorized_dots.svg
Join us
=======
* `Release process <release_process.html>`_ - the process for maintainers to publish new releases
* `License <license.html>`_ - a copy of the MIT open source license covering leather
Who we are
==========
.. include:: ../AUTHORS.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|