Dougal Matthews
d734653166
Add Landscape.io to the README
2015-04-04 14:26:23 +01:00
Dougal Matthews
0fc7ea5bc5
Update links to go directly to the organisation GitHub
2015-04-04 14:10:26 +01:00
Dougal Matthews
2e3ffd0c2a
Merge pull request #414 from d0ugal/rtd-italic
...
Remove italic and bold from some code highlighting in the RTD theme
2015-04-04 13:58:27 +01:00
Dougal Matthews
21c5b419f5
Reference the issue in the CSS fix
2015-04-04 13:56:55 +01:00
Dougal Matthews
d199947376
Remove italic and bold from some code highlighting in the RTD theme
...
Inherit the font weight and style to avoid code being made bold by
highlight.js and RTD CSS clashing.
Fixes #411
2015-04-04 13:51:58 +01:00
Dougal Matthews
e60173dcc1
Merge pull request #413 from d0ugal/master
...
Don't overwrite index.md files with `mkdocs new`
2015-04-04 13:38:43 +01:00
Dougal Matthews
a3c4974bc6
Don't overwrite index.md files with mkdocs new
...
Fixes #412
2015-04-04 13:27:16 +01:00
Dougal Matthews
590c56fc33
Add testing Yeti theme
2015-04-03 22:45:51 +01:00
Dougal Matthews
0d42e4a7b5
Add testing Yeti theme
2015-04-03 22:04:42 +01:00
Dougal Matthews
24a564cc84
Merge pull request #409 from AndyA13/fix/issue-341
...
Fixing error when assigning config file
2015-04-03 18:03:09 +01:00
Andrew Aitken
77dc4fcd9d
Fixing error when assigning config file
2015-04-03 18:02:37 +01:00
Dougal Matthews
df65f6e3a0
Merge pull request #408 from AndyA13/fix/issue-295
...
Adding nicer css classes to tables
2015-04-03 17:57:09 +01:00
Andrew Aitken
fdba5c9f10
Adding nicer css classes to tables
...
Added table-striped and table-hover classes to tables
2015-04-03 17:53:23 +01:00
Dougal Matthews
15541701b2
Merge pull request #407 from AndyA13/fix/issue-7-anchor-scroll
...
Fixing the scroll to anchor tags
2015-04-03 17:20:46 +01:00
Andrew Aitken
4d9ad173d9
Fixing the scroll to anchor tags
...
Consistent behaviour on page load and anchor click now.
2015-04-03 17:14:34 +01:00
Dougal Matthews
7ea8592fe7
The YAML samples were incorrectly being highlighted as dffs
...
Use fenced code blocks and specify YAML to correct this.
2015-04-03 15:34:34 +01:00
Dougal Matthews
4a529ee63d
Temporarily fix the contributing guide link
...
Update the link to the contribution guide until DNS settings are updated.
2015-04-03 15:24:23 +01:00
Dougal Matthews
e612faa2bb
Merge pull request #404 from d0ugal/landscape
...
Landscape
2015-04-03 15:20:28 +01:00
Dougal Matthews
4aec86de3d
Merge pull request #403 from d0ugal/contributing
...
Added an initial Contributing guide
2015-04-03 15:14:57 +01:00
Dougal Matthews
0200370ee7
Correct logging calls
2015-04-03 15:12:21 +01:00
Dougal Matthews
d2715b28f0
Define our vendored files
2015-04-03 15:00:48 +01:00
Dougal Matthews
9dc9414b3c
Remove unused nav parameter
2015-04-03 14:53:50 +01:00
Dougal Matthews
bdbf2ce5ed
Added an initial Contributing guide
2015-04-03 14:47:00 +01:00
Dougal Matthews
1edfdabf06
Merge pull request #402 from d0ugal/toc_refactor
...
Refactor the TOC parsing code
2015-04-03 10:00:53 +01:00
Dougal Matthews
b8dc35fa7b
Refactor the TOC parsing code
...
We now use HTMLParser rather than regular expressions which makes it
much smarter about handling tags within the titles themselves.
Fixes #367
2015-04-03 09:51:21 +01:00
Dougal Matthews
74e60382b8
Merge pull request #401 from d0ugal/traceability
...
Add some basic debug logging to show what the build is doing
2015-04-02 23:07:57 +01:00
Dougal Matthews
4cc7a7564c
Merge pull request #400 from d0ugal/rtd-inline-code
...
Wrap inline code samples otherwise they can become partly obscured
2015-04-02 23:07:37 +01:00
Dougal Matthews
b83cdcf10b
Add some basic debug logging to show what the build is doing
...
This can be used with `mkdocs build --verbose`. It doesn't add a ton of
output, but if we get an error it will give us an idea on what page it
happens.
2015-04-02 23:06:54 +01:00
Dougal Matthews
a3152d61ab
Merge pull request #399 from d0ugal/rtd-breadcrumbs
...
Add a test to verify ancestors and add RTD breadcrumbs
2015-04-02 22:36:14 +01:00
Dougal Matthews
6eb5430b7b
Wrap inline code samples otherwise they can become partly obscured
...
Fixes #313
2015-04-02 22:34:10 +01:00
Dougal Matthews
bd491dabf5
Add a test to verify ancestors and add RTD breadcrumbs
...
Fixes #9
2015-04-02 22:21:30 +01:00
Dougal Matthews
9999c25a07
Merge pull request #398 from d0ugal/meta_fix
...
Meta fix
2015-04-02 21:57:22 +01:00
Dougal Matthews
c39d7588c0
Merge pull request #397 from d0ugal/watchdog
...
Only watch directories that exist
2015-04-02 21:33:04 +01:00
Dougal Matthews
9c1f0387c4
Fix issues with empty documents and the Markdown meta extension
...
Fixes #368
2015-04-02 21:32:25 +01:00
Dougal Matthews
4318bc2155
Some minor docs updates
...
- Remvoed a false promise from the home page
- Linked to the mailing list
- Fixed a broken screenshot link
2015-04-02 21:10:09 +01:00
Dougal Matthews
7a3dc15a91
Merge pull request #395 from d0ugal/nav-processing
...
Change the order of the Navigation processing to improve child_titles
2015-04-02 20:56:16 +01:00
Dougal Matthews
0012b3ed19
Merge pull request #394 from d0ugal/move_css
...
Move the inline CSS in ReadTheDocs to the theme_extra file
2015-04-02 20:55:59 +01:00
Dougal Matthews
c0050338f3
Only watch directories that exist
...
Fixes #373
2015-04-02 20:49:39 +01:00
Dougal Matthews
73bd963be9
Change the order of the Navigation processing to improve child_titles
...
The current code was incorrectly processing titles for pages when an
explicit title was provided but the path to the file was nested in a
directory.
Fixes #392
2015-04-02 20:25:54 +01:00
Dougal Matthews
af2b776961
Move the inline CSS in ReadTheDocs to the theme_extra file
...
This keeps all our downstream theme tweaks in once place. Fixes #393
2015-04-02 19:28:54 +01:00
Dougal Matthews
88bb485ee4
Merge pull request #390 from d0ugal/master
...
Don't allow the docs_dir to be witin the site_dir
2015-04-02 09:51:46 +01:00
Dougal Matthews
9efe16bc56
Merge pull request #391 from d0ugal/doc-tweaks
...
Some minor docs updates
2015-04-02 09:42:58 +01:00
Dougal Matthews
724ec03de9
Some minor docs updates
...
- Remvoed a false promise from the home page
- Linked to the mailing list
- Fixed a broken screenshot link
2015-04-02 09:37:37 +01:00
Dougal Matthews
899c044516
Fix coveralls support
2015-04-02 08:56:18 +01:00
Dougal Matthews
9c41a3881d
Don't allow the docs_dir to be witin the site_dir
...
Or, vice versa.
Fixes #384
2015-04-02 08:32:43 +01:00
Dougal Matthews
9b0aa1f872
Merge pull request #389 from d0ugal/test-refactor
...
Refactor tests into multiple Python modules for the key components
2015-04-01 21:10:06 +01:00
Dougal Matthews
c8688ea50c
Refactor tests into multiple Python modules for the key components
2015-04-01 20:26:13 +01:00
Dougal Matthews
70ebb89a84
Merge pull request #387 from d0ugal/highlight-fix
...
Highlight fix
2015-03-31 21:37:52 +01:00
Dougal Matthews
6e12d8113f
Minor Tox tweaks
2015-03-31 21:37:19 +01:00
Dougal Matthews
a9b3669459
Fix problems with code highlighting by standardising across all themes
...
Fixes #322
2015-03-31 21:23:42 +01:00