Skip to content

Commit c3858be

Browse files
committed
Restructured documentation.
1 parent d7b4561 commit c3858be

Some content is hidden

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

70 files changed

+2508
-1625
lines changed

.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

_images/boost2.png

13.1 KB
Loading

_images/boost3.png

13.1 KB
Loading

_images/boost4.png

13.1 KB
Loading

_images/boost5.png

13.1 KB
Loading

_images/boost6.png

13.1 KB
Loading

_images/boost7.png

13.1 KB
Loading

_sources/contents.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. _contents:
2+
3+
Contents
4+
--------
5+
6+
.. toctree::
7+
:maxdepth: 3
8+
9+
whats_new.rst
10+
getting_started.rst
11+
examples.rst
12+
in_depth.rst
13+
techniques.rst
14+
history.rst
15+
reference.rst
16+
references.rst

_sources/examples.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _examples:
2+
13
Examples
24
========
35

@@ -7,8 +9,4 @@ common networking protocols. The following set of examples describe a
79
series of realistic examples that use the :mod:`cpp-netlib` for these
810
kinds of application. All examples are built using CMake.
911

10-
.. toctree::
11-
:maxdepth: 2
12-
13-
examples_http.rst
14-
12+
.. include:: examples_http.rst

_sources/atom_reader.txt renamed to _sources/examples/http/atom_reader.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
.. _atom_reader:
22

3-
*************
4-
Atom reader
5-
*************
3+
******************
4+
Atom feed reader
5+
******************
66

77
The next examples show some simple, more practical applications using
8-
the HTTP client. The first one reads a simple Atom feed and prints
8+
the HTTP client. The first one reads a simple Atom_ feed and prints
99
the titles of each entry to the console.
1010

11+
.. _Atom: http://en.wikipedia.org/wiki/Atom_(standard)
12+
1113
The code
1214
========
1315

@@ -56,7 +58,7 @@ Building and running ``atom_reader``
5658
$ make atom_reader
5759

5860
And to run the example from the command line to access the feed that
59-
lists of all the commits on cpp-netlib's master repository:
61+
lists of all the commits on cpp-netlib's master branch:
6062

6163
.. code-block:: bash
6264

0 commit comments

Comments
 (0)