File tree Expand file tree Collapse file tree 6 files changed +12
-21
lines changed Expand file tree Collapse file tree 6 files changed +12
-21
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ coverage:
28
28
py.test --cov-report term-missing --cov=docx tests/
29
29
30
30
docs :
31
- $(MAKE ) -C docs clean html
31
+ $(MAKE ) -C docs html
32
32
33
33
readme :
34
34
rst2html README.rst > README.html
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ correspond directly to the visual columns.
8
8
9
9
All table content is contained in its cells.
10
10
11
+ In addition to this overview, there are the following more specialized
12
+ feature analyses:
13
+
14
+ .. toctree ::
15
+ :titlesonly:
16
+
17
+ table-props
18
+ table-cell
19
+ cell-merge
20
+
11
21
12
22
Specimen XML
13
23
------------
@@ -199,19 +209,3 @@ Schema Definitions
199
209
<xsd:pattern value="[0-9]+(\.[0-9]+)?(mm|cm|in|pt|pc|pi)"/>
200
210
</xsd:restriction>
201
211
</xsd:simpleType>
202
-
203
-
204
- Resources
205
- ---------
206
-
207
- * `Tables.Add Method on MSDN `_
208
-
209
- .. _Tables.Add Method on MSDN :
210
- http://msdn.microsoft.com/en-us/library/office/microsoft.office.interop.wo
211
- rd.tables.add(v=office.14).aspx
212
-
213
- * `Table Members on MSDN `_
214
-
215
- .. _`Table Members on MSDN` :
216
- http://msdn.microsoft.com/en-us/library/office/microsoft.office.interop.wo
217
- od.table_members(v=office.14).aspx
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,12 +11,9 @@ Feature Analysis
11
11
:titlesonly:
12
12
13
13
features/text/index
14
+ features/table/index
14
15
features/styles/index
15
16
features/coreprops
16
- features/cell-merge
17
- features/table
18
- features/table-props
19
- features/table-cell
20
17
features/numbering
21
18
features/sections
22
19
features/shapes
You can’t perform that action at this time.
0 commit comments