Skip to content

Commit db5fd7a

Browse files
author
Diptorup Deb
committed
Remove urls.rst as it is superseded by urls.json.
1 parent 5df1242 commit db5fd7a

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

docs/docfiles/urls.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/generate_rst.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,6 @@ def _write_underlined(o, s, c):
118118
_write_line(o, c * len(s))
119119

120120

121-
def _write_include_urls(o):
122-
"""[summary]
123-
124-
Args:
125-
o ([type]): [description]
126-
"""
127-
_write_empty_line(o)
128-
_write_line(o, ".. include:: ../urls.rst")
129-
130-
131121
def _write_hidden_toc(o, list_of_obj_names, prefix_str="", suffix_str=""):
132122
"""[summary]
133123
@@ -368,9 +358,6 @@ def write_rubric(o, indent, rubric_display, rubric_tag, cls_qualname):
368358
output,
369359
".. autofunction:: " + ".".join([cls_qualname, n]),
370360
)
371-
372-
_write_include_urls(output)
373-
374361
return output.getvalue()
375362

376363

@@ -576,7 +563,6 @@ def _write_function_groups_summary(o, mod, groups):
576563
_write_empty_line(output)
577564
_write_exceptions_summary_table(output, mod)
578565
_write_empty_line(output)
579-
_write_include_urls(output)
580566

581567
return output.getvalue()
582568

0 commit comments

Comments
 (0)