Add attribution for data sources. Mention make smalltest, and non-destructive nature of tests.
This commit is contained in:
parent
3b3e297a6b
commit
8838261f76
26
README.rst
26
README.rst
|
@ -40,14 +40,17 @@ By default the Google Refine server URL is http://127.0.0.1:3333
|
||||||
The environment variables `GOOGLE_REFINE_HOST` and `GOOGLE_REFINE_PORT`
|
The environment variables `GOOGLE_REFINE_HOST` and `GOOGLE_REFINE_PORT`
|
||||||
enable overriding the host & port.
|
enable overriding the host & port.
|
||||||
|
|
||||||
In order to run all tests, a live Refine server is needed.
|
In order to run all tests, a live Refine server is needed. No existing projects
|
||||||
|
are affected.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
#. Run tests:
|
#. Run tests:
|
||||||
|
|
||||||
make test
|
make smalltest # if no Refine server available
|
||||||
|
|
||||||
|
make test
|
||||||
|
|
||||||
#. TODO
|
#. TODO
|
||||||
|
|
||||||
|
@ -55,10 +58,9 @@ TODO
|
||||||
====
|
====
|
||||||
|
|
||||||
The API so far has been filled out from building a test suite to carry out the
|
The API so far has been filled out from building a test suite to carry out the
|
||||||
actions in David Huynh's Refine tutorial
|
actions in `David Huynh's Refine tutorial <http://davidhuynh.net/spaces/nicar2011/tutorial.pdf>`_ which while certainly showing off a
|
||||||
http://davidhuynh.net/spaces/nicar2011/tutorial.pdf which while certainly
|
wide range of Refine features doesn't cover the entire suite. Notable exceptions
|
||||||
showing off a wide range of Refine features doesn't cover the entire suite.
|
currently include:
|
||||||
Notable exceptions currently include:
|
|
||||||
|
|
||||||
- reconciliation
|
- reconciliation
|
||||||
- undo/redo
|
- undo/redo
|
||||||
|
@ -71,4 +73,14 @@ Credits
|
||||||
|
|
||||||
Paul Makepeace, author
|
Paul Makepeace, author
|
||||||
|
|
||||||
David Huynh, initial cut: http://groups.google.com/group/google-refine/msg/ee29cf8d660e66a9
|
David Huynh, `initial cut <http://groups.google.com/group/google-refine/msg/ee29cf8d660e66a9>`_
|
||||||
|
|
||||||
|
Some data used in the test suite has been used from publicly available sources,
|
||||||
|
|
||||||
|
- louisiana-elected-officials.csv: from
|
||||||
|
http://www.sos.louisiana.gov/tabid/136/Default.aspx
|
||||||
|
|
||||||
|
- us_economic_assistance.csv: `"The Green Book" <http://www.data.gov/raw/1554>`_
|
||||||
|
|
||||||
|
- eli-lilly.csv: `ProPublica's "Docs for Dollars" <http://projects.propublica.org/docdollars/>`_ leading to a `Lilly Faculty PDF <http://www.lillyfacultyregistry.com/documents/EliLillyFacultyRegistryQ22010.pdf>`_ processed by `David Huynh's ScraperWiki script <http://scraperwiki.com/scrapers/eli-lilly-dollars-for-docs-scraper/edit/>`_
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue