Dont mention 2.2 version in headers anymore.
This commit is contained in:
parent
f001c31342
commit
4f46a08d65
@ -45,9 +45,9 @@ copyright = u'2010-12, Doctrine Project Team'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '2.2'
|
version = '2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '2.2'
|
release = '2'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
Keeping your Modules independent
|
Keeping your Modules independent
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
|
.. versionadded:: 2.2
|
||||||
|
|
||||||
One of the goals of using modules is to create discreet units of functionality
|
One of the goals of using modules is to create discreet units of functionality
|
||||||
that do not have many (if any) dependencies, allowing you to use that
|
that do not have many (if any) dependencies, allowing you to use that
|
||||||
functionality in other applications without including unnecessary items.
|
functionality in other applications without including unnecessary items.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user