Skip to content

Commit b362d64

Browse files
committed
Updated docs.
1 parent 541f5b8 commit b362d64

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+866
-2017
lines changed

directives.html

Lines changed: 22 additions & 31 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; cpp-netlib v0.7 documentation</title>
9-
<link rel="stylesheet" href="static/default.css" type="text/css" />
9+
<link rel="stylesheet" href="static/sphinxdoc.css" type="text/css" />
1010
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
@@ -40,7 +40,22 @@ <h3>Navigation</h3>
4040
<li><a href="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
4141
<li><a href="techniques.html" accesskey="U">Techniques</a> &raquo;</li>
4242
</ul>
43-
</div>
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>
58+
</div>
4459

4560
<div class="document">
4661
<div class="documentwrapper">
@@ -95,6 +110,10 @@ <h1>Directives<a class="headerlink" href="#directives" title="Permalink to this
95110
<span class="p">}</span>
96111
</pre></div>
97112
</div>
113+
<div class="admonition-todo admonition " id="todo-26">
114+
<p class="first admonition-title">Todo</p>
115+
<p class="last">An example using a directive.</p>
116+
</div>
98117
<p>The rationale for implementing directives include the following:</p>
99118
<blockquote>
100119
<ul class="simple">
@@ -132,34 +151,6 @@ <h1>Directives<a class="headerlink" href="#directives" title="Permalink to this
132151
</div>
133152
</div>
134153
</div>
135-
<div class="sphinxsidebar">
136-
<div class="sphinxsidebarwrapper">
137-
<h4>Previous topic</h4>
138-
<p class="topless"><a href="tag_metafunctions.html"
139-
title="previous chapter">Tag metafunctions</a></p>
140-
<h4>Next topic</h4>
141-
<p class="topless"><a href="polymorphism.html"
142-
title="next chapter">Static and dynamic polymorphism</a></p>
143-
<h3>This Page</h3>
144-
<ul class="this-page-menu">
145-
<li><a href="sources/directives.txt"
146-
rel="nofollow">Show Source</a></li>
147-
</ul>
148-
<div id="searchbox" style="display: none">
149-
<h3>Quick search</h3>
150-
<form class="search" action="search.html" method="get">
151-
<input type="text" name="q" size="18" />
152-
<input type="submit" value="Go" />
153-
<input type="hidden" name="check_keywords" value="yes" />
154-
<input type="hidden" name="area" value="default" />
155-
</form>
156-
<p class="searchtip" style="font-size: 90%">
157-
Enter search terms or a module, class or function name.
158-
</p>
159-
</div>
160-
<script type="text/javascript">$('#searchbox').show(0);</script>
161-
</div>
162-
</div>
163154
<div class="clearer"></div>
164155
</div>
165156
<div class="related">
@@ -179,7 +170,7 @@ <h3>Navigation</h3>
179170
</ul>
180171
</div>
181172
<div class="footer">
182-
&copy; Copyright 2010, Glyn Matthews.
173+
&copy; Copyright 2008-2010, Glyn Matthews, Dean Michael Berris.
183174
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.5.
184175
</div>
185176
</body>

examples.html

Lines changed: 22 additions & 31 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; cpp-netlib v0.7 documentation</title>
9-
<link rel="stylesheet" href="static/default.css" type="text/css" />
9+
<link rel="stylesheet" href="static/sphinxdoc.css" type="text/css" />
1010
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
@@ -38,7 +38,22 @@ <h3>Navigation</h3>
3838
accesskey="P">previous</a> |</li>
3939
<li><a href="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
4040
</ul>
41-
</div>
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>
56+
</div>
4257

