diff --git a/guides/index.html b/guides/index.html index c1abecf..dbe9349 100644 --- a/guides/index.html +++ b/guides/index.html @@ -1,17 +1,17 @@ - + - Darwin Core Guides - - - + Darwin Core terms + + + - + @@ -20,8 +20,8 @@ - - + + @@ -32,58 +32,2950 @@ Toggle navigation - Darwin Core + Darwin Core -
-
-

Darwin Core Guides

-

A standard for sharing biodiversity data

-
-
-
-
- @@ -95,8 +2987,8 @@
@@ -104,8 +2996,14 @@ - - + + + - + \ No newline at end of file diff --git a/src/build.py b/src/build.py index 2d6b290..b1c6f3f 100644 --- a/src/build.py +++ b/src/build.py @@ -146,7 +146,7 @@ class DwcDigester(object): return template_data @staticmethod - def create_html(template_data, html_template="./config/index.tmpl", html_output="../dist/index.html"): + def create_html(template_data, html_template="./config/index.tmpl", html_output="../guides/index.html"): """build html with the processed term info""" data={} @@ -172,4 +172,4 @@ def main(): if __name__ == "__main__": - sys.exit(main()) \ No newline at end of file + sys.exit(main())