Skip to content

Commit adf4924

Browse files
committed
I'm adding some templates for the full documentation using ReST.
1 parent 548573c commit adf4924

File tree

14 files changed

+36
-3
lines changed

14 files changed

+36
-3
lines changed

libs/network/doc/cpp-netlib.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
[def __quick_start__ quick start]
4646

4747

48-
[include miscellanea.qbk]
4948
[include quick_start.qbk]
49+
[include miscellanea.qbk]
5050
[include intro.qbk]
5151
[include using.qbk]
5252
[include techniques.qbk]

libs/network/doc/quick_start.qbk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
[section:quick_start Quick Start]
1010

11+
[heading HTTP Client]
12+
13+
[import ../example/http/one_liner.cpp]
14+
[http_one_liner_main]
15+
1116
[/ section:hello_world_server Hello World Server]
1217

1318
[heading Hello World Server]

libs/network/doc/rst/cpp-netlib.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
=====================
2+
C++ Network Library
3+
=====================
4+

libs/network/doc/rst/history.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

libs/network/doc/rst/http.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

libs/network/doc/rst/motivation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

libs/network/doc/rst/objectives.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

libs/network/doc/rst/pitfalls.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

libs/network/doc/rst/quick_start.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

libs/network/doc/rst/reference.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)