summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2012-04-15 11:06:33 +0200
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2012-04-15 11:07:14 +0200
commit767537ae3f9f17ba87d0c762e642c24afe3b247b (patch)
tree70cfdee9ce0804986373a282267e032137f96636
parentb2f9330ddfb66cfbdc45277cfc0e9584d5815143 (diff)
downloadfactory-boy-767537ae3f9f17ba87d0c762e642c24afe3b247b.tar
factory-boy-767537ae3f9f17ba87d0c762e642c24afe3b247b.tar.gz
Add link to documentation on first page.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index aa64a1f..754881e 100644
--- a/README
+++ b/README
@@ -4,6 +4,7 @@ factory_boy
factory_boy is a fixtures replacement based on thoughtbot's `factory_girl <http://github.com/thoughtbot/factory_girl>`_ . Like factory_girl it has a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute dicts, and stubbed objects), and support for multiple factories for the same class, including factory inheritance. Django support is included, and support for other ORMs can be easily added.
The official repository is at http://github.com/rbarrois/factory_boy.
+The documentation is at http://readthedocs.org/factoryboy.
Credits
-------
@@ -28,7 +29,6 @@ Source::
# Download the source and run
python setup.py install
-
Defining factories
------------------