Skip to content

Commit b56990a

Browse files
authored
Update README.rst
1 parent 3a78796 commit b56990a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
About Python-OOXML
22
==================
33

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.
4+
Python-OOXML is a Python library for parsing Office Open XML (Microsoft Word .docx) files. At the moment it only supports HTML as the output format. Strong emphasis is put on easy customization of the output.
5+
56
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.
67

7-
Python-OOXML is used in `Booktype 2.0 <https://github.com/sourcefabric/Booktype/>`_ from `Sourcefabric <https://www.sourcefabric.org>`_.
8+
Python-OOXML is used in `Booktype <https://github.com/booktype/Booktype/>`_ to import and convert Word documents.
89

910

1011
Documentation
1112
=============
1213

13-
Developer documentation for Python-OOXML can be found at `Read the Docs <http://python-ooxml.readthedocs.org/>`_.
14+
Developer documentation for Python-OOXML can be found at `Read the Docs <https://python-ooxml.readthedocs.io/>`_.
1415

1516

1617
License
@@ -21,4 +22,5 @@ Python-OOXML is licensed under the `AGPL license <LICENSE.txt>`_.
2122

2223
Authors
2324
=======
24-
- Aleksandar Erkalovic <[email protected]>
25+
26+
Python-OOXML was written by Aleksandar Erkalovic <[email protected]>. Please see the `AUTHORS <AUTHORS.txt>`_ file for a full list of contributors.

0 commit comments

Comments
 (0)