blob: 2603561c1410d0b461d2f400b9b2df972fcec724 [file] [log] [blame]
Junxiao Shi2219a052015-05-28 02:53:48 -07001# General information about the project.
2project = u'NDN Essential Tools'
3
Alexander Afanasyevd2300732016-05-04 16:45:14 -07004master_doc = 'index'
5
Junxiao Shi2219a052015-05-28 02:53:48 -07006# -- Options for manual page output ---------------------------------------
7
8# One entry per manual page. List of tuples
9# (source start file, name, description, authors, manual section).
10man_pages = [
11 ('ndnpeek', 'ndnpeek', 'simple consumer to send one Interest and expect one Data', None, 1),
12 ('ndnpoke', 'ndnpoke', 'simple producer to publish one Data', None, 1),
Eric Newberry7f25a112015-05-31 11:23:25 -070013 ('ndnping', 'ndnping', 'reachability testing client', None, 1),
14 ('ndnpingserver', 'ndnpingserver', 'reachability testing server', None, 1),
Junxiao Shib99fb2b2015-06-19 15:10:11 -070015 ('ndndump', 'ndndump', 'traffic analysis tool', None, 8),
Junxiao Shib2ff5732015-06-26 14:09:02 -070016 ('ndn-dissect', 'ndn-dissect', 'NDN packet format inspector', None, 1),
Junxiao Shi2219a052015-05-28 02:53:48 -070017]