Welcome to Deprecated
=====================

.. image:: _static/rusty-tools-background.svg
   :alt: Deprecated: When once-stable features are removed in upcoming releases

Welcome to Deprecated’s Documentation.
This documentation is divided into different parts.
I recommend that you get started with :ref:`installation` and then head over to the :ref:`tutorial`.
If you'd rather dive into the internals of the Deprecated Library, check out the :ref:`api` documentation.


User's Guide
------------

This part of the documentation, which is mostly prose, begins with some
background information about Deprecated, then focuses on step-by-step
instructions for using Deprecated.

.. toctree::
   :maxdepth: 2

   installation
   introduction
   tutorial
   sphinx_deco
   white_paper


API Reference
-------------

If you are looking for information on a specific function, class or
method, this part of the documentation is for you.

.. toctree::
   :maxdepth: 2

   api


Additional Notes
----------------

Legal information and changelog are here for the interested.

.. toctree::
   :maxdepth: 2

   changelog
   license
   contributing
