diff --git a/README.md b/README.md index 6cb367fc..056dbe07 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ Image quality assessment is compatible with Python 3.6 and is distributed under ## Trained models | Predictions from aesthetic model | :--: -| ![](/_readme/images_aesthetic/aesthetic1.jpg_aesthetic.svg) +| ![](_readme/images_aesthetic/aesthetic1.jpg_aesthetic.svg) | Predictions from technical model | :--: -| ![](/_readme/images_technical/techncial3.jpgtechnical.svg) +| ![](_readme/images_technical/techncial3.jpgtechnical.svg) diff --git a/mkdocs/build_docs.sh b/mkdocs/build_docs.sh index 859a9f41..d4b131ec 100755 --- a/mkdocs/build_docs.sh +++ b/mkdocs/build_docs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash cp ../README.md docs/index.md -cp -r ../_readme docs/_readme +cp -r ../_readme docs/ cp ../CONTRIBUTING.md docs/CONTRIBUTING.md cp ../LICENSE docs/LICENSE.md python autogen.py diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml index 297a5285..e0231373 100644 --- a/mkdocs/mkdocs.yml +++ b/mkdocs/mkdocs.yml @@ -29,5 +29,9 @@ theme: repo_name: 'idealo/image-quality-assessment' repo_url: 'https://github.com/idealo/image-quality-assessment' +google_analytics: + - 'UA-137434942-3' + - 'auto' + markdown_extensions: - codehilite \ No newline at end of file diff --git a/mkdocs/run_docs.sh b/mkdocs/run_docs.sh index 68a9822b..9186fc75 100755 --- a/mkdocs/run_docs.sh +++ b/mkdocs/run_docs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash cp ../README.md docs/index.md -cp -r ../_readme docs/_readme +cp -r ../_readme docs/ cp ../CONTRIBUTING.md docs/CONTRIBUTING.md cp ../LICENSE docs/LICENSE.md python autogen.py