Junxiao Shi | 2219a05 | 2015-05-28 02:53:48 -0700 | [diff] [blame] | 1 | # General information about the project. |
| 2 | project = u'NDN Essential Tools' |
| 3 | |
Alexander Afanasyev | d230073 | 2016-05-04 16:45:14 -0700 | [diff] [blame] | 4 | master_doc = 'index' |
| 5 | |
Junxiao Shi | 2219a05 | 2015-05-28 02:53:48 -0700 | [diff] [blame] | 6 | # -- Options for manual page output --------------------------------------- |
| 7 | |
| 8 | # One entry per manual page. List of tuples |
| 9 | # (source start file, name, description, authors, manual section). |
| 10 | man_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 Newberry | 7f25a11 | 2015-05-31 11:23:25 -0700 | [diff] [blame] | 13 | ('ndnping', 'ndnping', 'reachability testing client', None, 1), |
| 14 | ('ndnpingserver', 'ndnpingserver', 'reachability testing server', None, 1), |
Junxiao Shi | b99fb2b | 2015-06-19 15:10:11 -0700 | [diff] [blame] | 15 | ('ndndump', 'ndndump', 'traffic analysis tool', None, 8), |
Klaus Schneider | e90a358 | 2019-04-03 17:22:39 -0700 | [diff] [blame] | 16 | ('ndnputchunks', 'ndnputchunks', 'producer program with content segmentation', None, 1), |
Junxiao Shi | b2ff573 | 2015-06-26 14:09:02 -0700 | [diff] [blame] | 17 | ('ndn-dissect', 'ndn-dissect', 'NDN packet format inspector', None, 1), |
Junxiao Shi | 2219a05 | 2015-05-28 02:53:48 -0700 | [diff] [blame] | 18 | ] |