* Create CODE_OF_CONDUCT.md
* Point to the RTD code of conduct
* Docs: Add intersphinx
* Docs: add link to our code of conduct
* Add missing sphinx link
Fixes#557#523
* Remove old conf file setup
* Split changelog to its ownfile
* Remove changelog from readme
* Update introduction sentence
* Fix wording of intro
* Remove readme table of contents
* Move links to there sections
* Remove config
* Create configuring.rst
* Remove todo
* Remove installing docs from readme
* Create installing.rst
* Remove contributing section from readme
* Create contributing.rst
* Include basic info in readme
The rest gets pointed to our actual docs
* Add new files to toctree
* Fix configuring options title
* Set logo_only to True
Also, remove documentation of theme options. We have actual docs for this.
* Include readme on index page
* Use sass var for content max width
* Add new theme vars
* Use own media screen
* Update patch with the ability to chnage the side bar width and content width
There is still a bug were the centent width fills the full screen.
This will have to be fixed before merging.
* Use javascript instead
* Run grunt build
* Remove the ability to set sidebar width
* Revert "Remove the ability to set sidebar width"
This reverts commit 3ad5b5b99a.
* Revert "Run grunt build"
This reverts commit f3f9ff9dc1.
* Revert "Use javascript instead"
This reverts commit 630b50fd61.
* Revert "Update patch with the ability to chnage the side bar width and content width"
This reverts commit f928c3350a.
* Move badges below title
* typekit_id is a string
* Fix some text uninententionally bold
* More accurately describe install
* Proper italics instead of non-working underline
* MD style inline code to rst style
* hidden is a :property:
* Add issue template
* Move contributing docs into there own file
* Delete CONTRIBUTING.md
* Address Review
- Style the code block with `rst`
- Add python version
* Remove wyrm_addons/pygments/
* Use own sass for codeblocks
* Fix styling of code blocks
* Set line height for all
* Revert back to normal line height
* Group css rules to keep them in sync
* Run Grunt
Also fix some errors from recent docs rename
* Upgade grunt contrib sass to 1.0.0
Fixes the following warning:
```
DEPRECATION WARNING: Passing --sourcemap without a value is deprecated.
Sourcemaps are now generated by default, so this flag has no effect.
```
* Revert change to gitignore
* Watch readme file