Skip to content

Commit

Permalink
Simplify Table of Contents (#26)
Browse files Browse the repository at this point in the history
* Simplify Table of Contents
* Fix Table of Contents indentation
  • Loading branch information
DecimalTurn committed May 10, 2024
1 parent db57ba8 commit b32dd32
Showing 1 changed file with 34 additions and 41 deletions.
75 changes: 34 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,47 +53,40 @@ Because of the nature of VBA, many libraries do not work on all Operating System

## Contents

- [awesome-vba](#awesome-vba)
- [Symbology](#symbology)
- [Platform Compatibility](#platform-compatibility)
- [Application compatibility](#application-compatibility)
- [Other important information](#other-important-information)
- [Contents](#contents)
- [Frameworks](#frameworks)
- [Libraries](#libraries)
- [Data Formats](#data-formats)
- [JSON](#json)
- [CSV](#csv)
- [XML](#xml)
- [Data Structures](#data-structures)
- [Array-List](#array-list)
- [Dictionary](#dictionary)
- [Math libraries](#math-libraries)
- [Database tools](#database-tools)
- [Userform tools](#userform-tools)
- [Low level tools](#low-level-tools)
- [Parsers / Interpreters](#parsers--interpreters)
- [Web tools](#web-tools)
- [Developer tools](#developer-tools)
- [Miscellaneous](#miscellaneous)
- [Examples](#examples)
- [Algorithms, code optimisation, and performance testing](#algorithms-code-optimisation-and-performance-testing)
- [UI Ribbon](#ui-ribbon)
- [UI Userforms](#ui-userforms)
- [Low level examples](#low-level-examples)
- [AddIns](#addins)
- [Games / Fun projects](#games--fun-projects)
- [External tools](#external-tools)
- [Style Guides](#style-guides)
- [Information](#information)
- [Resources](#resources)
- [Win32 API Resources](#win32-api-resources)
- [VB6 / VBScript](#vb6--vbscript)
- [Websites](#websites)
- [Books](#books)
- [Youtube](#youtube)
- [Forums](#forums)
- [Contributing](#contributing)
- [Symbology](#symbology)
- [Platform Compatibility](#platform-compatibility)
- [Application compatibility](#application-compatibility)
- [Other important information](#other-important-information)
- [Contents](#contents)
- [Frameworks](#frameworks)
- [Libraries](#libraries)
- [Data Formats (JSON, CSV, XML, etc.)](#data-formats)
- [Data Structures (Array-List and Dictionary)](#data-structures)
- [Math libraries](#math-libraries)
- [Database tools](#database-tools)
- [Userform tools](#userform-tools)
- [Low level tools](#low-level-tools)
- [Parsers / Interpreters](#parsers--interpreters)
- [Web tools](#web-tools)
- [Developer tools](#developer-tools)
- [Miscellaneous](#miscellaneous)
- [Examples](#examples)
- [Algorithms, code optimisation, and performance testing](#algorithms-code-optimisation-and-performance-testing)
- [UI Ribbon](#ui-ribbon)
- [UI Userforms](#ui-userforms)
- [Low level examples](#low-level-examples)
- [AddIns](#addins)
- [Games / Fun projects](#games--fun-projects)
- [External tools](#external-tools)
- [Style Guides](#style-guides)
- [Information](#information)
- [Resources](#resources)
- [Win32 API Resources](#win32-api-resources)
- [VB6 / VBScript](#vb6--vbscript)
- [Websites](#websites)
- [Books](#books)
- [Youtube](#youtube)
- [Forums](#forums)

---

Expand Down

0 comments on commit b32dd32

Please sign in to comment.