Skip to content

Commit

Permalink
links at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gaynor committed Feb 17, 2013
1 parent 6035876 commit ff3b3de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ You'll need to have a few dependencies installed. You can get them with ``pip
install -r requirements.txt``. Finally make sure you have a recent checkout of
`PyPy`_ and have it on your ``PYTHONPATH``.

.. _`PyPy`: https://bitbucket.org/pypy/pypy

To run the tests::

$ py.test
Expand All @@ -28,3 +26,6 @@ This will compile Topaz with a JIT, it'll take 5-10 minutes.
To run Topaz directly on top of Python you can do::

$ python -m topaz /path/to/file.rb


.. _`PyPy`: https://bitbucket.org/pypy/pypy
5 changes: 3 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ must have `Fabric`_ installed. The rubyspec and mspec
repositories have to be checked out next to your topaz repository, the spec
tasks will clone them for you if they aren't already there.

.. _`Fabric`: http://fabfile.org

To just run all specs that should pass::

$ fab specs.run
Expand Down Expand Up @@ -98,3 +96,6 @@ Adding yourself to the authors file

When you submit your first patch, add your name to the ``AUTHORS.rst`` file,
you've earned it!


.. _`Fabric`: http://fabfile.org

0 comments on commit ff3b3de

Please sign in to comment.