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

fixed version information.#658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deanberris merged 1 commit intocpp-netlib:0.12-releasefromRyuaNerin:0.12-release
May 18, 2016
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletionslibs/network/doc/conf.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '0.11'
version = '0.12'
# The full version, including alpha/beta/rc tags.
release = '0.11.2'
release = '0.12.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand DownExpand Up@@ -111,7 +111,7 @@

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
html_title = 'cpp-netlib v0.11.2'
html_title = 'cpp-netlib v0.12.0'

# A shorter title for the navigation bar. Default is the same as html_title.
# html_short_title = 'cpp-netlib'
Expand Down
10 changes: 5 additions & 5 deletionslibs/network/doc/html/contents.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Contents &mdash; cpp-netlib v0.11.2</title>
<title>Contents &mdash; cpp-netlib v0.12.0</title>

<link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.11.2',
VERSION: '0.12.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All@@ -23,7 +23,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="cpp-netlib v0.11.2" href="#" />
<link rel="top" title="cpp-netlib v0.12.0" href="#" />
<link rel="next" title="Getting cpp-netlib" href="index.html" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
Expand All@@ -40,7 +40,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="index.html" title="Getting cpp-netlib"
accesskey="N">next</a></li>
<li class="nav-item nav-item-0"><a href="#">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="#">cpp-netlib v0.12.0</a> &raquo;</li>
</ul>
</div>

Expand DownExpand Up@@ -231,7 +231,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="index.html" title="Getting cpp-netlib"
>next</a></li>
<li class="nav-item nav-item-0"><a href="#">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="#">cpp-netlib v0.12.0</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
10 changes: 5 additions & 5 deletionslibs/network/doc/html/examples.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Examples &mdash; cpp-netlib v0.11.2</title>
<title>Examples &mdash; cpp-netlib v0.12.0</title>

<link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.11.2',
VERSION: '0.12.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All@@ -23,7 +23,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="cpp-netlib v0.11.2" href="contents.html" />
<link rel="top" title="cpp-netlib v0.12.0" href="contents.html" />
<link rel="next" title="HTTP client" href="examples/http/http_client.html" />
<link rel="prev" title="Getting Started" href="getting_started.html" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
Expand All@@ -44,7 +44,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="getting_started.html" title="Getting Started"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
</ul>
</div>

Expand DownExpand Up@@ -124,7 +124,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="getting_started.html" title="Getting Started"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
10 changes: 5 additions & 5 deletionslibs/network/doc/html/examples/http/atom_reader.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Atom feed reader &mdash; cpp-netlib v0.11.2</title>
<title>Atom feed reader &mdash; cpp-netlib v0.12.0</title>

<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '0.11.2',
VERSION: '0.12.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All@@ -23,7 +23,7 @@
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
<link rel="up" title="Examples" href="../../examples.html" />
<link rel="next" title="Twitter search" href="twitter_search.html" />
<link rel="prev" title="“Hello world” HTTP client" href="hello_world_client.html" />
Expand All@@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="hello_world_client.html" title="“Hello world” HTTP client"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
</ul>
</div>
Expand DownExpand Up@@ -169,7 +169,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="hello_world_client.html" title="“Hello world” HTTP client"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
</ul>
</div>
Expand Down
10 changes: 5 additions & 5 deletionslibs/network/doc/html/examples/http/hello_world_client.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>“Hello world” HTTP client &mdash; cpp-netlib v0.11.2</title>
<title>“Hello world” HTTP client &mdash; cpp-netlib v0.12.0</title>

<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '0.11.2',
VERSION: '0.12.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All@@ -23,7 +23,7 @@
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
<link rel="up" title="Examples" href="../../examples.html" />
<link rel="next" title="Atom feed reader" href="atom_reader.html" />
<link rel="prev" title="“Hello world” HTTP server" href="hello_world_server.html" />
Expand All@@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="hello_world_server.html" title="“Hello world” HTTP server"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
</ul>
</div>
Expand DownExpand Up@@ -186,7 +186,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="hello_world_server.html" title="“Hello world” HTTP server"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
</ul>
</div>
Expand Down
10 changes: 5 additions & 5 deletionslibs/network/doc/html/examples/http/hello_world_server.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>“Hello world” HTTP server &mdash; cpp-netlib v0.11.2</title>
<title>“Hello world” HTTP server &mdash; cpp-netlib v0.12.0</title>

<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '0.11.2',
VERSION: '0.12.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All@@ -23,7 +23,7 @@
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
<link rel="up" title="Examples" href="../../examples.html" />
<link rel="next" title="“Hello world” HTTP client" href="hello_world_client.html" />
<link rel="prev" title="Simple wget" href="simple_wget.html" />
Expand All@@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="simple_wget.html" title="Simple wget"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
</ul>
</div>
Expand DownExpand Up@@ -236,7 +236,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="simple_wget.html" title="Simple wget"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
</ul>
</div>
Expand Down
10 changes: 5 additions & 5 deletionslibs/network/doc/html/examples/http/http_client.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>HTTP client &mdash; cpp-netlib v0.11.2</title>
<title>HTTP client &mdash; cpp-netlib v0.12.0</title>

<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '0.11.2',
VERSION: '0.12.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All@@ -23,7 +23,7 @@
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
<link rel="up" title="Examples" href="../../examples.html" />
<link rel="next" title="Simple wget" href="simple_wget.html" />
<link rel="prev" title="Examples" href="../../examples.html" />
Expand All@@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../examples.html" title="Examples"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
</ul>
</div>
Expand DownExpand Up@@ -200,7 +200,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../../examples.html" title="Examples"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
</ul>
</div>
Expand Down
10 changes: 5 additions & 5 deletionslibs/network/doc/html/examples/http/simple_wget.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Simple wget &mdash; cpp-netlib v0.11.2</title>
<title>Simple wget &mdash; cpp-netlib v0.12.0</title>

<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '0.11.2',
VERSION: '0.12.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All@@ -23,7 +23,7 @@
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
<link rel="up" title="Examples" href="../../examples.html" />
<link rel="next" title="“Hello world” HTTP server" href="hello_world_server.html" />
<link rel="prev" title="HTTP client" href="http_client.html" />
Expand All@@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="http_client.html" title="HTTP client"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
</ul>
</div>
Expand DownExpand Up@@ -197,7 +197,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="http_client.html" title="HTTP client"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
</ul>
</div>
Expand Down
10 changes: 5 additions & 5 deletionslibs/network/doc/html/examples/http/twitter_search.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Twitter search &mdash; cpp-netlib v0.11.2</title>
<title>Twitter search &mdash; cpp-netlib v0.12.0</title>

<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '0.11.2',
VERSION: '0.12.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All@@ -23,7 +23,7 @@
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
<link rel="up" title="Examples" href="../../examples.html" />
<link rel="next" title="Reference Manual" href="../../reference.html" />
<link rel="prev" title="Atom feed reader" href="atom_reader.html" />
Expand All@@ -45,7 +45,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="atom_reader.html" title="Atom feed reader"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
</ul>
</div>
Expand DownExpand Up@@ -203,7 +203,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="atom_reader.html" title="Atom feed reader"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
</ul>
</div>
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp