Make list of APIs on the index a table.

This commit is contained in:
Jimmy Cuadra 2016-04-26 10:23:36 -04:00
parent 4b27d6a7a4
commit 5b18db9096
6 changed files with 50 additions and 9 deletions

View file

@ -131,7 +131,10 @@ def main(input_module, files=None, out_dir=None, verbose=False, substitutions={}
# which spec section will use it, we just need it there in memory for when
# they want it.
units = AccessKeyStore(
existing_data=in_mod.exports["units"](debug=verbose).get_units()
existing_data=in_mod.exports["units"](
debug=verbose,
substitutions=substitutions,
).get_units()
)
# use the units to create RST sections