Skip to content

Commit

Permalink
adds type hinting (#92)
Browse files Browse the repository at this point in the history
* adds type hinting

* update typehints

* remove types from docstrings and DataFrameSchema types

* add autodoc typehints to pip requirements.txt

* add type hint to MultiIndex call
  • Loading branch information
mastersplinter committed Aug 27, 2019
1 parent 280d6d8 commit f67050d
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 146 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx_autodoc_typehints'
]

doctest_global_setup = """
Expand Down
Loading

0 comments on commit f67050d

Please sign in to comment.