blob: 20709a9828e3b920de9ea76bb30060af7a24a4f1 [file] [log] [blame]
# General information about the project.
project = u'NDN Essential Tools'
# -- Options for manual page output ---------------------------------------
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('ndnpeek', 'ndnpeek', 'simple consumer to send one Interest and expect one Data', None, 1),
('ndnpoke', 'ndnpoke', 'simple producer to publish one Data', None, 1),
]