Skip to content

Commit

Permalink
Merge pull request #6 from rafalkasa/patch-1
Browse files Browse the repository at this point in the history
Change documentation for SchemaSpy 6.0
  • Loading branch information
JFE committed Apr 10, 2017
2 parents 5cdd958 + 5dddfbc commit 4ce0335
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions schemaspy/index.rst
Expand Up @@ -15,15 +15,15 @@ SchemaSpy_ reads a relational database and
* generates a XML file corresponding to the database schema
* detects a few kind of defaults in the database design

.. figure:: media/SchemaSpyDefaults.jpg
.. figure:: media/SchemaSpyDefaults.png
:align: center

Examples of defaults detected by SchemaSpy_

* generates a html site a la javadoc with clickable entity-relationship
diagrams.

.. figure:: media/SchemaSpySchema.jpg
.. figure:: media/SchemaSpySchema.png
:align: center

Example of diagram generated by SchemaSpy_
Expand All @@ -43,7 +43,7 @@ To install SchemaSpy_:

* Download the SchemaSpy_ jar file |SchemaSpyJar|.
* Create the directory ``%SCRIBESTOOLS%\SchemaSpy``.
* Move the ``schemaSpy_5.0.0.jar`` file into ``%SCRIBESTOOLS%\SchemaSpy\schemaSpy.jar``.
* Move the ``schemaspy-6.0.0-rc1.jar`` file into ``%SCRIBESTOOLS%\SchemaSpy\schemaSpy.jar``.
* Add ``%SCRIBESTOOLS%\SchemaSpy`` to the system PATH.
* Copy the files ``schemaspy.bat`` and ``schemaspy.sh`` into the directory

Expand Down Expand Up @@ -94,9 +94,9 @@ With oracle:

.. ............................................................................
.. _SchemaSpy: http://schemaspy.sourceforge.net
.. _SchemaSpy: http://schemaspy.org

.. |SchemaSpyJar| replace::
`web <http://sourceforge.net/projects/schemaspy/files/>`__
`web <https://github.com/schemaspy/schemaspy/releases/>`__

.. _`library example` : http://schemaspy.sourceforge.net/sample/
.. _`library example` : http://schemaspy.org/sample/
Binary file removed schemaspy/media/SchemaSpyDefaults.jpg
Binary file not shown.
Binary file added schemaspy/media/SchemaSpyDefaults.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed schemaspy/media/SchemaSpySchema.jpg
Binary file not shown.
Binary file added schemaspy/media/SchemaSpySchema.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ce0335

Please sign in to comment.