File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 29
29
{
30
30
"name" : " Roman Syroeshko" ,
31
31
"homepage" : " http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
32
+ },
33
+ {
34
+ "name" : " Antoine de Troostembergh"
32
35
}
33
36
],
34
37
"require" : {
Original file line number Diff line number Diff line change 41
41
42
42
# General information about the project.
43
43
project = u'PHPWord'
44
- copyright = u'2014-2015 , PHPWord Contributors'
44
+ copyright = u'2014-2017 , PHPWord Contributors'
45
45
46
46
# The version info for the project you're documenting, acts as replacement for
47
47
# |version| and |release|, also used in various other places throughout the
48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.13 .0'
51
+ version = '0.14 .0'
52
52
# The full version, including alpha/beta/rc tags.
53
53
release = version
54
54
120
120
# Add any paths that contain custom static files (such as style sheets) here,
121
121
# relative to this directory. They are copied after the builtin static files,
122
122
# so a file named "default.css" will overwrite the builtin "default.css".
123
- html_static_path = ['_static' ]
123
+ # html_static_path = ['_static']
124
124
125
125
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
126
126
# using the given strftime format.
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ Comments
432
432
---------
433
433
434
434
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 `` .
436
436
437
437
.. code-block :: php
438
438
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Example:
34
34
35
35
{
36
36
"require" : {
37
- "phpoffice/phpword" : " v0.13 .*"
37
+ "phpoffice/phpword" : " v0.14 .*"
38
38
}
39
39
}
40
40
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ References
4
4
==========
5
5
6
6
ISO/IEC 29500, Third edition, 2012-09-01
7
- ---------------------
7
+ ----------------------------------------
8
8
9
9
- `Part 1: Fundamentals and Markup Language Reference
10
10
<http://standards.iso.org/ittf/PubliclyAvailableStandards/c061750_ISO_IEC_29500-1_2012.zip> `__
You can’t perform that action at this time.
0 commit comments