349 Commits

Author SHA1 Message Date
Dougal Matthews
39756d3f07 Version 0.11 0.11 2014-11-18 15:32:18 +00:00
Dougal Matthews
e4107499f0 Merge pull request #228 from d0ugal/0.11.X-release-notes
Prepare for 0.11.0
2014-11-18 15:24:06 +00:00
Dougal Matthews
de7b713352 Fixed a typo. 2014-11-18 15:22:36 +00:00
Dougal Matthews
7c9b105af9 Prepare for 0.11.0
Closes #185
2014-11-18 15:00:48 +00:00
Dougal Matthews
50798e9159 Merge pull request #225 from d0ugal/graphics-for-readthedocs
Theme Fixes for MkDocs and ReadTheDocs themes
2014-11-17 22:26:14 +00:00
Dougal Matthews
559d0f4cea Add explinations for the fixes. This may help us push these upstream. 2014-11-17 15:32:29 +00:00
Dougal Matthews
76e29debe8 Fixed vertical scroll with large project docs
/HT Thanks to @ngzhian for the fix.

Closes #202 #220
2014-11-17 15:25:03 +00:00
Dougal Matthews
f8d8c4bebe Updated the ReadTheDocs theme to the upstream version
We now have an extra css file for including out changes, we shoudn't
ever edit the theme directly. Updating to the latest version involved
renaming a few font files.
2014-11-17 15:23:31 +00:00
Dougal Matthews
dedde8d030 Merge pull request #226 from d0ugal/master
Strip extra whitespace
2014-11-16 19:38:37 +00:00
Dougal Matthews
1be54f9d87 Strip extra whitespace 2014-11-16 19:37:18 +00:00
Dougal Matthews
fce5fe050c Fixup for mkdocs theme tables 2014-11-16 19:21:44 +00:00
Dougal Matthews
72db8d01f2 Include the highlight.js theme licence in the docs 2014-11-16 12:44:44 +00:00
Dougal Matthews
03a1ab65b9 Improve 736400acec 2014-11-16 12:32:53 +00:00
Dougal Matthews
ee1d0a83c1 Rename github.css and move the HTML links 2014-11-16 12:21:50 +00:00
Dougal Matthews
1951e59660 Rename github.css 2014-11-16 12:04:43 +00:00
Dougal Matthews
508e6722b4 Move CSS to the top, JS to the bottom 2014-11-16 12:02:57 +00:00
Dougal Matthews
f15dd22be8 Move JS init to base.js 2014-11-16 12:02:06 +00:00
Dougal Matthews
65f5cb4732 Remove commented line 2014-11-16 12:01:57 +00:00
Dougal Matthews
477bbd6eb3 Remove IDE specific config. 2014-11-16 12:00:42 +00:00
Mikael Hernrup
9e54084d4d Syntax highlightning for mkdocs theme 2014-11-16 11:51:45 +00:00
Mikael Hernrup
b36ac2f4ab Vendor folder removed and moved into standard structure 2014-11-16 11:51:45 +00:00
Mikael Hernrup
c732c566d1 License added (required) 2014-11-16 11:51:45 +00:00
Mikael Hernrup
4b90c462d1 Git ignore IDE settings 2014-11-16 11:51:45 +00:00
Mikael Hernrup
507abd8e0a changed case sensitive theme 2014-11-16 11:51:45 +00:00
Mikael Hernrup
f39ff7d98e Changed padding for code tag 2014-11-16 11:51:45 +00:00
Mikael Hernrup
151e4cd09d Fixed unset href links in sidebar for readthedocs theme 2014-11-16 11:49:58 +00:00
Mikael Hernrup
c0f38b26f6 Proper styling for lists and tables 2014-11-16 11:16:14 +00:00
Mikael Hernrup
b62009faa6 Proper syntax highlighting implemented
Using highlight.js yelds much better results then google prettyfy. Also
modification for nice pure "code" tags.
2014-11-16 11:16:14 +00:00
Mikael Hernrup
349515f98a Searchbox disabled untill implemented 2014-11-16 11:14:54 +00:00
Dougal Matthews
031ed6c215 Merge pull request #200 from d0ugal/manifest
Add MANIFEST.in file
2014-11-14 09:31:17 +00:00
Dougal Matthews
61b729cd8f Merge pull request #219 from ngzhian/fix216/ga-underscores
Fix: use underscores in google_analytics
2014-11-14 09:30:35 +00:00
Ng Zhi An
7f6a08d536 Fix: use underscores in google_analytics 2014-11-13 23:13:36 -05:00
Dougal Matthews
229f7ee95c Merge pull request #194 from d0ugal/404
Build 404 pages from the theme if they exist
2014-11-11 20:32:35 +00:00
Dougal Matthews
7b070bad56 Minor updates after feedback 2014-11-11 16:38:50 +00:00
Dougal Matthews
1668cf53d9 Add a 404 page to the MkDocs theme.
This change involved breaking up the context generation to create a sub
context that can be used for rendering pages not based on a specific
Markdown file.
2014-11-11 15:30:16 +00:00
Dougal Matthews
da26584a51 Add MANIFEST.in file
The MANIFEST.in file includes all of the files used by the themes we
ship with MkDocs and excludes __pycache__ (py3) and py[co] (py2).

Fixes #196
2014-11-07 12:41:55 +00:00
Tom Christie
bc93aa26a4 Update README.md 2014-11-07 12:41:14 +00:00
Tom Christie
d812829443 Update README.md 2014-11-07 12:41:05 +00:00
Dougal Matthews
fc78eeedd4 Merge pull request #199 from d0ugal/anchor-fix
Fix anchor only links
2014-11-07 12:31:53 +00:00
Dougal Matthews
d50513af66 Make the test name a bit more descriptive 2014-11-07 12:27:04 +00:00
Dougal Matthews
3dc7a6c85b Fix anchor only links
Fixes #197
2014-11-07 12:23:15 +00:00
Dougal Matthews
561d9592c1 Build 404 pages from the theme if they exist 2014-11-06 16:42:51 +00:00
Dougal Matthews
1a1640c89a Merge pull request #189 from ngzhian/section-names-in-rtd
Implement #175: Display section names in RTD
2014-11-06 15:54:19 +00:00
Dougal Matthews
52c61fb99d Merge pull request #190 from ngzhian/optional-syntax-highlight
Fix #183: Don't add classes to code blocks
2014-11-06 15:52:49 +00:00
Dougal Matthews
a789157611 Merge pull request #191 from mvdkleijn/patch-1
Make it easier to recognize as BSD license
2014-11-06 15:31:27 +00:00
Martijn
12227d8f97 Make it easier to recognize as BSD license
People could mistake it as a custom license instead of a generic BSD license, so I thought a tiny clarification might save readers time, effort and mostly pain.
2014-11-03 21:53:25 +01:00
Ng Zhi An
3f456cedee Fix #183: Don't add classes to code blocks
Previously, MkDocs will add classes to the <pre><code> blocks generated
from the md file to allow for the prettify library to work its magic.
This commit moves the translation into base.js under mkdocs, so now the
theme handles the prettify instead of assuming in the build process.
This allows users to use other libraries, such as highlight.js.
2014-11-02 18:17:11 -05:00
Ng Zhi An
2826ee0670 Oops: use default theme 2014-10-31 09:36:32 -04:00
Ng Zhi An
736400acec Implement #175: Display section names in RTD 2014-10-31 09:29:38 -04:00
Dougal Matthews
d66e7fa8dc Merge pull request #186 from d0ugal/win
Under Windows NamedTemporaryFile isn't accessible
2014-10-30 21:50:04 +00:00