Commit Graph

175 Commits

Author SHA1 Message Date
Dougal Matthews
09253e9cac Bump version to 0.15.2 2016-02-08 09:08:31 +00:00
Dougal Matthews
e904b103ed Add note to release notes 2016-02-05 12:23:47 +00:00
Prayag Verma
cc1f81e9de Minor typo
Remove extra `the`
2016-02-01 01:52:19 +05:30
Dougal Matthews
8a37ba8296 Update release notes 2016-01-30 08:27:52 +00:00
Dougal Matthews
a59ade70ec Bump version to 0.15.0 2016-01-21 09:48:48 +00:00
Waylan Limberg
ffbad6685b Update release notes 2016-01-14 20:22:04 -05:00
daurnimator
e91104f8a6 docs/index.md: doc_dir default is "docs" not "doc" 2016-01-08 13:31:11 +11:00
Waylan Limberg
0aa6e56536 Document the --help flag.
As of 40dc17e17e, any mention of the `--help` flag had been removed from
the documentation. A breif summary has been added here. However, the output
of `--help` has not been included as that can change in the future and
updating the docs every time a option is updated become unnesecarily
duplicative (as the command line is self-documenting). This fixes #767.
2015-11-30 17:31:40 -05:00
Waylan Limberg
c84cb0ce03 More docs cleanup for Markdown linter 2015-08-13 10:18:35 -04:00
Waylan Limberg
bd33c4b76b Corrected lint errors in Markdown docs.
Also added README.md and CONTRIBUTING.md to the linter.

Note, that I am still getting one failer (in two locations). However
I consider that failer a bug in the linter and have reported it
upstream. We could disable that Rule (MD031), but as we are not
requiring the lint rules to pass presently, I just left it alone.

Also, while the code linter is set to allow lines 119 chars long,
I am using the Markdown linter's default of 80. Prose is easier to
read with shorter line lenghts, so I think it makes more sense to
use the default. Also, changing the default would have required
adding a config file. Adding a Ruby file for only one minor setting
seems silly, so I left it alone.
2015-08-13 10:18:34 -04:00
Bruno Oliveira
ab89b36f54 minor typo: filies -> files 2015-08-06 22:42:40 -03:00
Dougal Matthews
567bee1cbf Add a note about including HTML files again 2015-07-25 15:08:02 +01:00
Dougal Matthews
a28dff0bcc Add the Page ancestors fix to the release notes 2015-07-25 15:02:05 +01:00
Dougal Matthews
fdce51d070 Add a note to the release notes for the TOC fix 2015-07-25 14:51:21 +01:00
Dougal Matthews
0c465a81d0 Change the deadline for Python 2.6 Removal
I was being a bit over eager.
2015-07-01 20:58:42 +01:00
Dougal Matthews
857ef4b3cf Start the deprecation of Python 2.6 support
See #165
2015-06-28 22:11:29 +01:00
Dougal Matthews
3c13f2a70f Add examples demonstrating the extra config options 2015-06-28 10:27:01 +01:00
Dougal Matthews
43c64ab766 Add a comment about using the mkdocs-basic theme 2015-06-27 23:05:20 +01:00
Dougal Matthews
463075c5da Remove an outdated remark in the documentation 2015-06-27 23:04:58 +01:00
Dougal Matthews
764b24be22 Added theme packaging to the release notes 2015-06-27 11:03:43 +01:00
Dougal Matthews
44fc6d9230 Added docuementation for packaging themes 2015-06-27 11:03:30 +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
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
e16f9384ea Add site_author and site_description to the ReadTheDocs theme
Fixes #631
2015-06-16 09:24:26 +01:00
Harri Berglund
b33f6e6d64 Update deploying-your-docs.md
Fix some typos.

[ci skip]
2015-06-15 22:09:09 +03:00
Dougal Matthews
7e9cdc7955 Added release notes for 48c0752 2015-06-12 15:59:23 +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
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
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
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
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
Sam Hatfield
4948ef9a3a Updated documentation on pages configuration.
It now better reflects the new pages configuration format. The pages section
in `configuration.md` was also reduced to a summary, with most of the
details now in `writing-your-docs.md`. Also fixed a few typos.
2015-06-06 23:20:53 +01:00
Dougal Matthews
eecd83b998 Refactor gh-deploy and remove ghp-import requirement
This change modifies ghp-import to be a library and uses it instead of
calling the package with subprocess.

Fixes #598
Fixes #547
2015-06-06 10:17:26 +01:00
Dougal Matthews
ca5d6f918f Enable gh-deploy to work if the mkdocs.yml is not in the repo root
Fixes #578
2015-06-06 10:17:26 +01:00
Dougal Matthews
87a96bda51 Cover the metadata extension in the custom theme area
Closes #188
2015-06-06 08:50:33 +01:00
Dougal Matthews
3f01159a8f Merge pull request #600 from samhatfield/master
Cleaned up socket.error stack trace for mkdocs serve.
2015-06-06 08:17:14 +01:00
Dougal Matthews
f00ca8982b Merge pull request #602 from trel/patch-4
remove more lorem ipsum
2015-06-06 07:16:28 +01:00
Terrell Russell
bbe7ec8b23 remove more lorem ipsum
additional cruft...
2015-06-05 20:25:01 -04:00
Terrell Russell
d5743c0e29 remove lorem ipsum
requested in #599
2015-06-05 20:23:18 -04:00
Sam Hatfield
dedcd6d179 Updated release notes
According to 2032e6beeb.
2015-06-05 19:07:11 +01:00
Dougal Matthews
0130a90f2b Fixed links in the contributing page 2015-06-05 08:36:08 +01:00
Isaac
91b3b0f5f6 Improve clarity of yaml loading function for maintenance
-Reorganize the yaml loading function to make it more clear what is
happening.
-Comment more to to make explicitly clear what is happening.
-Remove unnecessary 'pass'
-Make a note that 'finally' should be removed when the root of the issue
is cleared up.
-Update release notes with info on change.
2015-06-04 15:12:41 -06:00
Sam Hatfield
92cc5557da Updated release notes according to 8cf56b397b 2015-06-04 12:10:31 +01:00
Dougal Matthews
85f1765ef0 Merge pull request #584 from jetm/master
Add copyright footer for readthedocs theme
2015-06-04 11:54:26 +01:00
Dougal Matthews
3e72675567 Merge pull request #585 from waylan/nosix
Removed six dependency.
2015-06-04 10:13:39 +01:00
Dougal Matthews
53fb2cffb8 Fixed link 2015-06-04 10:11:54 +01:00
Ankur Dedania
94527677ba Update deploying-your-docs.md
Fix url
2015-06-03 18:52:10 -05:00
Waylan Limberg
975b216c79 Removed six dependency. 2015-06-03 11:26:12 -04:00