Changeset 4633

Show
Ignore:
Timestamp:
05/31/08 09:41:17 (6 months ago)
Author:
mramm
Message:

Updating links to go to main/whatever rather than 2.0/whatever

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/index.rst

    r4574 r4633  
    1515   :maxdepth: 2 
    1616 
    17    2.0/DownloadInstall 
    18    2.0/QuickStart 
    19    2.0/BasicMoves 
    20    2.0/WhatsNew 
     17   main/DownloadInstall 
     18   main/QuickStart 
     19   main/BasicMoves 
     20   main/WhatsNew 
    2121 
    2222Tutorials 
     
    2828   :maxdepth: 1 
    2929 
    30    2.0/Wiki20/wiki20 
    31    2.0/ToscaWidgets/forms 
     30   main/Wiki20/wiki20 
     31   main/ToscaWidgets/forms 
    3232 
    3333What's new 
     
    3737   :maxdepth: 2 
    3838 
    39    2.0/WhatsNew 
     39   main/WhatsNew 
    4040 
    4141General Reference for MVC Components 
     
    4545   :maxdepth: 2 
    4646 
    47    2.0/Controllers 
    48    2.0/Genshi 
    49    2.0/SQLAlchemy 
     47   main/Controllers 
     48   main/Genshi 
     49   main/SQLAlchemy 
    5050 
    5151Validation, Form handling and form widgets 
     
    5555   :maxdepth: 2 
    5656 
    57    2.0/FormBasics 
    58    2.0/Validation 
    59    2.0/ToscaWidgets/forms 
    60    2.0/ToscaWidgets/ToscaWidgets 
     57   main/FormBasics 
     58   main/Validation 
     59   main/ToscaWidgets/forms 
     60   main/ToscaWidgets/ToscaWidgets 
    6161 
    6262 
     
    6767   :maxdepth: 1 
    6868 
    69    2.0/OfflineInstall 
    70    2.0/Deployment 
    71    2.0/Deployment/ModProxy 
    72    2.0/Deployment/modwsgi+virtualenv 
     69   main/OfflineInstall 
     70   main/Deployment 
     71   main/Deployment/ModProxy 
     72   main/Deployment/modwsgi+virtualenv 
    7373 
    7474 
     
    7979   :maxdepth: 1 
    8080 
    81    2.0/ToolBox 
    82    2.0/CommandLine 
    83    2.0/Profile 
     81   main/ToolBox 
     82   main/CommandLine 
     83   main/Profile 
    8484 
    85    2.0/RoughDocs/CreateDatabase 
    86    2.0/RoughDocs/BootStrap 
    87    2.0/ToscaWidgets/Using 
    88    2.0/SimpleWidgetForm 
     85   main/RoughDocs/CreateDatabase 
     86   main/RoughDocs/BootStrap 
     87   main/ToscaWidgets/Using 
     88   main/SimpleWidgetForm 
    8989 
    9090 
     
    9595   :maxdepth: 1 
    9696 
    97    2.0/Caching 
    98    2.0/LogSetup 
    99    2.0/RoughDocs/I18N 
     97   main/Caching 
     98   main/LogSetup 
     99   main/RoughDocs/I18N 
    100100 
    101101 
     
    106106   :maxdepth: 1 
    107107 
    108    2.0/TGandPyAMF 
    109    2.0/RoutesIntegration 
    110    2.0/StaticFile 
     108   main/TGandPyAMF 
     109   main/RoutesIntegration 
     110   main/StaticFile 
    111111 
    112112 
     
    117117   :maxdepth: 1 
    118118 
    119    2.0/TG2Philosophy 
    120    2.0/DevStatus 
    121    2.0/Contributing 
    122    2.0/License 
    123    2.0/TGandPylons 
     119   main/TG2Philosophy 
     120   main/DevStatus 
     121   main/Contributing 
     122   main/License 
     123   main/TGandPylons 
    124124 
    125125Indices and tables 
  • trunk/docs/main/SimpleWidgetForm.rst

    r4575 r4633  
    4040 
    4141.. _pre-built project: attachment:FormsTutorial-2.0.tgz 
    42 .. _20 Minute Wiki tutorial: 2.0/Wiki20/All 
     42.. _20 Minute Wiki tutorial: main/Wiki20/All 
    4343 
    4444If you're not already familiar with the basics of what widgets are, and how they work, you'll probably wan to take a look at `the widgets overview page <WidgetsOverview>`_ 
     
    8282reading at the general `widgets overview`_. 
    8383 
    84 .. _widgets overview: 2.0/WidgetsOverview 
     84.. _widgets overview: main/WidgetsOverview 
    8585 
    8686Defining the form 
     
    242242but we'll take the simple solutions for simple problems approach here. 
    243243 
    244 .. _other ways: 2.0/FormValidationWithSchemas 
     244.. _other ways: main/FormValidationWithSchemas 
    245245 
    246246:: 
     
    340340over details`_, but that's the basic idea. 
    341341 
    342 .. _glossing over details: 2.0/ValidateDecorator 
     342.. _glossing over details: main/ValidateDecorator 
    343343 
    344344If ``@validate()`` does throw an error, the ``error_handler`` method takes 
     
    389389.. note:: The comment feature has been disabled on this page due to heavy spamming. If you want to comment on the contents of this page, if you have questions, or want to report an error, please write to the TurboGears `mailing list`_. 
    390390 
    391 .. _mailing list: 2.0/GettingHelp 
     391.. _mailing list: main/GettingHelp