Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjames authored Jun 15, 2018
1 parent 3a78796 commit b56990a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
About Python-OOXML
==================

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.
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.

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.

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


Documentation
=============

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


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

Authors
=======
- Aleksandar Erkalovic <[email protected]>

Python-OOXML was written by Aleksandar Erkalovic <[email protected]>. Please see the `AUTHORS <AUTHORS.txt>`_ file for a full list of contributors.

0 comments on commit b56990a

Please sign in to comment.