# HG changeset patch # User Oben Sonne # Date 1317837311 -7200 # Wed Oct 05 19:55:11 2011 +0200 # Node ID c91d4222cbacf60646cd0766e80ed87b1506d48a # Parent 3f450fe9813af747e24e1b57ac00806cd2e0f383 docs: typos and wording diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -11,10 +11,9 @@ Markowik is able to convert most Markdown constructs to its Google Code Wiki (GCW) equivalents. Instead of listing all supported conversions here, please -have a look at Markowik's `test suite`_ and its `show case`_. +have a look at Markowik's `test suite show case`__. -.. _`test suite`: http://code.google.com/p/markowik/source/browse#hg%2Fsrc%2Ftests -.. _`show case`: http://code.google.com/p/markowik/w/list?q=label:Test +.. __: http://code.google.com/p/markowik/w/list?q=label:Test .. contents:: :depth: 1 @@ -202,11 +201,11 @@ To contribute to Markowik, fork the project at `Google Code`_, `BitBucket`_, or `GitHub`_. -Every fix or new feature should include one ore more corresponding test cases +Every fix or new feature should include one or more corresponding test cases (check the `existing tests`_ for how tests should look like). Please also `post an issue`_ describing your fix or enhancement. -.. _`existing tests`: `test suite`_ +.. _`existing tests`: http://code.google.com/p/markowik/source/browse#hg%2Fsrc%2Ftests .. _`post an issue`: http://code.google.com/p/markowik/issues Markowik uses `Buildout`_ to easily set up the development environment.