Skip to content

Commit

Permalink
fixing doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
iheitlager committed Apr 17, 2017
1 parent 9aa0115 commit ebfaf67
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 1 addition & 3 deletions data_migrator/contrib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/python
# -*- coding: UTF-8 -*-

'''
The data_migrator.contrib contains commonly used helper functions, to support in the setup
of specific transformations
Commonly used helper functions, to support in the setup of specific transformations
'''
3 changes: 3 additions & 0 deletions data_migrator/contrib/dutch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/python
# -*- coding: UTF-8 -*-
'''
commonly used dutch support functions
'''

import re

Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
from data_migrator.utils import get_docs_version, get_version

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -113,6 +112,8 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_show_sourcelink = True
html_show_sphinx = True

# -- Options for HTMLHelp output ------------------------------------------

Expand Down
5 changes: 4 additions & 1 deletion docs/ref/contrib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Contrib reference

.. automodule:: data_migrator.contrib

contrib.read
=============

``read_map_from_csv``
---------------------
.. autofunction:: data_migrator.contrib.read.read_map_from_csv
Expand All @@ -22,5 +25,5 @@ contrib.dutch
.. autofunction:: data_migrator.contrib.dutch.clean_phone

``clean_zip_code``
---------------
------------------
.. autofunction:: data_migrator.contrib.dutch.clean_zip_code
3 changes: 3 additions & 0 deletions docs/ref/model.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Model class reference
=====================

.. module:: data_migrator.models.base
:synopsis: Base for model definitions

.. currentmodule:: data_migrator.models

This document covers features of the :class:`~data_migrator.models.Model` class.
Expand Down

0 comments on commit ebfaf67

Please sign in to comment.