Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 2644

Show
Ignore:
Timestamp:
02/24/10 15:01:29
Author:
fumanchu
Message:

Docs: deployguide stubs and cleaner indexes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/sphinx/source/appendix/faq.rst

    r2639 r2644  
    2222 
    2323  * How do I serve multiple domains on one host? 
    24       You can use the virtual host filter as described [wiki:VirtualPathFilter here]
     24      You can use the :class:`cherrypy._cpdispatch.VirtualHost` dispatcher
    2525 
    2626  * Does CherryPy support https? 
    2727      CherryPy has built-in SSL support as of 3.0.0beta. See the `ssl_*` 
    28       properties of :mod:`_cpserver`. 
     28      properties of :mod:`cherrypy._cpserver`. 
    2929 
    3030      Earlier versions do not have built-in SSL support, but Tim Evans has 
     
    5353 
    5454  * Can I perform HTTP based authentication (.htaccess)? 
    55       There are two filters implementing :rfc:`2617`: :doc:`authdigest` and :doc:`authbasic`. 
     55      There are two tools implementing :rfc:`2617`: :doc:`/refman/lib/auth_digest` 
     56      and :doc:`/refman/lib/auth_basic`. 
    5657 
    5758  * What templating systems does CherryPy support?  
  • trunk/sphinx/source/appendix/index.rst

    r2618 r2644  
    22Appendix 
    33******** 
    4  
    5 Contents: 
    64 
    75.. toctree:: 
  • trunk/sphinx/source/deployguide/index.rst

    r2618 r2644  
    22Deployment Guide 
    33**************** 
    4  
    5 Contents: 
    64 
    75.. toctree:: 
  • trunk/sphinx/source/index.rst

    r2617 r2644  
    55********************** 
    66 
     7Introduction 
     8============ 
     9 
    710.. toctree:: 
    811   :maxdepth: 3 
    912 
    1013   intro/index 
     14 
     15Programmer's Guide 
     16================== 
     17 
     18.. toctree:: 
     19   :maxdepth: 3 
     20 
    1121   progguide/index 
     22 
     23Deployment Guide 
     24================ 
     25 
     26.. toctree:: 
     27   :maxdepth: 3 
     28 
    1229   deployguide/index 
     30 
     31Reference Manual 
     32================ 
     33 
     34.. toctree:: 
     35   :maxdepth: 3 
     36 
    1337   refman/index 
     38 
     39Appendix 
     40======== 
     41 
     42.. toctree:: 
     43   :maxdepth: 3 
     44 
    1445   appendix/index 
    1546 
  • trunk/sphinx/source/intro/concepts/index.rst

    r2618 r2644  
    11Concepts 
    2 ============ 
    3  
    4 Contents: 
     2======== 
    53 
    64.. toctree:: 
  • trunk/sphinx/source/intro/index.rst

    r2618 r2644  
    11Introduction 
    22============ 
    3  
    4 Contents: 
    53 
    64.. toctree:: 
  • trunk/sphinx/source/intro/overview.rst

    r2617 r2644  
    1616to be executed when some resource (or URL) is requested by the user. However, 
    1717it is not a templating language, such as PHP. CherryPy can work with several 
    18 templating packages (see :doc:`templates`). But please note that, while useful 
     18templating packages (see :doc:`/progguide/choosingtemplate`). But please note 
     19that, while useful 
    1920to some extent, templating packages are not strictly necessary, and that pure 
    2021Python code can be used to generate the Web pages. 
  • trunk/sphinx/source/progguide/index.rst

    r2618 r2644  
    22Programmer's Guide 
    33****************** 
    4  
    5 Contents: 
    64 
    75.. toctree:: 
  • trunk/sphinx/source/refman/index.rst

    r2641 r2644  
    33**************** 
    44 
    5 Contents: 
    6  
    75.. toctree:: 
    8    :maxdepth: 2 
    96   :glob: 
    107 
  • trunk/sphinx/source/refman/lib/index.rst

    r2641 r2644  
    33************ 
    44 
    5 Contents: 
    6  
    75.. toctree:: 
    8    :maxdepth: 2 
    96   :glob: 
    107 

Hosted by WebFaction

Log in as guest/cpguest to create tickets