4358
<div class="document">
4459
<div class="documentwrapper">
@@ -52,6 +67,10 @@ <h1>Examples<a class="headerlink" href="#examples" title="Permalink to this head
5267
common networking protocols. The following set of examples describe a
5368
series of realistic examples that use the <tt class="xref docutils literal"><span class="pre">cpp-netlib</span></tt> for these
5469
kinds of application.</p>
70+
<div class="admonition-todo admonition " id="todo-27">
71+
<p class="first admonition-title">Todo</p>
72+
<p class="last">Make the examples more accessible.</p>
73+
</div>
5574
<ul>
5675
<li class="toctree-l1"><a class="reference external" href="examples_http.html">HTTP examples</a><ul>
5776
<li class="toctree-l2"><a class="reference external" href="http_client.html">HTTP client</a></li>
@@ -70,34 +89,6 @@ <h1>Examples<a class="headerlink" href="#examples" title="Permalink to this head
7089
</div>
7190
</div>
7291
</div>
73-
<div class="sphinxsidebar">
74-
<div class="sphinxsidebarwrapper">
75-
<h4>Previous topic</h4>
76-
<p class="topless"><a href="getting_started.html"
77-
title="previous chapter">Getting started</a></p>
78-
<h4>Next topic</h4>
79-
<p class="topless"><a href="examples_http.html"
80-
title="next chapter">HTTP examples</a></p>
81-
<h3>This Page</h3>
82-
<ul class="this-page-menu">
83-
<li><a href="sources/examples.txt"
84-
rel="nofollow">Show Source</a></li>
85-
</ul>
86-
<div id="searchbox" style="display: none">
87-
<h3>Quick search</h3>
88-
<form class="search" action="search.html" method="get">
89-
<input type="text" name="q" size="18" />
90-
<input type="submit" value="Go" />
91-
<input type="hidden" name="check_keywords" value="yes" />
92-
<input type="hidden" name="area" value="default" />
93-
</form>
94-
<p class="searchtip" style="font-size: 90%">
95-
Enter search terms or a module, class or function name.
96-
</p>
97-
</div>
98-
<script type="text/javascript">$('#searchbox').show(0);</script>
99-
</div>
100-
</div>
10192
<div class="clearer"></div>
10293
</div>
10394
<div class="related">
@@ -116,7 +107,7 @@ <h3>Navigation</h3>
116107
</ul>
117108
</div>
118109
<div class="footer">
119-
&copy; Copyright 2010, Glyn Matthews.
110+
&copy; Copyright 2008-2010, Glyn Matthews, Dean Michael Berris.
120111
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.5.
121112
</div>
122113
</body>

examples_http.html

Lines changed: 18 additions & 31 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>HTTP examples &mdash; cpp-netlib v0.7 documentation</title>
9-
<link rel="stylesheet" href="static/default.css" type="text/css" />
9+
<link rel="stylesheet" href="static/sphinxdoc.css" type="text/css" />
1010
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
@@ -40,7 +40,22 @@ <h3>Navigation</h3>
4040
<li><a href="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
4141
<li><a href="examples.html" accesskey="U">Examples</a> &raquo;</li>
4242
</ul>
43-
</div>
43+
</div>
44+
<div class="sphinxsidebar">
45+
<div class="sphinxsidebarwrapper">
46+
<h4>Previous topic</h4>
47+
<p class="topless"><a href="examples.html"
48+
title="previous chapter">Examples</a></p>
49+
<h4>Next topic</h4>
50+
<p class="topless"><a href="http_client.html"
51+
title="next chapter">HTTP client</a></p>
52+
<h3>This Page</h3>
53+
<ul class="this-page-menu">
54+
<li><a href="sources/examples_http.txt"
55+
rel="nofollow">Show Source</a></li>
56+
</ul>
57+
</div>
58+
</div>
4459

4560
<div class="document">
4661
<div class="documentwrapper">
@@ -63,34 +78,6 @@ <h1>HTTP examples<a class="headerlink" href="#http-examples" title="Permalink to
6378
</div>
6479
</div>
6580
</div>
66-
<div class="sphinxsidebar">
67-
<div class="sphinxsidebarwrapper">
68-
<h4>Previous topic</h4>
69-
<p class="topless"><a href="examples.html"
70-
title="previous chapter">Examples</a></p>
71-
<h4>Next topic</h4>
72-
<p class="topless"><a href="http_client.html"
73-
title="next chapter">HTTP client</a></p>
74-
<h3>This Page</h3>
75-
<ul class="this-page-menu">
76-
<li><a href="sources/examples_http.txt"
77-
rel="nofollow">Show Source</a></li>
78-
</ul>
79-
<div id="searchbox" style="display: none">
80-
<h3>Quick search</h3>
81-
<form class="search" action="search.html" method="get">
82-
<input type="text" name="q" size="18" />
83-
<input type="submit" value="Go" />
84-
<input type="hidden" name="check_keywords" value="yes" />
85-
<input type="hidden" name="area" value="default" />
86-
</form>
87-
<p class="searchtip" style="font-size: 90%">
88-
Enter search terms or a module, class or function name.
89-
</p>
90-
</div>
91-
<script type="text/javascript">$('#searchbox').show(0);</script>
92-
</div>
93-
</div>
9481
<div class="clearer"></div>
9582
</div>
9683
<div class="related">
@@ -110,7 +97,7 @@ <h3>Navigation</h3>
11097
</ul>
11198
</div>
11299
<div class="footer">
113-
&copy; Copyright 2010, Glyn Matthews.
100+
&copy; Copyright 2008-2010, Glyn Matthews, Dean Michael Berris.
114101
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.5.
115102
</div>
116103
</body>

