* Docs: Add text before config api type information
This makes it more clear what the confval is for without having to read through the type information.
This matches usual sphinx autodoc behavior.
* Only use one space above headings
* Add support for Google Analytics to theme.
This setting has actually existed in the default config since the original version,
but doesn't currently work.
This fixes that and supports GA if it's set.
* Add docs around analytics_id
* Do not conflict with RTD insertion of analytics script
* Remove dupliate analytics_id
* Add analytics_id to the configuration in its new place
* Clean up a lot of copy.
* Reduce usage of internal Sphinx concepts like "toctree"
* Make language clearer
* Fix a few factual inaccuracies
* Remove noisey/placeholder/introduction to a paragraph sort of text,
this just distracts readers.
* Make `confval` domain role to allow for creation of config value field
lists that are linkable and can be referenced. Also include
type/default fields
* Reduce redundancy in heading
* Intersphinx to Sphinx docs
* Use new role to intersphinx to Sphinx confvals
* Add copy on using logo/etc. These are common questions for us for
those not familiar with Sphinx. Link to appropriate docs.
* Docs: correct navigation_depth discription
* Docs: add note about large toctrees
* Docs: Cleanup: use different note markup
Github does not mark the syntax correctly otherwise
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