File: index.rst

package info (click to toggle)
python-deprecated 1.2.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,308 kB
  • sloc: python: 1,458; makefile: 32
file content (52 lines) | stat: -rw-r--r-- 1,141 bytes parent folder | download
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
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