#82 : Fixed some errors for the PDF Generation

This commit is contained in:
Progi1984 2014-03-22 11:17:09 +01:00
parent df8a45ec33
commit 309a0256cc
5 changed files with 11 additions and 3 deletions

4
docs/credits.rst Normal file
View File

@ -0,0 +1,4 @@
.. _credits:
Credits
=======

View File

@ -7,7 +7,7 @@ Basic example
-------------
The following is a basic example of the PHPWord library. More examples
are provided in the `samples folder <samples/>`__.
are provided in the `samples folder <https://github.com/PHPOffice/PHPWord/tree/master/samples/>`__.
.. code-block:: php

View File

@ -35,4 +35,4 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`
.. |PHPWord| image:: https://raw.github.com/PHPOffice/PHPWord/develop/docs/images/phpword.png
.. |PHPWord| image:: images/phpword.png

View File

@ -16,7 +16,7 @@ No Windows operating system is needed for usage because the resulting
DOCX, ODT, or RTF files can be opened by all major `word processing
softwares <http://en.wikipedia.org/wiki/List_of_word_processors>`__.
PHPWord is an open source project licensed under `LGPL <license.md>`__.
PHPWord is an open source project licensed under LGPL.
PHPWord is `unit tested <https://travis-ci.org/PHPOffice/PHPWord>`__ to
make sure that the released versions are stable.

4
docs/recipes.rst Normal file
View File

@ -0,0 +1,4 @@
.. _recipes:
Recipes
=======