From bdf268e0a6c17da331c8d0cdf99193e559fdb898 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Sun, 21 Jan 2018 14:52:18 +0530 Subject: [PATCH] table of content --- README.md | 6 +++--- scripts/readme.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 698270a50..2606b1d57 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@
  • shuffle
  • spread
  • zip
  • - +
    ### :scroll: String
    View contents +
    ### :heavy_division_sign: Math @@ -32,7 +32,7 @@
  • lcm
  • max_n
  • min_n
  • - +

    diff --git a/scripts/readme.py b/scripts/readme.py index 274be23b3..a373d56f7 100644 --- a/scripts/readme.py +++ b/scripts/readme.py @@ -39,7 +39,7 @@ for category in tag_dict: toAppend = toAppend + '### ' + EMOJIS[category] + ' ' + title_case(category) +'\n\n
    View contents
      ' for snippet in tag_dict[category]: toAppend += f'
    • {snippet}
    • \n' - toAppend += '
    \n\n' + toAppend += '
    \n\n' toAppend += '
    \n\n' for category in tag_dict: toAppend = toAppend + '## ' + EMOJIS[category] + ' ' + title_case(category) +'\n\n'