mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
The website is moving to pgloader.org and readthedocs.io is going to be integrated. Let's see what happens. The docs build fine locally with the sphinx tools and the docs/Makefile. Having separate files for the documentation should help ease the maintenance and add new topics, such as support for Common Lisp Hackers level docs, which are currently missing.
34 lines
634 B
ReStructuredText
34 lines
634 B
ReStructuredText
.. pgloader documentation master file, created by
|
|
sphinx-quickstart on Tue Dec 5 19:23:32 2017.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to pgloader's documentation!
|
|
====================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Table Of Contents:
|
|
|
|
intro
|
|
tutorial/tutorial
|
|
pgloader
|
|
ref/csv
|
|
ref/fixed
|
|
ref/copy
|
|
ref/dbf
|
|
ref/ixf
|
|
ref/archive
|
|
ref/mysql
|
|
ref/sqlite
|
|
ref/mssql
|
|
ref/transforms
|
|
bugreport
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|