blob: 7eb5c63905e0c345fd32f397705b97034a22213b (
plain)
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
|
.. py documentation master file, created by
sphinx-quickstart on Thu Oct 21 08:30:10 2010.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to py's documentation!
=================================
see :ref:`CHANGELOG <changelog>` for latest changes.
.. note::
Since version 1.4, the testing tool "py.test" is part of its own `pytest distribution`_.
.. _`pytest distribution`: http://pytest.org
Contents:
.. toctree::
install
path
code
io
log
xml
misc
:maxdepth: 2
.. toctree::
:hidden:
announce/release-2.0.0
changelog
announce/*
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
|