stats: add documentation

stats.rst is heavily based on osc.rst
This commit is contained in:
Julian
2017-10-09 17:30:41 +02:00
committed by wm4
parent 92a9150cc2
commit 81cf58c8c4
3 changed files with 165 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import os
def _add_rst_manual_dependencies(ctx):
manpage_sources_basenames = """
options.rst ao.rst vo.rst af.rst vf.rst encode.rst
input.rst osc.rst lua.rst ipc.rst changes.rst""".split()
input.rst osc.rst stats.rst lua.rst ipc.rst changes.rst""".split()
manpage_sources = ['DOCS/man/'+x for x in manpage_sources_basenames]