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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ About Python-OOXML
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
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
-
Python-OOXML is used in `Booktype 2.0 <https://github.com/sourcefabric/Booktype/>`_ from Sourcefabric.
7
+
Python-OOXML is used in `Booktype 2.0 <https://github.com/sourcefabric/Booktype/>`_ from `Sourcefabric<https://www.sourcefabric.org>`_.
Copy file name to clipboardExpand all lines: docs/index.rst
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,13 @@
6
6
Welcome to Python-OOXML's documentation!
7
7
========================================
8
8
9
-
Python-OOXML is a Python library for parsing Office Open XML files.
9
+
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.
10
+
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.
0 commit comments