diff --git a/docs/building.html b/docs/building.html index e9aef2885..f17bcb223 100644 --- a/docs/building.html +++ b/docs/building.html @@ -3,7 +3,7 @@ - + libtorrent manual diff --git a/docs/client_test.html b/docs/client_test.html index 0ec6bb21a..8149e67c0 100644 --- a/docs/client_test.html +++ b/docs/client_test.html @@ -3,7 +3,7 @@ - + client_test example program diff --git a/docs/dht_extensions.html b/docs/dht_extensions.html index a869a639b..a68a7dc03 100644 --- a/docs/dht_extensions.html +++ b/docs/dht_extensions.html @@ -3,7 +3,7 @@ - + diff --git a/docs/examples.html b/docs/examples.html index b6424391c..baf23b1f5 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -3,7 +3,7 @@ - + libtorrent Examples diff --git a/docs/extension_protocol.html b/docs/extension_protocol.html index 3a4ecd0d8..093f833f8 100644 --- a/docs/extension_protocol.html +++ b/docs/extension_protocol.html @@ -3,7 +3,7 @@ - + diff --git a/docs/features.html b/docs/features.html index c5fea58fc..daa9e4116 100644 --- a/docs/features.html +++ b/docs/features.html @@ -3,7 +3,7 @@ - + libtorrent manual diff --git a/docs/index.html b/docs/index.html index 96fd9c1c9..8bca40d24 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - + diff --git a/docs/libtorrent_plugins.html b/docs/libtorrent_plugins.html index 4a93f1835..ab9586ab4 100644 --- a/docs/libtorrent_plugins.html +++ b/docs/libtorrent_plugins.html @@ -3,7 +3,7 @@ - + diff --git a/docs/make_torrent.html b/docs/make_torrent.html index 4af1f9f4d..52fb6c586 100644 --- a/docs/make_torrent.html +++ b/docs/make_torrent.html @@ -3,7 +3,7 @@ - + creating torrents diff --git a/docs/makefile b/docs/makefile index f6deca763..39c55472f 100644 --- a/docs/makefile +++ b/docs/makefile @@ -1,7 +1,6 @@ # this makefile assumes that you have docutils and rst2pdf installed WEB_PATH = ~/Documents/rasterbar/web/products/libtorrent -DOCUTILS = ~/docutils TARGETS = index \ udp_tracker_protocol \ @@ -31,7 +30,7 @@ all: html rst2pdf $? -o $@ --stylesheets stylesheet %.html:%.rst - python $(DOCUTILS)/tools/rst2html.py --template=template.txt --stylesheet-path=style.css --link-stylesheet --no-toc-backlinks $? > $@ + rst2html.py --template=template.txt --stylesheet-path=style.css --link-stylesheet --no-toc-backlinks $? > $@ cp $@ $(WEB_PATH)/$@ %.eps:%.dot diff --git a/docs/manual.html b/docs/manual.html index 84a12dc9c..643879dec 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -3,7 +3,7 @@ - + libtorrent API Documentation @@ -63,225 +63,227 @@
  • load_asnum_db() load_country_db() int as_for_ip()
  • load_state() state()
  • set_ip_filter()
  • -
  • status()
  • -
  • get_cache_status()
  • -
  • get_cache_info()
  • -
  • is_listening() listen_port() listen_on()
  • -
  • set_alert_mask()
  • -
  • pop_alert() wait_for_alert() set_alert_queue_size_limit()
  • -
  • add_extension()
  • -
  • set_settings() set_pe_settings()
  • -
  • set_peer_proxy() set_web_seed_proxy() set_tracker_proxy() set_dht_proxy()
  • -
  • peer_proxy() web_seed_proxy() tracker_proxy() dht_proxy()
  • -
  • start_dht() stop_dht() set_dht_settings() dht_state()
  • -
  • add_dht_node() add_dht_router()
  • -
  • start_lsd() stop_lsd()
  • -
  • start_upnp() stop_upnp()
  • -
  • start_natpmp() stop_natpmp()
  • +
  • get_ip_filter()
  • +
  • status()
  • +
  • get_cache_status()
  • +
  • get_cache_info()
  • +
  • is_listening() listen_port() listen_on()
  • +
  • set_alert_mask()
  • +
  • pop_alert() wait_for_alert() set_alert_queue_size_limit()
  • +
  • add_extension()
  • +
  • set_settings() set_pe_settings()
  • +
  • set_peer_proxy() set_web_seed_proxy() set_tracker_proxy() set_dht_proxy()
  • +
  • peer_proxy() web_seed_proxy() tracker_proxy() dht_proxy()
  • +
  • start_dht() stop_dht() set_dht_settings() dht_state()
  • +
  • add_dht_node() add_dht_router()
  • +
  • start_lsd() stop_lsd()
  • +
  • start_upnp() stop_upnp()
  • +
  • start_natpmp() stop_natpmp()
  • -
  • entry