added link to create torrent docs from index page
This commit is contained in:
parent
5da78dc9c5
commit
ad97c040f4
|
@ -51,6 +51,7 @@
|
|||
<li><a class="reference external" href="building.html">building libtorrent</a></li>
|
||||
<li><a class="reference external" href="examples.html">examples</a></li>
|
||||
<li><a class="reference external" href="manual.html">api documentation</a></li>
|
||||
<li><a class="reference external" href="make_torrent.html">create torrents</a></li>
|
||||
<li><a class="reference external" href="running_tests.html">running tests</a></li>
|
||||
<li><a class="reference external" href="client_test.png">screenshot</a></li>
|
||||
<li><a class="reference external" href="http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss">mailing list</a> (<a class="reference external" href="http://dir.gmane.org/gmane.network.bit-torrent.libtorrent">archive</a>)</li>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
* `building libtorrent`_
|
||||
* examples_
|
||||
* `api documentation`_
|
||||
* `create torrents`_
|
||||
* `running tests`_
|
||||
* screenshot_
|
||||
* `mailing list`_ (archive_)
|
||||
|
@ -51,6 +52,7 @@ libtorrent
|
|||
.. _`building libtorrent`: building.html
|
||||
.. _examples: examples.html
|
||||
.. _`api documentation`: manual.html
|
||||
.. _`create torrents`: make_torrent.html
|
||||
.. _`running tests`: running_tests.html
|
||||
.. _screenshot: client_test.png
|
||||
.. _`extensions protocol`: extension_protocol.html
|
||||
|
|
Loading…
Reference in New Issue