mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Create developer section
- Move release notes & porting info to developer section
This commit is contained in:
parent
aa263857f3
commit
d194da6eda
|
@ -3,7 +3,6 @@ Developer
|
||||||
|
|
||||||
.. Note:: When committing only trivial changes, please include [ci skip] in the commit message to avoid running tests on Travis-CI. Thank you!
|
.. Note:: When committing only trivial changes, please include [ci skip] in the commit message to avoid running tests on Travis-CI. Thank you!
|
||||||
|
|
||||||
|
|
||||||
Release
|
Release
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -15,3 +14,11 @@ Version number
|
||||||
The version number is currently stored in 3 places::
|
The version number is currently stored in 3 places::
|
||||||
|
|
||||||
PIL/__init__.py _imaging.c setup.py
|
PIL/__init__.py _imaging.c setup.py
|
||||||
|
|
||||||
|
Release notes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
releasenotes/index.rst
|
|
@ -34,7 +34,9 @@ Pillow is the friendly PIL fork by `Alex Clark and Contributors <https://github.
|
||||||
handbook/index.rst
|
handbook/index.rst
|
||||||
reference/index.rst
|
reference/index.rst
|
||||||
releasenotes/index.rst
|
releasenotes/index.rst
|
||||||
|
developer/index.rst
|
||||||
about.rst
|
about.rst
|
||||||
|
plugins.rst
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|
Loading…
Reference in New Issue
Block a user