Skip to content

Commit d4f2f6a

Browse files
committed
Final update, version 0.7 released.
1 parent a4d5f1b commit d4f2f6a

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

_sources/techniques.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ aims. This chapter describes some of those techniques.
77
.. toctree::
88
:maxdepth: 1
99

10-
generic_message.rst
1110
tag_metafunctions.rst
1211
directives.rst
1312
polymorphism.rst

_static/cpp-netlib.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ pre {
2727

2828

2929
/*** links ***/
30-
a {text-decoration: none}
30+
a {text-decoration: none; font-weight: bold}
3131
a img {border: none}
32-
a:link, a:visited { color:#f60}
33-
#bd a:link, #bd a:visited { color:#f60; text-decoration:underline}
34-
#bd #sidebar a:link, #bd #sidebar a:visited { color:#333; text-decoration:none}
32+
a:link, a:visited { color:#800000}
33+
#bd a:link, #bd a:visited { color:#800000; text-decoration:underline}
34+
#bd #sidebar a:link, #bd #sidebar a:visited { color:#8B4513; text-decoration:none}
3535
a:hover { color:#000}
3636
#bd a:hover { background-color:#FF9955; color:black; text-decoration:none}
3737
#bd #sidebar a:hover { color:#FF9955; background:none}
@@ -41,7 +41,7 @@ a.reference em { color: #FF9955;font-style:normal;font-weight:bold;}
4141
/*** sidebar ***/
4242
#sidebar div.sphinxsidebarwrapper { font-size:92%; margin-right: 14px}
4343
#sidebar h3, #sidebar h4 { color: #487858; font-size: 125%}
44-
#sidebar a { color: #487858}
44+
#sidebar a { color: #8B4513}
4545
#sidebar ul ul { margin-top:0; margin-bottom:0}
4646
#sidebar li { margin-top: 0.2em; margin-bottom: 0.2em}
4747

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ <h2>Contents<a class="headerlink" href="#contents" title="Permalink to this head
127127
</ul>
128128
</li>
129129
<li class="toctree-l1"><a class="reference internal" href="techniques.html">Techniques</a><ul>
130-
<li class="toctree-l2"><a class="reference internal" href="generic_message.html">Generic message</a></li>
131130
<li class="toctree-l2"><a class="reference internal" href="tag_metafunctions.html">Tag metafunctions</a></li>
132131
<li class="toctree-l2"><a class="reference internal" href="directives.html">Directives</a></li>
133132
<li class="toctree-l2"><a class="reference internal" href="polymorphism.html">Static and dynamic polymorphism</a></li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tag_metafunctions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<link rel="top" title="cpp-netlib v0.7 documentation" href="index.html" />
2626
<link rel="up" title="Techniques" href="techniques.html" />
2727
<link rel="next" title="Directives" href="directives.html" />
28-
<link rel="prev" title="Generic message" href="generic_message.html" />
28+
<link rel="prev" title="Techniques" href="techniques.html" />
2929
</head>
3030
<body>
3131

@@ -34,7 +34,7 @@
3434
<div id="hd">
3535
<h1><a href="index.html">cpp-netlib v0.7 documentation</a></h1>
3636
<div class="nav">
37-
&laquo; <a href="generic_message.html" title="Generic message">previous</a>
37+
&laquo; <a href="techniques.html" title="Techniques">previous</a>
3838
|
3939
<a href="techniques.html" title="Techniques" accesskey="U">up</a>
4040
|
@@ -218,7 +218,7 @@ <h3><a href="index.html">Table Of Contents</a></h3>
218218
<h3>Browse</h3>
219219
<ul>
220220

221-
<li>Prev: <a href="generic_message.html">Generic message</a></li>
221+
<li>Prev: <a href="techniques.html">Techniques</a></li>
222222

223223

224224
<li>Next: <a href="directives.html">Directives</a></li>
@@ -263,7 +263,7 @@ <h3>Quick search</h3>
263263

264264
<div id="ft">
265265
<div class="nav">
266-
&laquo; <a href="generic_message.html" title="Generic message">previous</a>
266+
&laquo; <a href="techniques.html" title="Techniques">previous</a>
267267
|
268268
<a href="techniques.html" title="Techniques" accesskey="U">up</a>
269269
|

techniques.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
2525
<link rel="top" title="cpp-netlib v0.7 documentation" href="index.html" />
26-
<link rel="next" title="Generic message" href="generic_message.html" />
26+
<link rel="next" title="Tag metafunctions" href="tag_metafunctions.html" />
2727
<link rel="prev" title="HTTP implementation" href="http.html" />
2828
</head>
2929
<body>
@@ -37,7 +37,7 @@ <h1><a href="index.html">cpp-netlib v0.7 documentation</a></h1>
3737
|
3838
<a title="cpp-netlib v0.7 documentation" href="index.html" accesskey="U">up</a>
3939
|
40-
<a href="generic_message.html" title="Generic message">next</a> &raquo;</div>
40+
<a href="tag_metafunctions.html" title="Tag metafunctions">next</a> &raquo;</div>
4141
</div>
4242

4343
<div id="bd">
@@ -51,7 +51,6 @@ <h1>Techniques<a class="headerlink" href="#techniques" title="Permalink to this
5151
aims. This chapter describes some of those techniques.</p>
5252
<div class="toctree-wrapper compound">
5353
<ul>
54-
<li class="toctree-l1"><a class="reference internal" href="generic_message.html">Generic message</a></li>
5554
<li class="toctree-l1"><a class="reference internal" href="tag_metafunctions.html">Tag metafunctions</a></li>
5655
<li class="toctree-l1"><a class="reference internal" href="directives.html">Directives</a></li>
5756
<li class="toctree-l1"><a class="reference internal" href="polymorphism.html">Static and dynamic polymorphism</a></li>
@@ -75,7 +74,7 @@ <h3>Browse</h3>
7574
<li>Prev: <a href="http.html">HTTP implementation</a></li>
7675

7776

78-
<li>Next: <a href="generic_message.html">Generic message</a></li>
77+
<li>Next: <a href="tag_metafunctions.html">Tag metafunctions</a></li>
7978

8079
</ul>
8180
<h3>You are here:</h3>
@@ -119,7 +118,7 @@ <h3>Quick search</h3>
119118
|
120119
<a title="cpp-netlib v0.7 documentation" href="index.html" accesskey="U">up</a>
121120
|
122-
<a href="generic_message.html" title="Generic message">next</a> &raquo;</div>
121+
<a href="tag_metafunctions.html" title="Tag metafunctions">next</a> &raquo;</div>
123122
</div>
124123
</div>
125124

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy