Deployed ea5f07b with MkDocs version: 0.15.1

This commit is contained in:
Dougal Matthews
2016-01-30 19:09:25 +00:00
parent d64ba0fa22
commit ec340f269a
16 changed files with 1 additions and 79 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +0,0 @@
{
"content": "<h1 id=\"contributing-to-mkdocs\">Contributing to MkDocs<a class=\"headerlink\" href=\"#contributing-to-mkdocs\" title=\"Permanent link\">\uf0c1</a></h1>\n<p>An introduction to contributing to the MkDocs project.</p>\n<p>The MkDocs project welcomes, and depends, on contributions from developers and\nusers in the open source community. Contributions can be made in a number of\nways, a few examples are:</p>\n<ul>\n<li>Code patches via pull requests</li>\n<li>Documentation improvements</li>\n<li>Bug reports and patch reviews</li>\n</ul>\n<h2 id=\"reporting-an-issue\">Reporting an Issue<a class=\"headerlink\" href=\"#reporting-an-issue\" title=\"Permanent link\">\uf0c1</a></h2>\n<p>Please include as much detail as you can. Let us know your platform and MkDocs\nversion. If the problem is visual (for example a theme or design issue) please\nadd a screenshot and if you get an error please include the the full error and\ntraceback.</p>\n<h2 id=\"testing-the-development-version\">Testing the Development Version<a class=\"headerlink\" href=\"#testing-the-development-version\" title=\"Permanent link\">\uf0c1</a></h2>\n<p>If you want to just install and try out the latest development version of\nMkDocs you can do so with the following command. This can be useful if you\nwant to provide feedback for a new feature or want to confirm if a bug you\nhave encountered is fixed in the git master. It is <strong>strongly</strong> recommended\nthat you do this within a <a href=\"https://virtualenv.pypa.io/en/latest/userguide.html\">virtualenv</a>.</p>\n<pre><code class=\"bash\">pip install https://github.com/mkdocs/mkdocs/archive/master.tar.gz\n</code></pre>\n\n<h2 id=\"installing-for-development\">Installing for Development<a class=\"headerlink\" href=\"#installing-for-development\" title=\"Permanent link\">\uf0c1</a></h2>\n<p>First you'll need to fork and clone the repository. Once you have a local\ncopy, run the following command. It is <strong>strongly</strong> recommended that you do\nthis within a <a href=\"https://virtualenv.pypa.io/en/latest/userguide.html\">virtualenv</a>.</p>\n<pre><code class=\"bash\">pip install --editable .\n</code></pre>\n\n<p>This will install MkDocs in development mode which binds the <code>mkdocs</code> command\nto the git repository.</p>\n<h2 id=\"running-the-tests\">Running the tests<a class=\"headerlink\" href=\"#running-the-tests\" title=\"Permanent link\">\uf0c1</a></h2>\n<p>To run the tests, it is recommended that you use <a href=\"https://tox.readthedocs.org/en/latest/\">Tox</a>. This just needs\nto be pip installed and then the test suite can be ran for MkDocs but running\nthe command <code>tox</code> in the root of your MkDocs repository.</p>\n<p>It will attempt to run the tests against all of the Python versions we\nsupport. So don't be concerned if you are missing some and they fail. The rest\nwill be verified by <a href=\"https://travis-ci.org/repositories\">Travis</a> when you submit a pull request.</p>\n<h2 id=\"submitting-pull-requests\">Submitting Pull Requests<a class=\"headerlink\" href=\"#submitting-pull-requests\" title=\"Permanent link\">\uf0c1</a></h2>\n<p>Once you are happy with your changes or you are ready for some feedback, push\nit to your fork and send a pull request. For a change to be accepted it will\nmost likely need to have tests and documentation if it is a new feature.</p>",
"url": "/about/contributing/",
"language": "en",
"title": "Contributing"
}

View File

@@ -1,6 +0,0 @@
{
"content": "<h1 id=\"license\">License<a class=\"headerlink\" href=\"#license\" title=\"Permanent link\">\uf0c1</a></h1>\n<p>The legal stuff.</p>\n<hr />\n<h2 id=\"included-projects\">Included projects<a class=\"headerlink\" href=\"#included-projects\" title=\"Permanent link\">\uf0c1</a></h2>\n<p>Themes used under license from the Bootstrap, ReadTheDocs, GhostWriter and\nBootswatch projects.</p>\n<ul>\n<li>Bootstrap theme - <a href=\"//github.com/twbs/bootstrap/blob/master/LICENSE\">View license</a>.</li>\n<li>ReadTheDocs theme - <a href=\"//github.com/snide/sphinx_rtd_theme/blob/master/LICENSE\">View license</a>.</li>\n<li>Bootswatch theme - <a href=\"//github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE\">View license</a>.</li>\n<li>Highlight.js GitHub theme - <a href=\"//github.com/isagalaev/highlight.js/blob/master/LICENSE\">View license</a>.</li>\n</ul>\n<p>Many thanks to the authors and contributors of those wonderful projects.</p>\n<h2 id=\"mkdocs-license-bsd\">MkDocs License (BSD)<a class=\"headerlink\" href=\"#mkdocs-license-bsd\" title=\"Permanent link\">\uf0c1</a></h2>\n<p>Copyright \u00a9 2014, Tom Christie. All rights reserved.</p>\n<p>Redistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:</p>\n<p>Redistributions of source code must retain the above copyright notice, this list\nof conditions and the following disclaimer. Redistributions in binary form must\nreproduce the above copyright notice, this list of conditions and the following\ndisclaimer in the documentation and/or other materials provided with the\ndistribution.</p>\n<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>",
"url": "/about/license/",
"language": "en",
"title": "License"
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

@@ -408,5 +408,5 @@ the MkDocs IRC channel <code>#mkdocs</code> on freenode.</p></div>
<!--
MkDocs version : 0.15.1
Build Date UTC : 2016-01-30 18:51:56.944283
Build Date UTC : 2016-01-30 19:09:24.880382
-->

File diff suppressed because one or more lines are too long

View File

@@ -1,24 +0,0 @@
Copyright (c) 2006, Ivan Sagalaev
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of highlight.js nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long