Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Restructure the README documentation
Browse files Browse the repository at this point in the history
I've improved the readability of our README, focusing on using goodtables as a
CLI tool, not as a Python module. I moved the `validate()` docstrings to the
function itself. It's quite messy, as the arguments depend on the preset of the
data. As far as I could see, there's no standard way of defining our arguments
in docstrings. In the future, we might end up splitting it into multiple
methods, `validate_table()`, `validate_datapackage()`, etc, each with its
specific arguments.
  • Loading branch information
vitorbaptista committed Nov 29, 2017
1 parent 698c0c9 commit 935232a
Show file tree
Hide file tree
Showing 6 changed files with 339 additions and 421 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -17,7 +17,6 @@ spec:
wget -O goodtables/spec.json https://raw.githubusercontent.com/frictionlessdata/data-quality-spec/master/spec.json

test:
pylama $(PACKAGE)
tox

version:
Expand Down

0 comments on commit 935232a

Please sign in to comment.