diff --git a/tests/builddocs.py b/tests/builddocs.py index a02c7a826d..17da30050a 100755 --- a/tests/builddocs.py +++ b/tests/builddocs.py @@ -34,6 +34,7 @@ def make_docs_from_model_tests(output_dir): # Clean up the title and blurb. title, blurb = mod.__doc__.strip().split('\n', 1) blurb = '
%s
' % blurb.strip().replace('\n\n', '') + blurb = re.sub(r'``(.*?)``', '\\1', blurb) api_usage = mod.API_TESTS # Get the source code of the model, without the docstring or the