Skip to content

Commit

Permalink
testing RTD for cleaners.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwanger committed Aug 21, 2017
1 parent 4e3a60d commit 443fda8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/cleaners.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ case looks like::
return result



.. autoclass:: LowerCleaner

.. autoclass:: cooked_input.LowerCleaner

.. autoclass:: UpperCleaner

.. autoclass:: CapitalizeCleaner
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
package_data={
# 'sample': ['package_data.dat'],
},

include_package_data=True,

# Although 'package_data' is the preferred approach, in some case you may
Expand Down

0 comments on commit 443fda8

Please sign in to comment.