Skip to content

Commit fd881cf

Browse files
committed
BK-1302 Added links to documentation and license
1 parent ef0050a commit fd881cf

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,23 @@ About Python-OOXML
22
==================
33

44
Python-OOXML is a Python library for parsing Office Open XML files. At the moment it only supports HTML as output format. Strong emphasis is put on easy customization of the output.
5-
Library comes with importer which is capable of splitting document into separate chapters. It works with documents which are using Word styles and documents where they are not used.
5+
The library comes with an importer which is capable of splitting a document into separate chapters. It works both with documents which use Word styles, and documents where they are not used.
66

77
Python-OOXML is used in `Booktype 2.0 <https://github.com/sourcefabric/Booktype/>`_ from Sourcefabric.
88

99

10+
Documentation
11+
=============
12+
13+
Developer documentation for Python-OOXML can be found at `Read the Docs <http://python-ooxml.readthedocs.org/>`_.
14+
15+
1016
License
1117
=======
1218

13-
Python-OOXML is licensed under the AGPL license.
19+
Python-OOXML is licensed under the `AGPL license <LICENSE.txt>`_.
1420

1521

1622
Authors
1723
=======
1824
- Aleksandar Erkalovic <aerkalov@gmail.com>
19-

0 commit comments

Comments
 (0)