diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-03 21:41:40 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-03 21:41:40 +0100 |
commit | ef1b26e69398c3aa3a7657b2cb6a667316e68e23 (patch) | |
tree | 939fa672d119f0ddb12371103753499bb39e4ea3 | |
parent | d220884ee474461af6a9704eb34cd91b0b99ea20 (diff) | |
download | factory-boy-ef1b26e69398c3aa3a7657b2cb6a667316e68e23.tar factory-boy-ef1b26e69398c3aa3a7657b2cb6a667316e68e23.tar.gz |
Improve links in README.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r-- | README | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -14,7 +14,13 @@ Its features include: - Multiple factories per class support, including inheritance - Support for various ORMs (currently Django, Mogo) -The official repository is at http://github.com/rbarrois/factory_boy; the documentation at http://readthedocs.org/docs/factoryboy/. + +Links +----- + +* Documentation: http://factoryboy.readthedocs.org/ +* Official repository: https://github.com/rbarrois/factory_boy +* Package: https://pypi.python.org/pypi/factory_boy/ factory_boy supports Python 2.6 and 2.7 (Python 3 is in the works), and requires only the standard Python library. @@ -22,13 +28,13 @@ factory_boy supports Python 2.6 and 2.7 (Python 3 is in the works), and requires Download -------- -PyPI: http://pypi.python.org/pypi/factory_boy/ +PyPI: https://pypi.python.org/pypi/factory_boy/ .. code-block:: sh $ pip install factory_boy -Source: http://github.com/rbarrois/factory_boy/ +Source: https://github.com/rbarrois/factory_boy/ .. code-block:: sh |