You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,23 @@ About Python-OOXML
2
2
==================
3
3
4
4
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.
6
6
7
7
Python-OOXML is used in `Booktype 2.0 <https://github.com/sourcefabric/Booktype/>`_ from Sourcefabric.
8
8
9
9
10
+
Documentation
11
+
=============
12
+
13
+
Developer documentation for Python-OOXML can be found at `Read the Docs <http://python-ooxml.readthedocs.org/>`_.
14
+
15
+
10
16
License
11
17
=======
12
18
13
-
Python-OOXML is licensed under the AGPL license.
19
+
Python-OOXML is licensed under the `AGPL license<LICENSE.txt>`_.
0 commit comments