Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd4f2f6a

Browse files
committed
Final update, version 0.7 released.
1 parenta4d5f1b commitd4f2f6a

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
aimg {border: none}
32-
a:link,a:visited {color:#f60}
33-
#bda:link,#bda:visited {color:#f60;text-decoration:underline}
34-
#bd#sidebara:link,#bd#sidebara:visited {color:#333;text-decoration:none}
32+
a:link,a:visited {color:#800000}
33+
#bda:link,#bda:visited {color:#800000;text-decoration:underline}
34+
#bd#sidebara:link,#bd#sidebara:visited {color:#8B4513;text-decoration:none}
3535
a:hover {color:#000}
3636
#bda:hover {background-color:#FF9955;color:black;text-decoration:none}
3737
#bd#sidebara:hover {color:#FF9955;background:none}
@@ -41,7 +41,7 @@ a.reference em { color: #FF9955;font-style:normal;font-weight:bold;}
4141
/*** sidebar ***/
4242
#sidebardiv.sphinxsidebarwrapper {font-size:92%;margin-right:14px}
4343
#sidebarh3,#sidebarh4 {color:#487858;font-size:125%}
44-
#sidebara {color:#487858}
44+
#sidebara {color:#8B4513}
4545
#sidebarulul {margin-top:0;margin-bottom:0}
4646
#sidebarli {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
<liclass="toctree-l1"><aclass="reference internal"href="techniques.html">Techniques</a><ul>
130-
<liclass="toctree-l2"><aclass="reference internal"href="generic_message.html">Generic message</a></li>
131130
<liclass="toctree-l2"><aclass="reference internal"href="tag_metafunctions.html">Tag metafunctions</a></li>
132131
<liclass="toctree-l2"><aclass="reference internal"href="directives.html">Directives</a></li>
133132
<liclass="toctree-l2"><aclass="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 aboutcustomizing 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
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
2626
<linkrel="up"title="Techniques"href="techniques.html"/>
2727
<linkrel="next"title="Directives"href="directives.html"/>
28-
<linkrel="prev"title="Generic message"href="generic_message.html"/>
28+
<linkrel="prev"title="Techniques"href="techniques.html"/>
2929
</head>
3030
<body>
3131

@@ -34,7 +34,7 @@
3434
<divid="hd">
3535
<h1><ahref="index.html">cpp-netlib v0.7 documentation</a></h1>
3636
<divclass="nav">
37-
&laquo;<ahref="generic_message.html"title="Generic message">previous</a>
37+
&laquo;<ahref="techniques.html"title="Techniques">previous</a>
3838
|
3939
<ahref="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:<ahref="generic_message.html">Generic message</a></li>
221+
<li>Prev:<ahref="techniques.html">Techniques</a></li>
222222

223223

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

264264
<divid="ft">
265265
<divclass="nav">
266-
&laquo;<ahref="generic_message.html"title="Generic message">previous</a>
266+
&laquo;<ahref="techniques.html"title="Techniques">previous</a>
267267
|
268268
<ahref="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
<scripttype="text/javascript"src="_static/underscore.js"></script>
2424
<scripttype="text/javascript"src="_static/doctools.js"></script>
2525
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
26-
<linkrel="next"title="Generic message"href="generic_message.html"/>
26+
<linkrel="next"title="Tag metafunctions"href="tag_metafunctions.html"/>
2727
<linkrel="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
<atitle="cpp-netlib v0.7 documentation"href="index.html"accesskey="U">up</a>
3939
|
40-
<ahref="generic_message.html"title="Generic message">next</a> &raquo;</div>
40+
<ahref="tag_metafunctions.html"title="Tag metafunctions">next</a> &raquo;</div>
4141
</div>
4242

4343
<divid="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
<divclass="toctree-wrapper compound">
5353
<ul>
54-
<liclass="toctree-l1"><aclass="reference internal"href="generic_message.html">Generic message</a></li>
5554
<liclass="toctree-l1"><aclass="reference internal"href="tag_metafunctions.html">Tag metafunctions</a></li>
5655
<liclass="toctree-l1"><aclass="reference internal"href="directives.html">Directives</a></li>
5756
<liclass="toctree-l1"><aclass="reference internal"href="polymorphism.html">Static and dynamic polymorphism</a></li>
@@ -75,7 +74,7 @@ <h3>Browse</h3>
7574
<li>Prev:<ahref="http.html">HTTP implementation</a></li>
7675

7776

78-
<li>Next:<ahref="generic_message.html">Generic message</a></li>
77+
<li>Next:<ahref="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
<atitle="cpp-netlib v0.7 documentation"href="index.html"accesskey="U">up</a>
121120
|
122-
<ahref="generic_message.html"title="Generic message">next</a> &raquo;</div>
121+
<ahref="tag_metafunctions.html"title="Tag metafunctions">next</a> &raquo;</div>
123122
</div>
124123
</div>
125124

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp