Skip to content

Commit

Permalink
Add some importer info to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Aug 22, 2019
1 parent 8172f2e commit 49d78d0
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Code
:maxdepth: 6

backend
importer
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import sys
sys.path.insert(0, os.path.abspath('../../'))
sys.path.insert(0, os.path.abspath('../../backend/'))
sys.path.insert(0, os.path.abspath('../../scripts/importer'))


# -- Project information -----------------------------------------------------
Expand Down Expand Up @@ -168,7 +169,7 @@
# -- Options for Epub output -------------------------------------------------

# Bibliographic Dublin Core info.
epub_title = project
epub_title = 'SweFreq'

# The unique identifier of the text. This can be a ISBN number
# or the project homepage.
Expand Down
7 changes: 7 additions & 0 deletions docs/source/importer.data_importer.data_importer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Data importer
=============

.. automodule:: data_importer.data_importer
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/importer.data_importer.raw_data_importer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Variant importer
================

.. automodule:: data_importer.raw_data_importer
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/importer.data_importer.reference_set_importer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Reference set importer
======================

.. automodule:: data_importer.reference_set_importer
:members:
:undoc-members:
:show-inheritance:
10 changes: 10 additions & 0 deletions docs/source/importer.data_importer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Data importer
=============
.. py:module:: data_importer
.. toctree::

importer.data_importer.data_importer
importer.data_importer.raw_data_importer
importer.data_importer.reference_set_importer

6 changes: 6 additions & 0 deletions docs/source/importer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Importer
========

.. toctree::

importer.data_importer

0 comments on commit 49d78d0

Please sign in to comment.