From 20e52d3bebba8ba83bf9a47e9982f0d2a86ddd9d Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Thu, 9 Jun 2011 03:57:30 -0700 Subject: [PATCH] I had some trouble finding the pyramid_formalchemy documentation, because following the FormAlchemy link of this README, I was forwarded to the "About FormAlchemy" page which has no documentation. So one could have thought that FormAlchemy has no documentation. Please also consider moving README.txt to README.rst so that github will be able to render it correctly. --- README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 9139107..117d2d0 100644 --- a/README.txt +++ b/README.txt @@ -1,9 +1,11 @@ This module provide a set of utilities for using FormAlchemy_ with Pyramid -.. _formalchemy: http://docs.formalchemy.org/formalchemy.html +.. _formalchemy: http://docs.formalchemy.org/ Have a look at the `Online demo `_ +or at the `Documentation +`_ Bug and feature request must be reported on the `github tracker `_