Rebased the various docs commits mentioned in https://github.com/cinder/Cinder/issues/1213 onto the release_v0.9.0 branch so we can update the website.
Fixes #1135 & #1245.
Here's the git rebase -i origin/release_v0.9.0
commands I used:
#1148 Updated git guide. Fixed outdated/broken links.
pick f0c04ba49cfbe91a224132e4af184ca4d552dab3 Updated index docs links
pick f1b930f432582c01846651d379251ec3de15a8c6 Merge to resolve conflicts
#1149 Added logging guide
pick 6d1220fdb9e5281c174557a2d5469901900eccbf Added logging guide
pick 5c3eb4212a2b6147b06e52dd1a07e586cb504b6e Formatting updates based on feedback
#1150 Added supplementary html for LoggerFile and LoggerFileRotating
pick 0bab421cbc4484dbcd9d8639a3a9380a2f507701 Added supplementary html for LoggerFile and LoggerFileRotating
pick 8968427740f131d445a7742a2b2b8366f4f422b4 small formatting changes.
#1155 Dox next fixes
pick 2820edbb23a60e95fceeb684a59dd73c18474928 No more overriding key events after click occurs.
pick 1f0eeead8ef15dca7784e27ad523dfbe974588d2 Merge to resolve conflicts
pick 71feb3ed6819c114f81c56a5fb9d3590f2aa6b1c Empty without merge resolution
#1177 Fixed the keyboard input bug for all pages
pick c388e3233acb567f469a0c0a922beb5cf45df369 Removed input focus on key input.
#1183 Fix download links and migrate links to https
pick a1b89a9f0517057952c4e03b3a06eb677f83a60e fix download links and migrate links to https
#1155 Dox next fixes
pick a75048b Tweaked label for 0.9.1.dev link
#1197 Update TinderBox link
pick f1a0fdf65d35bff0e268ae675f703f9b38a8b3f3 Update TinderBox link
#1203 Fixed code syntax within function descriptions
pick 6be9188b1aaf88a20eb1c726d3e368b440ffdd72 Fixed code syntax within funciton descriptions.
#1216 Added logging guide to main guide page.
pick d49732f67f5fbb5b6c3f3220a6c31d0ca57af0d9 Added logging guide to main guide page.
pick c4e55c8f023e7781a019c48e616f93c4363b31f4 Spaces to tabs for consistency
#1233 Audio doc cleanup
pick e8e9e50edef1b3c49dc36460032bb547de4a6996 remove stray code section in audio guide
pick 9bc804418cd337a25adc231cb43d88ae643065ac fix doc for updated function name
There were a couple small tweaks I had to make to resolve conflicts... I think it's what the battling merge commits were trying to do.
docs