Skip to content

Commit 97fa7cf

Browse files
committedNov 5, 2018
Adding the iframe
1 parent 95e400d commit 97fa7cf

File tree

3 files changed

+4
-1579
lines changed

3 files changed

+4
-1579
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ clean:
5050

5151
.PHONY: html
5252
html:
53-
curl -L http://w3id.org/dats/schema/dataset_distribution_schema.json --output $(BUILDDIR)/../source/_static/dataset_distribution_schema.json
53+
curl -L http://w3id.org/dats/schema/dataset_distribution_schema.json --output $(BUILDDIR)/../html/_static/dataset_distribution_schema.json
5454
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
5555
@echo
5656
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

‎source/_static/iframe.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<iframe id="jsonDocs" src='https://fairsharing.github.io/JSONschema-documenter/?schema_url=https://w3id.org/dats/schema/dataset_schema.json' width="100%" height="1200px" frameborder="0" allowfullscreen="true"></iframe>

‎source/dats.rst

+2-1,578
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.