Remove api doc headers
[pyi2ncommon] / src / text_helpers.py
index 662c7b3..3017176 100644 (file)
 # Copyright (c) 2016-2018 Intra2net AG <info@intra2net.com>
 
 """
-
-SUMMARY
-------------------------------------------------------
 Functions for improving textual output.
 
 Copyright: 2015 Intra2net AG
 
-
-CONTENTS
-------------------------------------------------------
 This module has two parts. Part 1 includes:
     - head_and_tail: shows the first few and last few elements of an iterable that
                      could potentially be pretty long
@@ -49,10 +43,6 @@ end-of-color or end-of-style escape sequences instead of 0 (reset-everything).
 .. seealso:: http://stackoverflow.com/questions/287871/print-in-terminal-with-colors-using-python
 .. seealso:: https://en.wikipedia.org/wiki/ANSI_escape_code
 .. seealso:: :py:mod:`textwrap`
-
-
-INTERFACE
-------------------------------------------------------
 """
 
 from builtins import print as _builtin_print