diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/about/contributing/index.html b/about/contributing/index.html index 1b772ade..c205f7f7 100644 --- a/about/contributing/index.html +++ b/about/contributing/index.html @@ -207,26 +207,26 @@ traceback.

MkDocs you can do so with the following command. This can be useful if you want to provide feedback for a new feature or want to confirm if a bug you have encountered is fixed in the git master. It is strongly recommended -that you do this within a virtualenv.

+that you do this within a virtualenv.

pip install https://github.com/mkdocs/mkdocs/archive/master.tar.gz
 

Installing for Development

First you'll need to fork and clone the repository. Once you have a local copy, run the following command. It is strongly recommended that you do -this within a virtualenv.

+this within a virtualenv.

pip install --editable .
 

This will install MkDocs in development mode which binds the mkdocs command to the git repository.

Running the tests

-

To run the tests, it is recommended that you use Tox. This just needs +

To run the tests, it is recommended that you use Tox. This just needs to be pip installed and then the test suite can be ran for MkDocs but running the command tox in the root of your MkDocs repository.

It will attempt to run the tests against all of the Python versions we support. So don't be concerned if you are missing some and they fail. The rest -will be verified by Travis when you submit a pull request.

+will be verified by Travis when you submit a pull request.

Submitting Pull Requests

Once you are happy with your changes or you are ready for some feedback, push it to your fork and send a pull request. For a change to be accepted it will diff --git a/about/release-notes/index.html b/about/release-notes/index.html index 49308366..0fc7fdde 100644 --- a/about/release-notes/index.html +++ b/about/release-notes/index.html @@ -174,6 +174,10 @@

  • Upgrading
  • +
  • Version 0.14.0 (2015-06-09)
  • + +
  • Version 0.13.3 (2015-06-02)
  • +
  • Version 0.13.2 (2015-05-30)
  • Version 0.13.1 (2015-05-27)
  • @@ -205,8 +209,33 @@

    You can determine your currently installed version using mkdocs --version:

    $ mkdocs --version
    -mkdocs, version 0.13.0
    +mkdocs, version 0.14.0
     
    +

    Version 0.14.0 (2015-06-09)

    + +

    Version 0.13.3 (2015-06-02)

    +

    Version 0.13.2 (2015-05-30)