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

Changeset 842

Show
Ignore:
Timestamp:
11/27/05 03:19:56
Author:
lawouach
Message:

Fixed missing titles in examples and figures

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/cherrypy-2.1.0/docs/book/xml/buildingblog.xml

    r516 r842  
    237237        <para>Now we can define both methods as follow.</para> 
    238238        <example> 
     239                <title>Basic exposed methods of our Blog</title> 
    239240          <programlisting> 
    240241 <co id="index"/> 
     
    303304        <para>We will define two more exposed methods to our <code>Blog</code> class.</para> 
    304305        <example> 
     306                <title>Some exposed callable</title> 
    305307          <programlisting linenumbering="numbered"> 
    306308 <co id="comment"/> 
     
    336338          settings we need and finally start the server.</para> 
    337339        <example> 
     340                <title>Setting up the CherryPy published objects tree</title> 
    338341          <programlisting linenumbering="numbered"> 
    339342<co id="tree"/> 
     
    373376          module:</para> 
    374377        <example> 
     378                <title>The blog backend</title> 
    375379          <programlisting linenumbering="numbered"> 
    376380          import shelve 
  • tags/cherrypy-2.1.0/docs/book/xml/sessions.xml

    r742 r842  
    2020    sessions:</para> 
    2121    <example> 
     22            <title>Basic example of session usage</title> 
    2223      <programlisting> 
    2324            import cherrypy 

Hosted by WebFaction

Log in as guest/cpguest to create tickets