update AW pages

This commit is contained in:
2016-02-09 09:17:39 +03:00
parent 518956bdff
commit 4d1058ff64
7 changed files with 109 additions and 36 deletions

View File

@ -46,7 +46,9 @@ Directory is `desktops`, configuration files have the following fields:
## <a href="#quotes" class="anchor" id="quotes"><span class="octicon octicon-link"></span></a>Quotes
Directory is `quotes`, configuration files have the following fields:
To provide these data to users [Yahoo! Finance](//finance.yahoo.com/ "Yahoo!
Finance site") API iis used. Directory is `quotes`, configuration files have the
following fields:
| Field | Required | Value | Default |
|-------|----------|-------|---------|
@ -90,8 +92,8 @@ Directory is `upgrade`, configuration files have the following fields:
## <a href="#weather" class="anchor" id="weather"><span class="octicon octicon-link"></span></a>Weather
The weather uses data and API from [OpenWeatherMap](//openweathermap.org/
"OpenWeatherMap site"). Directory is `weather`, configuration files have the
The weather uses data and API from [Yahoo! Weather](//weather.yahoo.com
"Yahoo! Weather site"). Directory is `weather`, configuration files have the
following fields:
| Field | Required | Value | Default |

View File

@ -46,10 +46,10 @@ alternative, but its configuration is the same that the new project creation.
Here it is:
```bash
cppcheck --enable=warning,performance,portability,information,missingInclude
--std=c++11 --library=qt.cfg --template="[{severity}][{id}] {message}
{callstack} (On {file}:{line})" --verbose --quiet
path/to/source/files/or/directory
cppcheck --enable=warning,performance,portability,information,missingInclude \
--std=c++11 --library=qt.cfg --verbose --quiet \
--template="[{severity}][{id}] {message} {callstack} (On {file}:{line})" \
path/to/source/files/or/directory
```
* `--enable` says which notifications should be enabled. I've disabled `style`