factor out the documentation header into separate rst file
This commit is contained in:
parent
d2f19a2d73
commit
c096f63f59
|
@ -85,6 +85,7 @@ DOCS_PAGES = \
|
|||
docs/utp.rst \
|
||||
docs/streaming.rst \
|
||||
docs/tutorial.rst \
|
||||
docs/header.rst \
|
||||
docs/tutorial.html \
|
||||
docs/reference-Alerts.html \
|
||||
docs/reference-Bdecoding.html \
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
libtorrent manual
|
||||
=================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
client_test example program
|
||||
===========================
|
||||
|
||||
.. include:: header.rst
|
||||
|
||||
Client test is a, more or less, complete bittorrent client. It lacks most
|
||||
settings and you can't start or stop torrents once you've started it. All
|
||||
the settings are hardcoded. The commandline arguments are::
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
libtorrent manual
|
||||
=================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
|
||||
Mainline DHT extensions
|
||||
=======================
|
||||
|
||||
.. include:: header.rst
|
||||
|
||||
libtorrent implements a few extensions to the Mainline DHT protocol.
|
||||
|
||||
get_peers response
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
BitTorrent extension for DHT RSS feeds
|
||||
======================================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
BitTorrent DHT security extension
|
||||
=================================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
BitTorrent extension for arbitrary DHT store
|
||||
============================================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
libtorrent Examples
|
||||
===================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
libtorrent manual
|
||||
=================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -1135,9 +1135,7 @@ for cat in categories:
|
|||
functions = categories[cat]['functions']
|
||||
enums = categories[cat]['enums']
|
||||
|
||||
out.write('''
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
out.write('''.. include:: header.rst
|
||||
|
||||
`home`__
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
libtorrent hacking
|
||||
==================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. raw:: html
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
libtorrent API Documentation
|
||||
============================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
libtorrent python binding
|
||||
=========================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
Streaming implementation
|
||||
========================
|
||||
|
||||
.. include:: header.rst
|
||||
|
||||
This documents describes the algorithm libtorrent uses to satisfy time critical
|
||||
piece requests, i.e. streaming.
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
libtorrent manual
|
||||
=================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
libtorrent manual
|
||||
=================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
libtorrent manual
|
||||
=================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
|
@ -3,7 +3,6 @@ Upgrading to libtorrent 1.2
|
|||
===========================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 1
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
libtorrent manual
|
||||
=================
|
||||
|
||||
:Author: Arvid Norberg, arvid@libtorrent.org
|
||||
:Version: 1.2.0
|
||||
.. include:: header.rst
|
||||
|
||||
.. contents:: Table of contents
|
||||
:depth: 2
|
||||
|
|
Loading…
Reference in New Issue