Skip to content

Commit 0e67d71

Browse files
committed
Updated style.
1 parent f627318 commit 0e67d71

32 files changed

+2144
-1570
lines changed

directives.html

Lines changed: 87 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

88
<title>Directives &mdash; The C++ Network Library v0.7 documentation</title>
9-
<link rel="stylesheet" href="static/sphinxdoc.css" type="text/css" />
9+
<link rel="stylesheet" href="static/cpp-netlib.css" type="text/css" />
1010
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
@@ -25,55 +25,29 @@
2525
<link rel="prev" title="Tag metafunctions" href="tag_metafunctions.html" />
2626
</head>
2727
<body>
28-
<div class="related">
29-
<h3>Navigation</h3>
30-
<ul>
31-
<li class="right" style="margin-right: 10px">
32-
<a href="genindex.html" title="General Index"
33-
accesskey="I">index</a></li>
34-
<li class="right" >
35-
<a href="polymorphism.html" title="Static and dynamic polymorphism"
36-
accesskey="N">next</a> |</li>
37-
<li class="right" >
38-
<a href="tag_metafunctions.html" title="Tag metafunctions"
39-
accesskey="P">previous</a> |</li>
40-
<li><a href="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
41-
<li><a href="techniques.html" accesskey="U">Techniques</a> &raquo;</li>
42-
</ul>
43-
</div>
44-
<div class="sphinxsidebar">
45-
<div class="sphinxsidebarwrapper">
46-
<h4>Previous topic</h4>
47-
<p class="topless"><a href="tag_metafunctions.html"
48-
title="previous chapter">Tag metafunctions</a></p>
49-
<h4>Next topic</h4>
50-
<p class="topless"><a href="polymorphism.html"
51-
title="next chapter">Static and dynamic polymorphism</a></p>
52-
<h3>This Page</h3>
53-
<ul class="this-page-menu">
54-
<li><a href="sources/directives.txt"
55-
rel="nofollow">Show Source</a></li>
56-
</ul>
57-
<div id="searchbox" style="display: none">
58-
<h3>Quick search</h3>
59-
<form class="search" action="search.html" method="get">
60-
<input type="text" name="q" size="18" />
61-
<input type="submit" value="Go" />
62-
<input type="hidden" name="check_keywords" value="yes" />
63-
<input type="hidden" name="area" value="default" />
64-
</form>
65-
<p class="searchtip" style="font-size: 90%">
66-
Enter search terms or a module, class or function name.
67-
</p>
68-
</div>
69-
<script type="text/javascript">$('#searchbox').show(0);</script>
70-
</div>
71-
</div>
7228

7329
<div class="document">
74-
<div class="documentwrapper">
75-
<div class="bodywrapper">
76-
<div class="body">
30+
<div id="custom-doc" class="yui-t6">
31+
<div id="hd">
32+
<h1><a href="index.html">The C++ Network Library v0.7 documentation</a></h1>
33+
<div id="global-nav">
34+
<a title="Home page" href="index.html">Home</a> |
35+
<a title="Table of contents" href="contents.html">Table of contents</a> |
36+
<a title="Global index" href="genindex.html">Index</a> |
37+
<a title="Module index" href="modindex.html">Modules</a>
38+
</div>
39+
<div class="nav">
40+
&laquo; <a href="tag_metafunctions.html" title="Tag metafunctions">previous</a>
41+
|
42+
<a href="techniques.html" title="Techniques" accesskey="U">up</a>
43+
|
44+
<a href="polymorphism.html" title="Static and dynamic polymorphism">next</a> &raquo;</div>
45+
</div>
46+
47+
<div id="bd">
48+
<div id="yui-main">
49+
<div class="yui-b">
50+
<div class="yui-g" id="directives">
7751

