File: changeset.rst

package info (click to toggle)
sphinx-toolbox 4.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,956 kB
  • sloc: python: 11,780; sh: 28; javascript: 25; makefile: 18
file content (33 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (2)
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
:orphan:

=========
Changeset
=========

Removed
---------

.. versionremoved:: 1.2.3  Use :func:`foo` instead.

.. versionremoved:: 1.2.3

    Due to an unfixable bug this function has been removed.
    If you desperately need this functionality please write to the mailing list at
    python-users@example.org

.. versionremoved:: 1.2.3

    * Removed :mod:`mozarella`
    * Removed :func:`parrot` from :mod:`pet_shop`

Changed
---------

.. versionchanged:: 1.2.3  Moved from :mod:`mozarella`

.. versionchanged:: 0.3.0

	* Parameters for ``__init__`` can be documented either in the class docstring
	  or alongside the attribute.
	  The class docstring has priority.
	* Added support for `autodocsumm <https://github.com/Chilipp/autodocsumm>`_.