blob: 1476da80e7c9636774301872ac1e9b1dacc98a12 [file] [log] [blame]
Junxiao Shi2219a052015-05-28 02:53:48 -07001# General information about the project.
2project = u'NDN Essential Tools'
3
4# -- Options for manual page output ---------------------------------------
5
6# One entry per manual page. List of tuples
7# (source start file, name, description, authors, manual section).
8man_pages = [
9 ('ndnpeek', 'ndnpeek', 'simple consumer to send one Interest and expect one Data', None, 1),
10 ('ndnpoke', 'ndnpoke', 'simple producer to publish one Data', None, 1),
Eric Newberry7f25a112015-05-31 11:23:25 -070011 ('ndnping', 'ndnping', 'reachability testing client', None, 1),
12 ('ndnpingserver', 'ndnpingserver', 'reachability testing server', None, 1),
Junxiao Shib99fb2b2015-06-19 15:10:11 -070013 ('ndndump', 'ndndump', 'traffic analysis tool', None, 8),
Junxiao Shi2219a052015-05-28 02:53:48 -070014]