Skip to content

Commit 5fd8b11

Browse files
author
Steve Canny
committed
docs: extract table feature analyses into subdir
Also, change Makefile 'docs' target to incremental build.
1 parent bc34ec9 commit 5fd8b11

File tree

6 files changed

+12
-21
lines changed

6 files changed

+12
-21
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ coverage:
2828
py.test --cov-report term-missing --cov=docx tests/
2929

3030
docs:
31-
$(MAKE) -C docs clean html
31+
$(MAKE) -C docs html
3232

3333
readme:
3434
rst2html README.rst >README.html

docs/dev/analysis/features/table.rst renamed to docs/dev/analysis/features/table/index.rst

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ correspond directly to the visual columns.
88

99
All table content is contained in its cells.
1010

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+
1121

1222
Specimen XML
1323
------------
@@ -199,19 +209,3 @@ Schema Definitions
199209
<xsd:pattern value="[0-9]+(\.[0-9]+)?(mm|cm|in|pt|pc|pi)"/>
200210
</xsd:restriction>
201211
</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

docs/dev/analysis/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ Feature Analysis
1111
:titlesonly:
1212

1313
features/text/index
14+
features/table/index
1415
features/styles/index
1516
features/coreprops
16-
features/cell-merge
17-
features/table
18-
features/table-props
19-
features/table-cell
2017
features/numbering
2118
features/sections
2219
features/shapes

0 commit comments

Comments
 (0)