Changeset 5759

Show
Ignore:
Timestamp:
11/24/08 05:28:38 (2 months ago)
Author:
Gustavo
Message:

Rephrased many parts in the repoze.who docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • docs/2.0/docs/main/Auth/Authentication.rst

    r5750 r5759  
    6767 
    6868 
    69 How it works in TurboGears applications by default 
    70 ================================================== 
     69How it works in TurboGears applications 
     70======================================= 
    7171 
    7272TurboGears itself doesn't deal directly with :mod:`repoze.who`. It's configured 
     
    7474special way so that authorization can work. 
    7575 
    76 You don't have to use :mod:`repoze.who` directly, unless you decide not to use 
    77 it the way TurboGears configures it, except if you need to access data stored 
    78 in the `identity` dict which was explained above. 
     76You don't have to use :mod:`repoze.who` directly either, unless you decide not  
     77to use it the way TurboGears configures it through :mod:`repoze.what`. 
    7978 
    8079 
     
    8584`the repoze.who website <http://static.repoze.org/whodocs/>`_ to check if the 
    8685plugin you're looking for is already available or how to create your own plugins. 
    87 Then you should also check `the repoze.what manual  
    88 <http://static.repoze.org/whatdocs/>`_ to learn how to setup the new settings. 
     86Then you should also check the :mod:`repoze.what` documentation to learn how to  
     87setup the new settings.