From: Oleg Broytman Date: Sun, 4 Sep 2016 11:22:51 +0000 (+0300) Subject: Fix docs after split index -> mysql2sql X-Git-Tag: 0.0.3~1 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=f59fccedc02271c14f12f9887928e234b057aba1 Fix docs after split index -> mysql2sql --- diff --git a/docs/index.rst b/docs/index.rst index 46e6c45..92893b3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,9 +18,9 @@ standard SQL to load at least to PostgreSQL or SQLite. Contents: .. toctree:: - :maxdepth: 2 + :maxdepth: 1 - mysq2sql + mysql2sql Indices and tables diff --git a/docs/mysql2sql.rst b/docs/mysql2sql.rst index aba493e..fdd17d0 100644 --- a/docs/mysql2sql.rst +++ b/docs/mysql2sql.rst @@ -1,10 +1,5 @@ -.. mysql2sql documentation master file, created by - sphinx-quickstart on Fri Jul 22 19:32:24 2016. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to mysql2sql's documentation! -===================================== +mysql2sql +========= This is mysql2sql, a mysql to sql converter. It is primary intended to convert mysqldump (especially with extended INSERT syntax) to standard