examples_xmpp.html

Lines changed: 22 additions & 31 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>XMPP examples &mdash; cpp-netlib v0.7 documentation</title>
9-
<link rel="stylesheet" href="static/default.css" type="text/css" />
9+
<link rel="stylesheet" href="static/sphinxdoc.css" type="text/css" />
1010
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
1111
<script type="text/javascript">
1212
var DOCUMENTATION_OPTIONS = {
@@ -40,7 +40,22 @@ <h3>Navigation</h3>
4040
<li><a href="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
4141
<li><a href="examples.html" accesskey="U">Examples</a> &raquo;</li>
4242
</ul>
43-
</div>
43+
</div>
44+
<div class="sphinxsidebar">
45+
<div class="sphinxsidebarwrapper">
46+
<h4>Previous topic</h4>
47+
<p class="topless"><a href="hello_world_client.html"
48+
title="previous chapter">&#8220;Hello world&#8221; HTTP client</a></p>
49+
<h4>Next topic</h4>
50+
<p class="topless"><a href="xmpp_client.html"
51+
title="next chapter">XMPP client</a></p>
52+
<h3>This Page</h3>
53+
<ul class="this-page-menu">
54+
<li><a href="sources/examples_xmpp.txt"
55+
rel="nofollow">Show Source</a></li>
56+
</ul>
57+
</div>
58+
</div>
4459

4560
<div class="document">
4661
<div class="documentwrapper">
@@ -49,6 +64,10 @@ <h3>Navigation</h3>
4964

5065
<div class="section" id="xmpp-examples">
5166
<h1>XMPP examples<a class="headerlink" href="#xmpp-examples" title="Permalink to this headline"></a></h1>
67+
<div class="admonition-todo admonition " id="todo-28">
68+
<p class="first admonition-title">Todo</p>
69+
<p class="last">Give more details about the examples.</p>
70+
</div>
5271
<ul>
5372
<li class="toctree-l1"><a class="reference external" href="xmpp_client.html">XMPP client</a></li>
5473
</ul>
@@ -58,34 +77,6 @@ <h1>XMPP examples<a class="headerlink" href="#xmpp-examples" title="Permalink to
5877
</div>
5978
</div>
6079
</div>
61-
<div class="sphinxsidebar">
62-
<div class="sphinxsidebarwrapper">
63-
<h4>Previous topic</h4>
64-
<p class="topless"><a href="hello_world_client.html"
65-
title="previous chapter">&#8220;Hello world&#8221; HTTP client</a></p>
66-
<h4>Next topic</h4>
67-
<p class="topless"><a href="xmpp_client.html"
68-
title="next chapter">XMPP client</a></p>
69-
<h3>This Page</h3>
70-
<ul class="this-page-menu">
71-
<li><a href="sources/examples_xmpp.txt"
72-
rel="nofollow">Show Source</a></li>
73-
</ul>
74-
<div id="searchbox" style="display: none">
75-
<h3>Quick search</h3>
76-
<form class="search" action="search.html" method="get">
77-
<input type="text" name="q" size="18" />
78-
<input type="submit" value="Go" />
79-
<input type="hidden" name="check_keywords" value="yes" />
80-
<input type="hidden" name="area" value="default" />
81-
</form>
82-
<p class="searchtip" style="font-size: 90%">
83-
Enter search terms or a module, class or function name.
84-
</p>
85-
</div>
86-
<script type="text/javascript">$('#searchbox').show(0);</script>
87-
</div>
88-
</div>
8980
<div class="clearer"></div>
9081
</div>
9182
<div class="related">
@@ -105,7 +96,7 @@ <h3>Navigation</h3>
10596
</ul>
10697
</div>
10798
<div class="footer">
108-
&copy; Copyright 2010, Glyn Matthews.
99+
&copy; Copyright 2008-2010, Glyn Matthews, Dean Michael Berris.
109100
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.5.
110101
</div>
111102
</body>

0 commit comments

Comments
 (0)