Skip to content

Commit caa961a

Browse files
committed
Fix README file.
1 parent 854f517 commit caa961a

2 files changed

Lines changed: 65 additions & 65 deletions

File tree

README.txt

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FormEncode
22
==========
33

4-
54
Introduction
65
------------
76

@@ -10,70 +9,8 @@ validation can be used separately from the form generation. The
109
validation works on compound data structures, with all parts being
1110
nestable. It is separate from HTTP or any other input mechanism.
1211

13-
`Ian Bicking`_ is the author of FormEncode.
14-
15-
.. _Ian Bicking: http://ianbicking.org
16-
17-
18-
What's New
19-
----------
20-
21-
.. toctree::
22-
:maxdepth: 1
23-
24-
whatsnew-1.2.5
25-
whatsnew-0-to-1.2.4
26-
2712

2813
Documentation
2914
-------------
3015

31-
.. toctree::
32-
:maxdepth: 1
33-
34-
Validator
35-
htmlfill
36-
ToDo
37-
Design
38-
history
39-
i18n
40-
modules
41-
42-
43-
Other Links
44-
-----------
45-
46-
.. toctree::
47-
:maxdepth: 1
48-
49-
community
50-
download
51-
52-
53-
Indices and Search
54-
------------------
55-
56-
* :ref:`genindex`
57-
* :ref:`modindex`
58-
* :ref:`search`
59-
60-
61-
Project Hosting
62-
---------------
63-
64-
.. image:: _static/sourceforge.png
65-
:align: left
66-
:height: 40
67-
:width: 150
68-
:alt: Hosted by SourceForge
69-
70-
.. image:: _static/bitbucket.png
71-
:align: left
72-
:height: 40
73-
:width: 127
74-
:alt: Hosted by Bitbucket
75-
76-
.. image:: _static/github.png
77-
:height: 40
78-
:width: 90
79-
:alt: Hosted by GitHub
16+
The latest documentation is available at http://www.formencode.org/

docs/index.txt

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FormEncode
22
==========
33

4+
45
Introduction
56
------------
67

@@ -9,8 +10,70 @@ validation can be used separately from the form generation. The
910
validation works on compound data structures, with all parts being
1011
nestable. It is separate from HTTP or any other input mechanism.
1112

13+
`Ian Bicking`_ is the author of FormEncode.
14+
15+
.. _Ian Bicking: http://ianbicking.org
16+
17+
18+
What's New
19+
----------
20+
21+
.. toctree::
22+
:maxdepth: 1
23+
24+
whatsnew-1.2.5
25+
whatsnew-0-to-1.2.4
26+
1227

1328
Documentation
1429
-------------
1530

16-
The latest documentation is available at http://www.formencode.org/
31+
.. toctree::
32+
:maxdepth: 1
33+
34+
Validator
35+
htmlfill
36+
ToDo
37+
Design
38+
history
39+
i18n
40+
modules
41+
42+
43+
Other Links
44+
-----------
45+
46+
.. toctree::
47+
:maxdepth: 1
48+
49+
community
50+
download
51+
52+
53+
Indices and Search
54+
------------------
55+
56+
* :ref:`genindex`
57+
* :ref:`modindex`
58+
* :ref:`search`
59+
60+
61+
Project Hosting
62+
---------------
63+
64+
.. image:: _static/sourceforge.png
65+
:align: left
66+
:height: 40
67+
:width: 150
68+
:alt: Hosted by SourceForge
69+
70+
.. image:: _static/bitbucket.png
71+
:align: left
72+
:height: 40
73+
:width: 127
74+
:alt: Hosted by Bitbucket
75+
76+
.. image:: _static/github.png
77+
:height: 40
78+
:width: 90
79+
:alt: Hosted by GitHub

0 commit comments

Comments
 (0)