Skip to content

Commit 95d3dcb

Browse files
authored
Remove manual TOC, an auto-generated one is available
1 parent 07e18ad commit 95d3dcb

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

docs/Shell-Style-Guide.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,5 @@
11
# RetroPie-Setup Script Code Style Guide Snippets
22

3-
<!-- MarkdownTOC -->
4-
5-
- [Introduction](#introduction)
6-
- [Features and Bugs](#features-and-bugs)
7-
- [Command Substitution](#command-substitution)
8-
- [Test and Square Braces](#test-and-square-braces)
9-
- [Testing Strings](#testing-strings)
10-
- [Naming Conventions](#naming-conventions)
11-
- [Function Names](#function-names)
12-
- [Variable Names](#variable-names)
13-
- [Constants and Environment Variable Names](#constants-and-environment-variable-names)
14-
- [Read-only variables](#read-only-variables)
15-
- [Use Local Variables](#use-local-variables)
16-
- [Comments](#comments)
17-
- [Function Comments](#function-comments)
18-
- [Implementation Comments](#implementation-comments)
19-
- [Formatting](#formatting)
20-
- [Indentation](#indentation)
21-
- [Pipelines](#pipelines)
22-
- [Braces](#braces)
23-
- [Conclusion](#conclusion)
24-
25-
<!-- /MarkdownTOC -->
26-
27-
283
## Introduction
294

305
This document describes the style guide that has to be used for the development of the RetroPie-Setup Script sources. This guide is adapted from the [Google Shell Style Guide](https://google.github.io/styleguide/shell.xml).

0 commit comments

Comments
 (0)