Merge pull request #236 from MatthewScholefield/bugfix/data-export-docs

Fix Export Data documentation
This commit is contained in:
Friedrich Lindenberg 2018-01-16 08:22:11 -05:00 committed by GitHub
commit 6a65510642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -33,4 +33,11 @@ Table
Data Export
-----------
.. autofunction:: dataset.freeze
**Note:** Data exporting has been extracted into a stand-alone package, datafreeze. See the relevant repository here_.
.. _here: https://github.com/pudo/datafreeze
|
.. autofunction:: datafreeze.freeze

1
docs/requirements.txt Normal file
View File

@ -0,0 +1 @@
datafreeze