diff --git a/README.md b/README.md index 69e86e3..55d96e4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Generate the HTML in the docs/ folder via the Makefile provided: Generate the HTML manually: - $ python generate-tag-assist.py > docs/index.html + $ python gen-chooser.py > docs/index.html $ cp style.css docs/style.css # Knowledge base diff --git a/docs/index.html b/docs/index.html index e7f9977..b248fd2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,10 +1,10 @@ - + + HXL hashtag chooser - @@ -27,7 +27,7 @@

What kind of data do you have in the column?

  • None of the above
  • @@ -36782,6 +36782,6 @@

    Use this hashtag and attributes

    HXL dictionary + - diff --git a/gen-chooser.py b/gen-chooser.py index a6d3e74..eff047e 100644 --- a/gen-chooser.py +++ b/gen-chooser.py @@ -45,7 +45,7 @@ def display_question(id, hashtag=None, attributes=[], previous_id=None): if previous_id is not None: print(" Back a step".format(esc(previous_id))) else: - print("  ") + print("  ") print(" HXL dictionary") print(" ") print(" ") @@ -110,16 +110,16 @@ def display_result(option, hashtag, attributes, previous_id): print(" ") print("") -print("") +print("") print(" ") +print(" ") print(" HXL hashtag chooser") print(" ") print(" ") -print(" ") print(" ") print(" ") print(" ") display_question("top") +print(" ") print(" ") -print(" ") print("")