Skip to content

Commit

Permalink
rm unused header method from NDS
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbar committed Aug 19, 2020
1 parent a4669d2 commit b39d207
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions numpydoc/docscrape.py
Expand Up @@ -544,10 +544,6 @@ def dedent_lines(lines):
return textwrap.dedent("\n".join(lines)).split("\n")


def header(text, style='-'):
return text + '\n' + style*len(text) + '\n'


class FunctionDoc(NumpyDocString):
def __init__(self, func, role='func', doc=None, config={}):
self._f = func
Expand Down

0 comments on commit b39d207

Please sign in to comment.