From 8f1b051b465dca03e0232d48e50321e7689e63ce Mon Sep 17 00:00:00 2001 From: David Medina Date: Sat, 28 Apr 2012 23:36:00 +0200 Subject: New install environment to prod and dev Also fix some docs --- docs/git_data.rst | 9 +++++++-- docs/installation.rst | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/git_data.rst b/docs/git_data.rst index 549420b..9045841 100644 --- a/docs/git_data.rst +++ b/docs/git_data.rst @@ -26,7 +26,7 @@ GitData .. attribute:: commits - :ref:`Commits service` + :ref:`Gitdata commits service` .. attribute:: references @@ -50,7 +50,7 @@ Blobs :members: -.. _Commits service: +.. _Gitdata commits service: Commits ------- @@ -84,3 +84,8 @@ Trees .. autoclass:: pygithub3.services.git_data.Trees :members: + +.. _github commits doc: http://developer.github.com/v3/git/commits +.. _github refs doc: http://developer.github.com/v3/git/refs +.. _github tags doc: http://developer.github.com/v3/git/tags +.. _github trees doc: http://developer.github.com/v3/git/trees diff --git a/docs/installation.rst b/docs/installation.rst index 6eccc95..0601a7e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -22,8 +22,8 @@ If you install ``pygithub3`` with ``pip`` all is done. This is the best option. Optional ......... -The test suite uses `nose`_, `mock`_, and `unittest2`_. Compiling the -documentation requires `sphinx`_. +The test suite uses `nose`_, `mock`_, and `unittest2`_ (python 2.6). Compiling +the documentation requires `sphinx`_. Install all of these by running ``pip install -r test_requirements.txt``. Then just run ``nosetests`` to run the tests. -- cgit v1.2.3-59-g8ed1b