Skip to content

Commit 39fdf65

Browse files
authored
Merge pull request #104 from scraperwiki/2017-06-readme-fixes
Fix a couple of small issues in README
2 parents ae640a9 + fd6eab8 commit 39fdf65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Helper functions for saving and querying an SQL database. Updates
3333
the schema automatically according to the data you save.
3434

3535
Currently only supports SQLite. It will make a local SQLite database.
36-
It is based on [SQLAlchemy](https://pypi.python.org/pypi/SQLAlchemy).
36+
It is based on `SQLAlchemy <https://pypi.python.org/pypi/SQLAlchemy>`_.
3737
You should expect it to support other SQL databases at a later date.
3838

3939
scraperwiki.sql.save(unique_keys, data[, table_name="swdata"])
@@ -85,7 +85,7 @@ Miscellaneous
8585
-------------
8686

8787
scraperwiki.status(type, message=None)
88-
If run on the ScraperWiki platform (the new one, not Classic), updates the visible status of the dataset. If not on the platform, does nothing. ``params`` can be 'ok' or 'error'. If no ``message`` is given, it will show the time since the update. See `dataset status API <https://scraperwiki.com/help/developer#boxes-status>`_ in the documentation for details.
88+
If run on the ScraperWiki platform (the new one, not Classic), updates the visible status of the dataset. If not on the platform, does nothing. ``type`` can be 'ok' or 'error'. If no ``message`` is given, it will show the time since the update. See `dataset status API <https://scraperwiki.com/help/developer#boxes-status>`_ in the documentation for details.
8989

9090
scraperwiki.pdftoxml(pdfdata)
9191
Convert a byte string containing a PDF file into an XML file containing the coordinates and font of each text string (see `the pdftohtml documentation <http://linux.die.net/man/1/pdftohtml>`_ for details). This requires ``pdftohtml`` which is part of ``poppler-utils``.

0 commit comments

Comments
 (0)