Skip to content

Commit 0f50b6d

Browse files
committed
update documentation
1 parent e6f4d02 commit 0f50b6d

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
{
3030
"name": "Roman Syroeshko",
3131
"homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
32+
},
33+
{
34+
"name": "Antoine de Troostembergh"
3235
}
3336
],
3437
"require": {

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141

4242
# General information about the project.
4343
project = u'PHPWord'
44-
copyright = u'2014-2015, PHPWord Contributors'
44+
copyright = u'2014-2017, PHPWord Contributors'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.13.0'
51+
version = '0.14.0'
5252
# The full version, including alpha/beta/rc tags.
5353
release = version
5454

@@ -120,7 +120,7 @@
120120
# Add any paths that contain custom static files (such as style sheets) here,
121121
# relative to this directory. They are copied after the builtin static files,
122122
# so a file named "default.css" will overwrite the builtin "default.css".
123-
html_static_path = ['_static']
123+
#html_static_path = ['_static']
124124

125125
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
126126
# using the given strftime format.

docs/elements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Comments
432432
---------
433433

434434
Comments can be added to a document by using ``addComment``.
435-
The comment can contain formatted text. Once the comment has been added, it can be linked to any to any element.
435+
The comment can contain formatted text. Once the comment has been added, it can be linked to any element with ``setCommentStart``.
436436

437437
.. code-block:: php
438438

docs/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Example:
3434
3535
{
3636
"require": {
37-
"phpoffice/phpword": "v0.13.*"
37+
"phpoffice/phpword": "v0.14.*"
3838
}
3939
}
4040

docs/references.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ References
44
==========
55

66
ISO/IEC 29500, Third edition, 2012-09-01
7-
---------------------
7+
----------------------------------------
88

99
- `Part 1: Fundamentals and Markup Language Reference
1010
<http://standards.iso.org/ittf/PubliclyAvailableStandards/c061750_ISO_IEC_29500-1_2012.zip>`__

0 commit comments

Comments
 (0)