Dougal Matthews
06724c1c50
Add a git cleanup to the CI runs
2015-06-27 10:40:17 +01:00
Dougal Matthews
8172bcb368
Merge pull request #660 from waylan/638
...
Ensure consistent order of auto-populated pages.
2015-06-27 10:31:18 +01:00
Waylan Limberg
9a667c5337
Ensure consistent ordering of auto-populated pages.
...
Both files and directories should be sorted to ensure consistent ordering of
pages in the menus across builds and systems. Turns out to be a simple fix.
As `os.walk` provides a reference to the list of dirs it uses internally,
we can modify that list in place and it will use the modified list.
While this may not give proper alphanumeric ordering for all languages,
it goes ensure consistent ordering. For more control over ordering,
it is expected that a plugin could be used once that API becomes available.
Fixes #638 .
2015-06-26 20:04:58 -04:00
Dougal Matthews
7f6c1dba8e
Merge pull request #651 from RussellTaylor83/patch-1
...
Update index.md
2015-06-23 22:17:00 +01:00
RussellTaylor83
40dc17e17e
Update index.md
...
Updated documentation, mkdocs help is no longer valid, suggested mkdocs --version instead.
2015-06-23 21:43:10 +01:00
Dougal Matthews
85a8ca97f5
Merge pull request #644 from zmousm/unlimit_search
...
Generate search index entries for all headings, not just H1 and H2
2015-06-22 08:36:26 +01:00
Dougal Matthews
d849677ebb
Merge pull request #647 from waylan/646
...
Ignore autolink email addresses.
2015-06-22 08:27:50 +01:00
Dougal Matthews
a0e3cb1c79
Merge pull request #648 from cazzerson/patch-2
...
Actually link to repo_url in readthedocs theme
2015-06-22 08:26:40 +01:00
Jason Casden
79260a2a42
Actually link to repo_url in readthedocs theme
2015-06-21 19:20:34 -04:00
Zenon Mousmoulas
495b8ea078
jeez (at flake8)
2015-06-22 01:35:30 +03:00
Zenon Mousmoulas
1c5d881932
Unbreak tests for expanded search index
2015-06-22 01:04:15 +03:00
Waylan Limberg
07918b5c1e
A cleaner fix for escaped emails.
2015-06-21 16:22:18 -04:00
Waylan Limberg
c59570c8c7
Ignore autolink email addresses.
...
Markdown encodes autolink email addresses as per the rules. However,
urlparse does not properly parse the encoded scheme. Fixes #646 .
2015-06-20 23:02:17 -04:00
Zenon Mousmoulas
7d852d02d4
Generate search index entries for all headings, rather than just H1 and H2 (a
...
hardcoded limit).
2015-06-19 18:42:41 +03:00
Dougal Matthews
9cf5a99dba
Merge pull request #637 from ProfYaffle/patch-1
...
cli.py: Fix typo.
2015-06-16 17:29:01 +01:00
Ian
622405bd6a
cli.py: Fix typo.
2015-06-16 16:22:00 +01:00
Dougal Matthews
9386b3ff96
Merge pull request #636 from d0ugal/site_meta
...
Add site_author and site_description to the ReadTheDocs theme
2015-06-16 13:08:48 +01:00
Dougal Matthews
e16f9384ea
Add site_author and site_description to the ReadTheDocs theme
...
Fixes #631
2015-06-16 09:24:26 +01:00
Dougal Matthews
fef19dbfe0
Merge pull request #634 from ocefpaf/fix_typo
...
Fix typo.
2015-06-15 23:20:08 +01:00
Dougal Matthews
a6ed6641f1
Merge pull request #633 from Ohcanep/docs
...
Update deploying-your-docs.md
2015-06-15 22:25:35 +01:00
ocefpaf
277c5397a5
Fix typo.
2015-06-15 17:41:25 -03:00
Harri Berglund
b33f6e6d64
Update deploying-your-docs.md
...
Fix some typos.
[ci skip]
2015-06-15 22:09:09 +03:00
Dougal Matthews
9acf37f034
Merge pull request #629 from d0ugal/rm-six
...
Remove six imports and test against oldest allows requirement versions
2015-06-13 10:49:15 +01:00
Dougal Matthews
32d48c5057
Remove six imports and test against oldest allows requirement versions
2015-06-13 09:45:11 +01:00
Dougal Matthews
7e9cdc7955
Added release notes for 48c0752
2015-06-12 15:59:23 +01:00
Dougal Matthews
74e5966de2
Open up for 0.15.0
2015-06-12 15:57:03 +01:00
Dougal Matthews
48c07524b1
Merge pull request #628 from d0ugal/absolute-md-links
...
Absolute md links
2015-06-12 15:55:58 +01:00
Dougal Matthews
77216f4c7e
Revert to manually defining the Pages so we can order them
2015-06-12 13:08:49 +01:00
Dougal Matthews
3f89332156
Link to the Markdown, not the built output location
...
This means the links will work in GitHub etc.
2015-06-11 09:59:56 +01:00
Dougal Matthews
8287679730
Fix problems using absolute links to markdown files
...
Make sure they are correctly changed to link to the output HTML files.
This means that we can have links in the markdown that work outside of
MkDocs
2015-06-11 09:57:14 +01:00
Dougal Matthews
40e7bb02bb
Merge pull request #622 from d0ugal/release
...
Bump version
0.14.0
2015-06-09 10:36:38 +01:00
Dougal Matthews
4c44abc80a
Merge pull request #621 from d0ugal/release-notes
...
Done some quick editing to tidy the release notes.
2015-06-09 10:08:13 +01:00
Dougal Matthews
d4e87c3b6a
Bump version
2015-06-09 10:07:48 +01:00
Dougal Matthews
a3dfa6af3a
Done some quick editing to tidy the release notes.
2015-06-09 08:41:19 +01:00
Dougal Matthews
d6af4efa12
Merge pull request #618 from d0ugal/master
...
Don't populate extra_templates by default
2015-06-09 08:08:02 +01:00
Dougal Matthews
dfc14183aa
Don't populate extra_templates be default
...
This is causing a number of users issues. So, this will now be a opt-in
feature only.
Fixes #616
2015-06-08 16:19:11 +01:00
Dougal Matthews
9dfd679638
Merge pull request #615 from d0ugal/master
...
Don't use Travis for deploying
2015-06-08 15:07:09 +01:00
Dougal Matthews
804dcde682
Remove Travis Deploy
...
We can re-enable this when https://github.com/travis-ci/dpl/issues/253
lands.
2015-06-08 11:27:53 +01:00
Dougal Matthews
6a8efa580d
Return the release helper
...
We transitioned to Travis for deploying to PyPI but this only creates a
wheel for Python 2.7. So for now, we will do the manual releases again.
This reverts commit 38fc746954 .
2015-06-08 11:27:53 +01:00
Dougal Matthews
169e091bd8
Merge pull request #613 from d0ugal/master
...
Enable maximum line length check at 119 characters
2015-06-08 11:26:16 +01:00
Dougal Matthews
2c1d166279
Merge pull request #612 from zmousm/master
...
Handle (pass-through) character and entity references in TOC parser
2015-06-08 09:37:59 +01:00
Dougal Matthews
d5c0fbb5ce
Enable maximum line length check at 119 characters
2015-06-08 09:22:43 +01:00
Zenon Mousmoulas
0a152cf17e
Add a note about mkdocs.toc.TOCParser handle_entityref() and handle_charref()
...
in release notes.
2015-06-08 05:15:58 +03:00
Zenon Mousmoulas
9379ce6865
A test for TOCParser handle_entityref
2015-06-08 05:14:08 +03:00
Zenon Mousmoulas
10e0798dd2
Handle (pass-through) character and entity references in TOC parser
2015-06-08 05:14:08 +03:00
Dougal Matthews
bfabc9147b
Merge pull request #611 from d0ugal/master
...
Document `extra_templates`
2015-06-07 15:47:16 +01:00
Dougal Matthews
867d9bc529
Document extra_templates
...
Fixes #609
2015-06-07 15:18:14 +01:00
Dougal Matthews
d80474ac0c
Merge pull request #604 from d0ugal/gh-deploy
...
Remove ghp-import dependency and update gh-deploy
2015-06-07 12:15:43 +01:00
Dougal Matthews
dfe073a66c
Add Python 3.3 and flake8 back in
2015-06-07 09:53:24 +01:00
Dougal Matthews
74cd20d7c5
Add initial unit tests for the ghp-import code
2015-06-07 09:34:04 +01:00