From 2eda57bfe0bf01fd8c342574123d064ea45483d5 Mon Sep 17 00:00:00 2001 From: Philipp Rieber Date: Sat, 26 Oct 2013 19:07:25 +0200 Subject: [PATCH 1/2] [Components] Reorder installation instructions --- components/class_loader/introduction.rst | 2 +- components/config/introduction.rst | 2 +- components/console/introduction.rst | 2 +- components/css_selector.rst | 2 +- components/dependency_injection/introduction.rst | 2 +- components/dom_crawler.rst | 2 +- components/event_dispatcher/introduction.rst | 2 +- components/filesystem.rst | 2 +- components/finder.rst | 2 +- components/form/introduction.rst | 2 +- components/http_foundation/introduction.rst | 2 +- components/http_kernel/introduction.rst | 2 +- components/locale.rst | 2 +- components/options_resolver.rst | 2 +- components/process.rst | 2 +- components/property_access/introduction.rst | 2 +- components/routing/introduction.rst | 2 +- components/security/introduction.rst | 2 +- components/serializer.rst | 2 +- components/stopwatch.rst | 2 +- components/templating/introduction.rst | 2 +- components/yaml/introduction.rst | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/components/class_loader/introduction.rst b/components/class_loader/introduction.rst index c115d05b709..a2804e2e656 100644 --- a/components/class_loader/introduction.rst +++ b/components/class_loader/introduction.rst @@ -32,9 +32,9 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/ClassLoader); * :doc:`Install it via Composer ` (``symfony/class-loader`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/ClassLoader); .. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php .. _Packagist: https://packagist.org/packages/symfony/class-loader diff --git a/components/config/introduction.rst b/components/config/introduction.rst index 8535a9a75aa..c6be05fbc2d 100644 --- a/components/config/introduction.rst +++ b/components/config/introduction.rst @@ -17,8 +17,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Config); * :doc:`Install it via Composer ` (``symfony/config`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Config); Sections -------- diff --git a/components/console/introduction.rst b/components/console/introduction.rst index 8133d071fef..68a9849e22c 100755 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -17,8 +17,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Console); * :doc:`Install it via Composer ` (``symfony/console`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Console); .. note:: diff --git a/components/css_selector.rst b/components/css_selector.rst index 2367b0fde7c..70614f7cf28 100644 --- a/components/css_selector.rst +++ b/components/css_selector.rst @@ -12,8 +12,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/CssSelector); * :doc:`Install it via Composer ` (``symfony/css-selector`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/CssSelector); Usage ----- diff --git a/components/dependency_injection/introduction.rst b/components/dependency_injection/introduction.rst index c52fe256310..1c8efe9178f 100644 --- a/components/dependency_injection/introduction.rst +++ b/components/dependency_injection/introduction.rst @@ -16,8 +16,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/DependencyInjection); * :doc:`Install it via Composer ` (``symfony/dependency-injection`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/DependencyInjection); Basic Usage ----------- diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index bb45d6c2beb..bd48d64474f 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -17,8 +17,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/DomCrawler); * :doc:`Install it via Composer ` (``symfony/dom-crawler`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/DomCrawler); Usage ----- diff --git a/components/event_dispatcher/introduction.rst b/components/event_dispatcher/introduction.rst index 522e9a89aab..cc09c2fd294 100644 --- a/components/event_dispatcher/introduction.rst +++ b/components/event_dispatcher/introduction.rst @@ -49,8 +49,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/EventDispatcher); * :doc:`Install it via Composer ` (``symfony/event-dispatcher`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/EventDispatcher); Usage ----- diff --git a/components/filesystem.rst b/components/filesystem.rst index 44e010b88d1..79a724e842f 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -15,8 +15,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Filesystem); * :doc:`Install it via Composer ` (``symfony/filesystem`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Filesystem); Usage ----- diff --git a/components/finder.rst b/components/finder.rst index f9473e077f1..3f7cfbc7971 100644 --- a/components/finder.rst +++ b/components/finder.rst @@ -13,8 +13,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Finder); * :doc:`Install it via Composer ` (``symfony/finder`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Finder); Usage ----- diff --git a/components/form/introduction.rst b/components/form/introduction.rst index 813f70d93f9..013cc0880fe 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -19,8 +19,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Form); * :doc:`Install it via Composer ` (``symfony/form`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Form); Configuration ------------- diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index 604e12972ea..09b0bc267e8 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -21,8 +21,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/HttpFoundation); * :doc:`Install it via Composer ` (``symfony/http-foundation`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/HttpFoundation); .. _component-http-foundation-request: diff --git a/components/http_kernel/introduction.rst b/components/http_kernel/introduction.rst index f8cea723364..f7a30e0fb28 100644 --- a/components/http_kernel/introduction.rst +++ b/components/http_kernel/introduction.rst @@ -16,8 +16,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/HttpKernel); * :doc:`Install it via Composer ` (``symfony/http-kernel`` on Packagist_). +* Use the official Git repository (https://github.com/symfony/HttpKernel); The Workflow of a Request ------------------------- diff --git a/components/locale.rst b/components/locale.rst index 8c52cb9e490..3a38a5a8746 100644 --- a/components/locale.rst +++ b/components/locale.rst @@ -27,8 +27,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Locale); * :doc:`Install it via Composer ` (``symfony/locale`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Locale); Usage ----- diff --git a/components/options_resolver.rst b/components/options_resolver.rst index ad83d73ab3f..d4c7aa2183c 100644 --- a/components/options_resolver.rst +++ b/components/options_resolver.rst @@ -13,8 +13,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/OptionsResolver * :doc:`Install it via Composer ` (``symfony/options-resolver`` on `Packagist`_) +* Use the official Git repository (https://github.com/symfony/OptionsResolver Usage ----- diff --git a/components/process.rst b/components/process.rst index 868673cfa55..2192636709e 100644 --- a/components/process.rst +++ b/components/process.rst @@ -12,8 +12,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Process); * :doc:`Install it via Composer ` (``symfony/process`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Process); Usage ----- diff --git a/components/property_access/introduction.rst b/components/property_access/introduction.rst index 26991f046e9..03f89de62fb 100644 --- a/components/property_access/introduction.rst +++ b/components/property_access/introduction.rst @@ -17,8 +17,8 @@ Installation You can install the component in two different ways: -* Use the official Git repository (https://github.com/symfony/PropertyAccess); * :doc:`Install it via Composer` (``symfony/property-access`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/PropertyAccess); Usage ----- diff --git a/components/routing/introduction.rst b/components/routing/introduction.rst index 12a032eb9d4..30a20694781 100644 --- a/components/routing/introduction.rst +++ b/components/routing/introduction.rst @@ -13,8 +13,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Routing); * :doc:`Install it via Composer ` (``symfony/routing`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Routing); Usage ----- diff --git a/components/security/introduction.rst b/components/security/introduction.rst index 21778184457..1259299a716 100644 --- a/components/security/introduction.rst +++ b/components/security/introduction.rst @@ -19,8 +19,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Security); * :doc:`Install it via Composer ` (``symfony/security`` on Packagist_). +* Use the official Git repository (https://github.com/symfony/Security); Sections -------- diff --git a/components/serializer.rst b/components/serializer.rst index c6740878841..a5813dd7bc7 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -27,8 +27,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Serializer); * :doc:`Install it via Composer ` (``symfony/serializer`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Serializer); Usage ----- diff --git a/components/stopwatch.rst b/components/stopwatch.rst index 261f47b1d6a..7e06303ecad 100644 --- a/components/stopwatch.rst +++ b/components/stopwatch.rst @@ -16,8 +16,8 @@ Installation You can install the component in two different ways: -* Use the official Git repository (https://github.com/symfony/Stopwatch); * :doc:`Install it via Composer` (``symfony/stopwatch`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Stopwatch); Usage ----- diff --git a/components/templating/introduction.rst b/components/templating/introduction.rst index eedb52df985..20c83b85504 100644 --- a/components/templating/introduction.rst +++ b/components/templating/introduction.rst @@ -18,8 +18,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Templating); * :doc:`Install it via Composer ` (``symfony/templating`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Templating); Usage ----- diff --git a/components/yaml/introduction.rst b/components/yaml/introduction.rst index 1652316dcdd..777a6f54055 100644 --- a/components/yaml/introduction.rst +++ b/components/yaml/introduction.rst @@ -31,8 +31,8 @@ Installation You can install the component in 2 different ways: -* Use the official Git repository (https://github.com/symfony/Yaml); * :doc:`Install it via Composer ` (``symfony/yaml`` on `Packagist`_). +* Use the official Git repository (https://github.com/symfony/Yaml); Why? ---- From 74b047ba76a3d89255a4ee97f956799c5a5eb2aa Mon Sep 17 00:00:00 2001 From: Philipp Rieber Date: Sun, 27 Oct 2013 08:48:54 +0100 Subject: [PATCH 2/2] [Components] Fix punctuation in installation instruction lists --- components/class_loader/introduction.rst | 4 ++-- components/config/introduction.rst | 4 ++-- components/console/introduction.rst | 4 ++-- components/css_selector.rst | 4 ++-- components/dependency_injection/introduction.rst | 4 ++-- components/dom_crawler.rst | 4 ++-- components/event_dispatcher/introduction.rst | 4 ++-- components/filesystem.rst | 4 ++-- components/finder.rst | 4 ++-- components/form/introduction.rst | 4 ++-- components/http_foundation/introduction.rst | 4 ++-- components/http_kernel/introduction.rst | 4 ++-- components/locale.rst | 4 ++-- components/options_resolver.rst | 4 ++-- components/process.rst | 4 ++-- components/property_access/introduction.rst | 4 ++-- components/routing/introduction.rst | 4 ++-- components/security/introduction.rst | 4 ++-- components/serializer.rst | 4 ++-- components/stopwatch.rst | 4 ++-- components/templating/introduction.rst | 4 ++-- components/yaml/introduction.rst | 4 ++-- 22 files changed, 44 insertions(+), 44 deletions(-) diff --git a/components/class_loader/introduction.rst b/components/class_loader/introduction.rst index a2804e2e656..ca377418d69 100644 --- a/components/class_loader/introduction.rst +++ b/components/class_loader/introduction.rst @@ -33,8 +33,8 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/class-loader`` - on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/ClassLoader); + on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/ClassLoader). .. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php .. _Packagist: https://packagist.org/packages/symfony/class-loader diff --git a/components/config/introduction.rst b/components/config/introduction.rst index c6be05fbc2d..c3c906536df 100644 --- a/components/config/introduction.rst +++ b/components/config/introduction.rst @@ -17,8 +17,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/config`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Config); +* :doc:`Install it via Composer ` (``symfony/config`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Config). Sections -------- diff --git a/components/console/introduction.rst b/components/console/introduction.rst index 68a9849e22c..16edcab5f79 100755 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -17,8 +17,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/console`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Console); +* :doc:`Install it via Composer ` (``symfony/console`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Console). .. note:: diff --git a/components/css_selector.rst b/components/css_selector.rst index 70614f7cf28..cce97950569 100644 --- a/components/css_selector.rst +++ b/components/css_selector.rst @@ -12,8 +12,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/css-selector`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/CssSelector); +* :doc:`Install it via Composer ` (``symfony/css-selector`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/CssSelector). Usage ----- diff --git a/components/dependency_injection/introduction.rst b/components/dependency_injection/introduction.rst index 1c8efe9178f..a9eeb47b379 100644 --- a/components/dependency_injection/introduction.rst +++ b/components/dependency_injection/introduction.rst @@ -16,8 +16,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/dependency-injection`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/DependencyInjection); +* :doc:`Install it via Composer ` (``symfony/dependency-injection`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/DependencyInjection). Basic Usage ----------- diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index bd48d64474f..dafba75e368 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -17,8 +17,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/dom-crawler`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/DomCrawler); +* :doc:`Install it via Composer ` (``symfony/dom-crawler`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/DomCrawler). Usage ----- diff --git a/components/event_dispatcher/introduction.rst b/components/event_dispatcher/introduction.rst index cc09c2fd294..7c52e46d00d 100644 --- a/components/event_dispatcher/introduction.rst +++ b/components/event_dispatcher/introduction.rst @@ -49,8 +49,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/event-dispatcher`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/EventDispatcher); +* :doc:`Install it via Composer ` (``symfony/event-dispatcher`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/EventDispatcher). Usage ----- diff --git a/components/filesystem.rst b/components/filesystem.rst index 79a724e842f..304cdf6f40e 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -15,8 +15,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/filesystem`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Filesystem); +* :doc:`Install it via Composer ` (``symfony/filesystem`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Filesystem). Usage ----- diff --git a/components/finder.rst b/components/finder.rst index 3f7cfbc7971..3384f9fd41f 100644 --- a/components/finder.rst +++ b/components/finder.rst @@ -13,8 +13,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/finder`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Finder); +* :doc:`Install it via Composer ` (``symfony/finder`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Finder). Usage ----- diff --git a/components/form/introduction.rst b/components/form/introduction.rst index 013cc0880fe..e57faeb83e1 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -19,8 +19,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/form`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Form); +* :doc:`Install it via Composer ` (``symfony/form`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Form). Configuration ------------- diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index 09b0bc267e8..bf2c4ac0fd4 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -21,8 +21,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/http-foundation`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/HttpFoundation); +* :doc:`Install it via Composer ` (``symfony/http-foundation`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/HttpFoundation). .. _component-http-foundation-request: diff --git a/components/http_kernel/introduction.rst b/components/http_kernel/introduction.rst index f7a30e0fb28..6332c884d3f 100644 --- a/components/http_kernel/introduction.rst +++ b/components/http_kernel/introduction.rst @@ -16,8 +16,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/http-kernel`` on Packagist_). -* Use the official Git repository (https://github.com/symfony/HttpKernel); +* :doc:`Install it via Composer ` (``symfony/http-kernel`` on Packagist_); +* Use the official Git repository (https://github.com/symfony/HttpKernel). The Workflow of a Request ------------------------- diff --git a/components/locale.rst b/components/locale.rst index 3a38a5a8746..32e29fd7bd9 100644 --- a/components/locale.rst +++ b/components/locale.rst @@ -27,8 +27,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/locale`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Locale); +* :doc:`Install it via Composer ` (``symfony/locale`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Locale). Usage ----- diff --git a/components/options_resolver.rst b/components/options_resolver.rst index d4c7aa2183c..e06e1f389c6 100644 --- a/components/options_resolver.rst +++ b/components/options_resolver.rst @@ -13,8 +13,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/options-resolver`` on `Packagist`_) -* Use the official Git repository (https://github.com/symfony/OptionsResolver +* :doc:`Install it via Composer ` (``symfony/options-resolver`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/OptionsResolver). Usage ----- diff --git a/components/process.rst b/components/process.rst index 2192636709e..b20e49ca132 100644 --- a/components/process.rst +++ b/components/process.rst @@ -12,8 +12,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/process`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Process); +* :doc:`Install it via Composer ` (``symfony/process`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Process). Usage ----- diff --git a/components/property_access/introduction.rst b/components/property_access/introduction.rst index 03f89de62fb..7000423473d 100644 --- a/components/property_access/introduction.rst +++ b/components/property_access/introduction.rst @@ -17,8 +17,8 @@ Installation You can install the component in two different ways: -* :doc:`Install it via Composer` (``symfony/property-access`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/PropertyAccess); +* :doc:`Install it via Composer` (``symfony/property-access`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/PropertyAccess). Usage ----- diff --git a/components/routing/introduction.rst b/components/routing/introduction.rst index 30a20694781..37912a2b224 100644 --- a/components/routing/introduction.rst +++ b/components/routing/introduction.rst @@ -13,8 +13,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/routing`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Routing); +* :doc:`Install it via Composer ` (``symfony/routing`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Routing). Usage ----- diff --git a/components/security/introduction.rst b/components/security/introduction.rst index 1259299a716..ab8699b68b7 100644 --- a/components/security/introduction.rst +++ b/components/security/introduction.rst @@ -19,8 +19,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/security`` on Packagist_). -* Use the official Git repository (https://github.com/symfony/Security); +* :doc:`Install it via Composer ` (``symfony/security`` on Packagist_); +* Use the official Git repository (https://github.com/symfony/Security). Sections -------- diff --git a/components/serializer.rst b/components/serializer.rst index a5813dd7bc7..6b0809fe33c 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -27,8 +27,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/serializer`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Serializer); +* :doc:`Install it via Composer ` (``symfony/serializer`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Serializer). Usage ----- diff --git a/components/stopwatch.rst b/components/stopwatch.rst index 7e06303ecad..4741823cc4a 100644 --- a/components/stopwatch.rst +++ b/components/stopwatch.rst @@ -16,8 +16,8 @@ Installation You can install the component in two different ways: -* :doc:`Install it via Composer` (``symfony/stopwatch`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Stopwatch); +* :doc:`Install it via Composer` (``symfony/stopwatch`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Stopwatch). Usage ----- diff --git a/components/templating/introduction.rst b/components/templating/introduction.rst index 20c83b85504..2b75cb1169d 100644 --- a/components/templating/introduction.rst +++ b/components/templating/introduction.rst @@ -18,8 +18,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/templating`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Templating); +* :doc:`Install it via Composer ` (``symfony/templating`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Templating). Usage ----- diff --git a/components/yaml/introduction.rst b/components/yaml/introduction.rst index 777a6f54055..c069a0da920 100644 --- a/components/yaml/introduction.rst +++ b/components/yaml/introduction.rst @@ -31,8 +31,8 @@ Installation You can install the component in 2 different ways: -* :doc:`Install it via Composer ` (``symfony/yaml`` on `Packagist`_). -* Use the official Git repository (https://github.com/symfony/Yaml); +* :doc:`Install it via Composer ` (``symfony/yaml`` on `Packagist`_); +* Use the official Git repository (https://github.com/symfony/Yaml). Why? ----