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,8 @@ short: aw-v21-bells-and-whistles
## <a href="#quotes" class="anchor" id="quotes"><span class="octicon octicon-link"></span></a>Котировки
Директория называется `quotes`, файлы настроек имеют следующие поля:
Для получения данных используется API [Yahoo! Finance](//finance.yahoo.com "Сайт
Yahoo! Finance"). Директория называется `quotes`, файлы настроек имеют следующие поля:
| Поле | Обязательное | Значение | По-умолчанию |
|------|--------------|----------|--------------|
@ -90,8 +91,8 @@ short: aw-v21-bells-and-whistles
## <a href="#weather" class="anchor" id="weather"><span class="octicon octicon-link"></span></a>Погода
Для показа погоды используются данные и API [OpenWeatherMap]
(//openweathermap.org/ "Сайт OpenWeatherMap"). Директория называется `weather`,
Для показа погоды используются данные и API [Yahoo! Weather]
(//weather.yahoo.com/ "Сайт Yahoo! Weather"). Директория называется `weather`,
файлы настроек имеют следующие поля:
| Поле | Обязательное | Значение | По-умолчанию |

View File

@ -49,10 +49,10 @@ source будем использовать то, что имеется. Знат
Тут все, казалось бы, очень просто:
```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` говорит о том, какие уведомления надо включить. Я выключил `style`