diff --git a/docs/credits.rst b/docs/credits.rst new file mode 100644 index 00000000..9b6e46c6 --- /dev/null +++ b/docs/credits.rst @@ -0,0 +1,4 @@ +.. _credits: + +Credits +======= diff --git a/docs/general.rst b/docs/general.rst index b5543914..52147e81 100644 --- a/docs/general.rst +++ b/docs/general.rst @@ -7,7 +7,7 @@ Basic example ------------- The following is a basic example of the PHPWord library. More examples -are provided in the `samples folder `__. +are provided in the `samples folder `__. .. code-block:: php diff --git a/docs/index.rst b/docs/index.rst index dcf61d16..700694a5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/docs/intro.rst b/docs/intro.rst index fab74534..a30dc553 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -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 `__. -PHPWord is an open source project licensed under `LGPL `__. +PHPWord is an open source project licensed under LGPL. PHPWord is `unit tested `__ to make sure that the released versions are stable. diff --git a/docs/recipes.rst b/docs/recipes.rst new file mode 100644 index 00000000..033452b3 --- /dev/null +++ b/docs/recipes.rst @@ -0,0 +1,4 @@ +.. _recipes: + +Recipes +=======