7852
<div class="section" id="directives">
7953
<h1>Directives<a class="headerlink" href="#directives" title="Permalink to this headline"></a></h1>
@@ -164,27 +138,73 @@ <h1>Directives<a class="headerlink" href="#directives" title="Permalink to this
164138
</div>
165139
</div>
166140
</div>
167-
<div class="clearer"></div>
141+
142+
143+
<div class="yui-b" id="sidebar">
144+
145+
<div class="sphinxsidebar">
146+
<div class="sphinxsidebarwrapper">
147+
<h3>Browse</h3>
148+
<ul>
149+
150+
<li>Prev: <a href="tag_metafunctions.html">Tag metafunctions</a></li>
151+
152+
153+
<li>Next: <a href="polymorphism.html">Static and dynamic polymorphism</a></li>
154+
155+
</ul>
156+
<h3>You are here:</h3>
157+
<ul>
158+
<li>
159+
<a href="index.html">The C++ Network Library v0.7 documentation</a>
160+
161+
<ul><li><a href="techniques.html">Techniques</a>
162+
163+
<ul><li>Directives</li></ul>
164+
</li></ul>
165+
</li>
166+
</ul>
167+
168+
<h3>This Page</h3>
169+
<ul class="this-page-menu">
170+
<li><a href="sources/directives.txt"
171+
rel="nofollow">Show Source</a></li>
172+
</ul>
173+
<div id="searchbox" style="display: none">
174+
<h3>Quick search</h3>
175+
<form class="search" action="search.html" method="get">
176+
<input type="text" name="q" size="18" />
177+
<input type="submit" value="Go" />
178+
<input type="hidden" name="check_keywords" value="yes" />
179+
<input type="hidden" name="area" value="default" />
180+
</form>
181+
<p class="searchtip" style="font-size: 90%">
182+
Enter search terms or a module, class or function name.
183+
</p>
184+
</div>
185+
<script type="text/javascript">$('#searchbox').show(0);</script>
186+
</div>
187+
</div>
188+
</div>
189+
190+
168191
</div>
169-
<div class="related">
170-
<h3>Navigation</h3>
171-
<ul>
172-
<li class="right" style="margin-right: 10px">
173-
<a href="genindex.html" title="General Index"
174-
>index</a></li>
175-
<li class="right" >
176-
<a href="polymorphism.html" title="Static and dynamic polymorphism"
177-
>next</a> |</li>
178-
<li class="right" >
179-
<a href="tag_metafunctions.html" title="Tag metafunctions"
180-
>previous</a> |</li>
181-
<li><a href="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
182-
<li><a href="techniques.html" >Techniques</a> &raquo;</li>
183-
</ul>
192+
193+
<div id="ft">
194+
<div class="nav">
195+
&laquo; <a href="tag_metafunctions.html" title="Tag metafunctions">previous</a>
196+
|
197+
<a href="techniques.html" title="Techniques" accesskey="U">up</a>
198+
|
199+
<a href="polymorphism.html" title="Static and dynamic polymorphism">next</a> &raquo;</div>
184200
</div>
185-
<div class="footer">
186-
&copy; Copyright 2008-2010, Glyn Matthews, Dean Michael Berris.
187-
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.5.
201+
</div>
202+
203+
<div class="clearer"></div>
188204
</div>
205+
<div class="footer">
206+
documentation automatically generated by <a href="http://sphinx.pocoo.org">Sphinx</a> | style mostly stolen from <a href="http://lettuce.it">lettuce.it</a>
207+
</div>
208+
189209
</body>
190210
</html>

examples.html

Lines changed: 85 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

88
<title>Examples &mdash; The C++ Network Library v0.7 documentation</title>
9-
<link rel="stylesheet" href="static/sphinxdoc.css" type="text/css" />
9+
<link rel="stylesheet" href="static/cpp-netlib.css" type="text/css" />
1010
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
@@ -24,54 +24,29 @@
2424
<link rel="prev" title="Getting started" href="getting_started.html" />
2525
</head>
2626
<body>
27-
<div class="related">
28-
<h3>Navigation</h3>
29-
<ul>
30-
<li class="right" style="margin-right: 10px">
31-
<a href="genindex.html" title="General Index"
32-
accesskey="I">index</a></li>
33-
<li class="right" >
34-
<a href="examples_http.html" title="HTTP examples"
35-
accesskey="N">next</a> |</li>
36-
<li class="right" >
37-
<a href="getting_started.html" title="Getting started"
38-
accesskey="P">previous</a> |</li>
39-
<li><a href="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
40-
</ul>
41-
</div>
42-
<div class="sphinxsidebar">
43-
<div class="sphinxsidebarwrapper">
44-
<h4>Previous topic</h4>
45-
<p class="topless"><a href="getting_started.html"
46-
title="previous chapter">Getting started</a></p>
47-
<h4>Next topic</h4>
48-
<p class="topless"><a href="examples_http.html"
49-
title="next chapter">HTTP examples</a></p>
50-
<h3>This Page</h3>
51-
<ul class="this-page-menu">
52-
<li><a href="sources/examples.txt"
53-
rel="nofollow">Show Source</a></li>
54-
</ul>
55-
<div id="searchbox" style="display: none">
56-
<h3>Quick search</h3>
57-
<form class="search" action="search.html" method="get">
58-
<input type="text" name="q" size="18" />
59-
<input type="submit" value="Go" />
60-
<input type="hidden" name="check_keywords" value="yes" />
61-
<input type="hidden" name="area" value="default" />
62-
</form>
63-
<p class="searchtip" style="font-size: 90%">
64-
Enter search terms or a module, class or function name.
65-
</p>
66-
</div>
67-
<script type="text/javascript">$('#searchbox').show(0);</script>
68-
</div>
69-
</div>
7027

