Skip to content

Commit 50f5354

Browse files
committed
Add links to Sourcefabric from readme and docs index
1 parent fd881cf commit 50f5354

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ About Python-OOXML
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.
55
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

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>`_.
88

99

1010
Documentation

docs/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
Welcome to Python-OOXML's documentation!
77
========================================
88

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

1112
Homepage: https://github.com/booktype/python-ooxml
1213

14+
Python-OOXML is used in `Booktype 2.0 <https://github.com/sourcefabric/Booktype/>`_ from `Sourcefabric <https://www.sourcefabric.org>`_.
15+
1316
Python-OOXML
1417
------------
1518

0 commit comments

Comments
 (0)