Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from idealo/dev
Browse files Browse the repository at this point in the history
Add Google Analytics to documentation and fix images.
  • Loading branch information
datitran authored May 27, 2019
2 parents c6e4b1e + f41655d commit 32d20ae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Image quality assessment is compatible with Python 3.6 and is distributed under
## Trained models
| <sub>Predictions from aesthetic model</sub>
| :--:
| ![](/_readme/images_aesthetic/aesthetic1.jpg_aesthetic.svg)
| ![](_readme/images_aesthetic/aesthetic1.jpg_aesthetic.svg)


| <sub>Predictions from technical model</sub>
| :--:
| ![](/_readme/images_technical/techncial3.jpgtechnical.svg)
| ![](_readme/images_technical/techncial3.jpgtechnical.svg)



Expand Down
2 changes: 1 addition & 1 deletion mkdocs/build_docs.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mkdocs/run_docs.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 32d20ae

Please sign in to comment.