diff --git a/bundles/block.rst b/bundles/block.rst index c29e95b5..4ef78758 100644 --- a/bundles/block.rst +++ b/bundles/block.rst @@ -105,4 +105,4 @@ It replaces components of the bundle where needed to be compatible with PHPCR. The following picture shows where we use our own components (blue): .. image:: ../images/bundles/classdiagram.jpg - :align: center + :align: center \ No newline at end of file diff --git a/bundles/create.rst b/bundles/create.rst index d42fb0ef..ac81392c 100644 --- a/bundles/create.rst +++ b/bundles/create.rst @@ -158,7 +158,7 @@ in the enabled bundles at /Resources/rdf-mappings. If you use a bundle that has no RDFa mapping, you can specify a list of rdf_config_dirs that will additionally be checked for metadata. -See the documentation of createphp for the format of the XML metadata format. +See the `documentation of createphp ` for the format of the XML metadata format. Access control @@ -288,7 +288,7 @@ Developing the hallo wysiwyg editor You can develop the hallo editor inside the Create bundle. By default, a minimized version of hallo that is bundled with create is used. To develop the actual code, you will need to checkout the full hallo repository first. You can do this by running -the following commenad from the command line: +the following command from the command line: .. code-block:: bash diff --git a/bundles/phpcr-odm.rst b/bundles/phpcr-odm.rst index 952e6bbe..ece1cd30 100644 --- a/bundles/phpcr-odm.rst +++ b/bundles/phpcr-odm.rst @@ -1,7 +1,7 @@ DoctrinePHPCRBundle =================== -The `DoctrinePHPCRBundle `_ +The `DoctrinePHPCRBundle `_ provides integration with the PHP content repository and optionally with Doctrine PHPCR-ODM to provide the ODM document manager in symfony. diff --git a/contributing/code.rst b/contributing/code.rst index 45148c28..f1cfd321 100644 --- a/contributing/code.rst +++ b/contributing/code.rst @@ -8,8 +8,8 @@ Resources / Links ----------------- * `GitHub `_ -* `Website `_ -* `Wiki `_ +* `Website `_ +* `Wiki `_ * `Issue Tracker `_ * `IRC channel `_ * `Users mailing list `_ diff --git a/tutorials/installing-configuring-inline-editing.rst b/tutorials/installing-configuring-inline-editing.rst index cb799adf..354d0321 100644 --- a/tutorials/installing-configuring-inline-editing.rst +++ b/tutorials/installing-configuring-inline-editing.rst @@ -6,9 +6,9 @@ Note that Symfony2.1 (currently master) is required for the CMF to work. This provides a solution to easily integrate with `VIE.js `_ and `create.js `_ to provide inline editing based on `RDFa `_ output. -For more information for now see the documentation of the `LiipVieBundle `_ +For more information for now see the documentation of the `CreateBundle `_ -.. index:: VIE.js, LiipVieBundle, FOSRestBundle, JMSSerializerBundle, RDFa, create.js, hallo.js +.. index:: VIE.js, CreateBundle, FOSRestBundle, JMSSerializerBundle, RDFa, create.js, hallo.js Installation ------------