Skip to content

Commit

Permalink
QA: Update documentation for new ODText reader #71
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanlanin committed Apr 29, 2014
1 parent a676af3 commit 23db6fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This release marked heavy refactorings on internal code structure with the creat
- DOCX Writer: Create `word/settings.xml` and `word/webSettings.xml` dynamically - @ivanlanin
- ODT Writer: Basic image writing - @ivanlanin
- ODT Writer: Link writing - @ivanlanin
- ODT Reader: Basic ODText Reader - @ivanlanin
- ODT Reader: Basic ODText Reader - @ivanlanin GH-71

### Bugfixes

Expand Down
6 changes: 3 additions & 3 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ Readers
+---------------------------+----------------------+--------+-------+-------+
| | UserDefined || | |
+---------------------------+----------------------+--------+-------+-------+
| **Element Type** | Text || | |
| **Element Type** | Text || | |
+---------------------------+----------------------+--------+-------+-------+
| | Text Run || | |
+---------------------------+----------------------+--------+-------+-------+
| | Title || | |
| | Title || | |
+---------------------------+----------------------+--------+-------+-------+
| | Link || | |
+---------------------------+----------------------+--------+-------+-------+
Expand All @@ -146,7 +146,7 @@ Readers
+---------------------------+----------------------+--------+-------+-------+
| | Page Break || | |
+---------------------------+----------------------+--------+-------+-------+
| | List || | |
| | List || | |
+---------------------------+----------------------+--------+-------+-------+
| | Table || | |
+---------------------------+----------------------+--------+-------+-------+
Expand Down
6 changes: 3 additions & 3 deletions docs/src/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ Below are the supported features for each file formats.
| **Document Properties** | Standard || | |
| | Extended || | |
| | UserDefined || | |
| **Element Type** | Text || | |
| **Element Type** | Text || | |
| | Text Run || | |
| | Title || | |
| | Title || | |
| | Link || | |
| | Preserve Text || | |
| | Text Break || | |
| | Page Break || | |
| | List || | |
| | List || | |
| | Table || | |
| | Image || | |
| | Object | | | |
Expand Down

0 comments on commit 23db6fa

Please sign in to comment.