diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2005-11-03 05:43:41 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2005-11-03 05:43:41 +0000 |
| commit | d17f7afa05c47a947bf30eb07ceddce6a7dfd3fc (patch) | |
| tree | c708d49ae25fd7f7431f49f48becfb79f81b3dbb | |
| parent | ae61e82d04d44e326254d0351b516123e5eba291 (diff) | |
| download | sqlalchemy-d17f7afa05c47a947bf30eb07ceddce6a7dfd3fc.tar.gz | |
| -rw-r--r-- | doc/build/components/formatting.myt | 7 | ||||
| -rw-r--r-- | doc/build/content/roadmap.myt | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/build/components/formatting.myt b/doc/build/components/formatting.myt index 173251594..28d45f8eb 100644 --- a/doc/build/components/formatting.myt +++ b/doc/build/components/formatting.myt @@ -321,6 +321,7 @@ javascript:togglePopbox('<% name %>', '<% show %>', '<% hide %>') <div id="<% name %>_div" class="<% class_ %>" style="display:none;"><% m.content().strip() %></div> </%method> + <%method codepopper trim="both"> <%args> link @@ -330,4 +331,8 @@ javascript:togglePopbox('<% name %>', '<% show %>', '<% hide %>') </%init> '''PYESC<& SELF:link, href=href, text=link, class_="codepoplink" &>PYESC''' '''PYESC<&|SELF:popbox, class_="codepop" &><% m.content() %></&>PYESC''' -</%method>
\ No newline at end of file +</%method> + +<%method poppedcode trim="both"> + '''PYESC<div class="codepop" &><% m.content() %></div>PYESC''' +</%method> diff --git a/doc/build/content/roadmap.myt b/doc/build/content/roadmap.myt index 22efb312a..40460b362 100644 --- a/doc/build/content/roadmap.myt +++ b/doc/build/content/roadmap.myt @@ -7,7 +7,7 @@ Start | | - |--- <&formatting.myt:link, path="pooling_establishing" &> + |--- <&formatting.myt:link, path="pooling" &> | | | | | |------ <&formatting.myt:link, path="pooling_configuration" &> |
