Skip to content

Commit

Permalink
Clean up doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Filips Alpe committed Jan 9, 2014
1 parent 48b7496 commit 71e9657
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions contributing/contributing.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Contribute to Akeneo PIM
========================

We gladly welcome contributions on Akeneo PIM !
We gladly welcome contributions on Akeneo PIM!

You can get involved by:

Expand Down Expand Up @@ -55,7 +55,7 @@ Proposing a Technical Enhancement
Creating a New Connector
------------------------

We're happy to connect the PIM with any third-party system !
We're happy to connect the PIM with any third-party system!

* Begin by check on the forum that nobody is writing the same connector: http://www.akeneo.com/forum/importexport-connectors/
* Create your connector :doc:`/cookbook/import_export/create-connector`
Expand Down
2 changes: 1 addition & 1 deletion cookbook/custom_entity/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
How to Create a Custom Entity and Use it as an attribute
===============================================================
========================================================

Why Create a Custom Entity ?
----------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and tab panes (``PimCatalogBundle:Product:_tab-panes.html.twig``).
In order to do this, you will need to define a bundle that is a child of ``PimCatalogBundle`` (`see here`_).

Overriding the templates
------------------------------
------------------------
To override these templates, you need to create 2 new files:

- ``(AcmeCatalogBundle)/Resources/views/Product/_navbar.html.twig``
Expand Down
2 changes: 1 addition & 1 deletion cookbook/import_export/create-connector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can run the job from UI or you can use following command:
php app/console oro:batch:job my_job_code
Customize Elements: Reader, Processor and Writer
-------------------------------------------------
------------------------------------------------

The default used step is ``Oro\Bundle\BatchBundle\Step\ItemStep``.

Expand Down
2 changes: 1 addition & 1 deletion references/basic/technical_entities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The implementation is based on OroFlexibleEntityBundle an customized in PimCatal
FYI, a document oriented storage is already planned to deal with high data volumes.

Attribute
-----------------
---------

An attribute defines the type and the properties of a value.

Expand Down

0 comments on commit 71e9657

Please sign in to comment.