update documentation

This commit is contained in:
troosan 2017-10-23 23:05:29 +02:00
parent e6f4d0276a
commit 0f50b6dc61
5 changed files with 9 additions and 6 deletions

View File

@ -29,6 +29,9 @@
{ {
"name": "Roman Syroeshko", "name": "Roman Syroeshko",
"homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/" "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
},
{
"name": "Antoine de Troostembergh"
} }
], ],
"require": { "require": {

View File

@ -41,14 +41,14 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'PHPWord' project = u'PHPWord'
copyright = u'2014-2015, PHPWord Contributors' copyright = u'2014-2017, PHPWord Contributors'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.13.0' version = '0.14.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version
@ -120,7 +120,7 @@ html_theme = 'default'
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] #html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.

View File

@ -432,7 +432,7 @@ Comments
--------- ---------
Comments can be added to a document by using ``addComment``. Comments can be added to a document by using ``addComment``.
The comment can contain formatted text. Once the comment has been added, it can be linked to any to any element. The comment can contain formatted text. Once the comment has been added, it can be linked to any element with ``setCommentStart``.
.. code-block:: php .. code-block:: php

View File

@ -34,7 +34,7 @@ Example:
{ {
"require": { "require": {
"phpoffice/phpword": "v0.13.*" "phpoffice/phpword": "v0.14.*"
} }
} }

View File

@ -4,7 +4,7 @@ References
========== ==========
ISO/IEC 29500, Third edition, 2012-09-01 ISO/IEC 29500, Third edition, 2012-09-01
--------------------- ----------------------------------------
- `Part 1: Fundamentals and Markup Language Reference - `Part 1: Fundamentals and Markup Language Reference
<http://standards.iso.org/ittf/PubliclyAvailableStandards/c061750_ISO_IEC_29500-1_2012.zip>`__ <http://standards.iso.org/ittf/PubliclyAvailableStandards/c061750_ISO_IEC_29500-1_2012.zip>`__