Skip to content

Commit

Permalink
Fixed RST images for github homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
charlycoste committed Jul 20, 2011
1 parent f1397b0 commit 0e0b525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -192,7 +192,7 @@ Developing an import handler is fairly easy. You just need to create a PHP class
and implements **ISQLIImportHandler**. You will also need to declare it in an override of **sqliimport.ini** by creating
a dedicated section (please read inline INI comments for further details).

.. figure:: uml/ImportHandlers.png
.. figure:: https://github.com/lolautruche/SQLIImport/raw/master/doc/uml/ImportHandlers.png
:width: 2000

UML diagram for import handlers
Expand Down Expand Up @@ -284,7 +284,7 @@ For more examples, please check scripts located in the *stubs/* directory.

You can also have a look at the UML diagram below.

.. figure:: uml/SQLIContent.png
.. figure:: https://github.com/lolautruche/SQLIImport/raw/master/doc/uml/SQLIContent.png
:width: 2000

UML diagram for SQLIContent framework
Expand Down Expand Up @@ -318,7 +318,7 @@ Source Handlers
- **SQLIXMLParser** - Catches parse errors and fetches XML string. Transforms PHP errors into exceptions. Works with DOM or SimpleXML (example in *stubs/xml.php*).
- **SQLICSVDoc** - Set of classes to manage CSV structures as easily as with SimpleXML (example in *stubs/csv.php*).

.. figure:: uml/CSVDoc.png
.. figure:: https://github.com/lolautruche/SQLIImport/raw/master/doc/uml/CSVDoc.png
:width: 2000

UML diagram for CSVDoc classes
Expand Down

0 comments on commit 0e0b525

Please sign in to comment.