fix wikipedia links for pdf version

This commit is contained in:
Faust
2015-04-05 03:29:00 +02:00
parent c609ef5952
commit 818c221c78
34 changed files with 100 additions and 191 deletions

View File

@@ -1,5 +1,5 @@
Abstract Factory |Wikipedia|_
=============================
`Abstract Factory`_
===================
Purpose
-------
@@ -91,7 +91,4 @@ Tests/AbstractFactoryTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/AbstractFactory
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
:height: 30 px
:width: 30 px
.. _Wikipedia: http://en.wikipedia.org/wiki/Abstract_factory_pattern
.. _`Abstract Factory`: http://en.wikipedia.org/wiki/Abstract_factory_pattern

View File

@@ -1,5 +1,5 @@
Builder |Wikipedia|_
====================
`Builder`_
==========
Purpose
-------
@@ -102,7 +102,4 @@ Tests/DirectorTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Builder
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
:height: 30 px
:width: 30 px
.. _Wikipedia: http://en.wikipedia.org/wiki/Builder_pattern
.. _`Builder`: http://en.wikipedia.org/wiki/Builder_pattern

View File

@@ -1,5 +1,5 @@
Factory Method |Wikipedia|_
===========================
`Factory Method`_
=================
Purpose
-------
@@ -80,7 +80,4 @@ Tests/FactoryMethodTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/FactoryMethod
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
:height: 30 px
:width: 30 px
.. _Wikipedia: http://en.wikipedia.org/wiki/Factory_method_pattern
.. _`Factory Method`: http://en.wikipedia.org/wiki/Factory_method_pattern

View File

@@ -1,5 +1,5 @@
Pool |Wikipedia|_
=================
`Pool`_
=======
The **object pool pattern** is a software creational design pattern that
uses a set of initialized objects kept ready to use a "pool" rather
@@ -67,7 +67,4 @@ Tests/PoolTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Pool
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
:height: 30 px
:width: 30 px
.. _Wikipedia: http://en.wikipedia.org/wiki/Object_pool_pattern
.. _`Pool`: http://en.wikipedia.org/wiki/Object_pool_pattern

View File

@@ -1,5 +1,5 @@
Prototype |Wikipedia|_
======================
`Prototype`_
============
Purpose
-------
@@ -53,7 +53,4 @@ Test
----
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Prototype
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
:height: 30 px
:width: 30 px
.. _Wikipedia: http://en.wikipedia.org/wiki/Prototype_pattern
.. _`Prototype`: http://en.wikipedia.org/wiki/Prototype_pattern

View File

@@ -1,5 +1,5 @@
Singleton |Wikipedia|_
======================
`Singleton`_
============
**THIS IS CONSIDERED TO BE AN ANTI-PATTERN! FOR BETTER TESTABILITY AND
MAINTAINABILITY USE DEPENDENCY INJECTION!**
@@ -47,7 +47,4 @@ Tests/SingletonTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Singleton
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
:height: 30 px
:width: 30 px
.. _Wikipedia: http://en.wikipedia.org/wiki/Singleton_pattern
.. _`Singleton`: http://en.wikipedia.org/wiki/Singleton_pattern