Add more subsections to main doc (#11758)

* add headers to main doc

* Apply suggestions from code review

* update

* upload
This commit is contained in:
Patrick von Platen
2021-05-18 14:38:56 +01:00
committed by GitHub
parent da7e73b721
commit cebb96f53a
7 changed files with 12 additions and 8 deletions

View File

@@ -302,7 +302,7 @@ def check_model_list_copy(overwrite=False, max_per_line=119):
rst_list, start_index, end_index, lines = _find_text_in_file(
filename=os.path.join(PATH_TO_DOCS, "index.rst"),
start_prompt=" This list is updated automatically from the README",
end_prompt=".. _bigtable:",
end_prompt="Supported frameworks",
)
md_list = get_model_list()
converted_list = convert_to_rst(md_list, max_per_line=max_per_line)