Skip to content

Commit

Permalink
Add basic and a lot of trash, #2 (#37)
Browse files Browse the repository at this point in the history
* Add basic and a lot of trash, #2

* Add basics.ipynb

* Add json schema heading

* More notebooks
  • Loading branch information
manycoding committed Mar 26, 2019
1 parent eb7b16d commit 697883b
Show file tree
Hide file tree
Showing 83 changed files with 9,369 additions and 154 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [Semantic Versioning](h
items = JobItems(0, "235801/1/15")
garbage_symbols(items).show()

- notebooks to documentation

### Changed
- Tags rule returns unused tags, #2
- `basic_json_schema()` prints a schema as a python dict
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ sphinx = "*"
recommonmark = "*"
sphinxcontrib-apidoc = "*"
jupyter-console = "*"
nbsphinx = "*"

[requires]
python_version = "3.7"
Expand Down
48 changes: 35 additions & 13 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 46963900ec4ffa910cae8c6a2bc6cea6
config: 93bc4220b6963adfbd692d21c6631cd2
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/.doctrees/API.doctree
Binary file not shown.
Binary file added docs/.doctrees/Compare.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/arche.arche.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/arche.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/arche.readers.schema.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/arche.report.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/arche.rules.duplicates.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/arche.rules.json_schema.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/arche.rules.result.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/arche.tools.api.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/arche.tools.schema.doctree
Binary file not shown.
Binary file added docs/.doctrees/basics.doctree
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/nbs/API.doctree
Binary file not shown.
Binary file added docs/.doctrees/nbs/basics.doctree
Binary file not shown.
Binary file added docs/.doctrees/nbs/compare.doctree
Binary file not shown.
Binary file added docs/.doctrees/nbs/notebooks.doctree
Binary file not shown.
Loading

0 comments on commit 697883b

Please sign in to comment.