7128
<div class="document">
72-
<div class="documentwrapper">
73-
<div class="bodywrapper">
74-
<div class="body">
29+
<div id="custom-doc" class="yui-t6">
30+
<div id="hd">
31+
<h1><a href="index.html">The C++ Network Library v0.7 documentation</a></h1>
32+
<div id="global-nav">
33+
<a title="Home page" href="index.html">Home</a> |
34+
<a title="Table of contents" href="contents.html">Table of contents</a> |
35+
<a title="Global index" href="genindex.html">Index</a> |
36+
<a title="Module index" href="modindex.html">Modules</a>
37+
</div>
38+
<div class="nav">
39+
&laquo; <a href="getting_started.html" title="Getting started">previous</a>
40+
|
41+
<a title="The C++ Network Library v0.7 documentation" href="index.html" accesskey="U">up</a>
42+
|
43+
<a href="examples_http.html" title="HTTP examples">next</a> &raquo;</div>
44+
</div>
45+
46+
<div id="bd">
47+
<div id="yui-main">
48+
<div class="yui-b">
49+
<div class="yui-g" id="examples">
7550

7651
<div class="section" id="examples">
7752
<h1>Examples<a class="headerlink" href="#examples" title="Permalink to this headline"></a></h1>
@@ -98,26 +73,71 @@ <h1>Examples<a class="headerlink" href="#examples" title="Permalink to this head
9873
</div>
9974
</div>
10075
</div>
101-
<div class="clearer"></div>
76+
77+
78+
<div class="yui-b" id="sidebar">
79+
80+
<div class="sphinxsidebar">
81+
<div class="sphinxsidebarwrapper">
82+
<h3>Browse</h3>
83+
<ul>
84+
85+
<li>Prev: <a href="getting_started.html">Getting started</a></li>
86+
87+
88+
<li>Next: <a href="examples_http.html">HTTP examples</a></li>
89+
90+
</ul>
91+
<h3>You are here:</h3>
92+
<ul>
93+
<li>
94+
<a href="index.html">The C++ Network Library v0.7 documentation</a>
95+
96+
<ul><li>Examples</li></ul>
97+
98+
</li>
99+
</ul>
100+
101+
<h3>This Page</h3>
102+
<ul class="this-page-menu">
103+
<li><a href="sources/examples.txt"
104+
rel="nofollow">Show Source</a></li>
105+
</ul>
106+
<div id="searchbox" style="display: none">
107+
<h3>Quick search</h3>
108+
<form class="search" action="search.html" method="get">
109+
<input type="text" name="q" size="18" />
110+
<input type="submit" value="Go" />
111+
<input type="hidden" name="check_keywords" value="yes" />
112+
<input type="hidden" name="area" value="default" />
113+
</form>
114+
<p class="searchtip" style="font-size: 90%">
115+
Enter search terms or a module, class or function name.
116+
</p>
117+
</div>
118+
<script type="text/javascript">$('#searchbox').show(0);</script>
119+
</div>
120+
</div>
121+
</div>
122+
123+
102124
</div>
103-
<div class="related">
104-
<h3>Navigation</h3>
105-
<ul>
106-
<li class="right" style="margin-right: 10px">
107-
<a href="genindex.html" title="General Index"
108-
>index</a></li>
109-
<li class="right" >
110-
<a href="examples_http.html" title="HTTP examples"
111-
>next</a> |</li>
112-
<li class="right" >
113-
<a href="getting_started.html" title="Getting started"
114-
>previous</a> |</li>
115-
<li><a href="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
116-
</ul>
125+
126+
<div id="ft">
127+
<div class="nav">
128+
&laquo; <a href="getting_started.html" title="Getting started">previous</a>
129+
|
130+
<a title="The C++ Network Library v0.7 documentation" href="index.html" accesskey="U">up</a>
131+
|
132+
<a href="examples_http.html" title="HTTP examples">next</a> &raquo;</div>
117133
</div>
118-
<div class="footer">
119-
&copy; Copyright 2008-2010, Glyn Matthews, Dean Michael Berris.
120-
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.5.
134+
</div>
135+
136+
<div class="clearer"></div>
121137
</div>
138+
<div class="footer">
139+
documentation automatically generated by <a href="http://sphinx.pocoo.org">Sphinx</a> | style mostly stolen from <a href="http://lettuce.it">lettuce.it</a>
140+
</div>
141+
122142
</body>
123143
</html>

0 commit comments

Comments
 (0)