Skip to content

Commit 09a896e

Browse files
committed
Remove duplicate headings.
1 parent 2b85327 commit 09a896e

File tree

7 files changed

+1
-21
lines changed

7 files changed

+1
-21
lines changed

docs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ summary: About tkintermd.
44
authors:
55
- hreikin
66
---
7-
## The `tkintermd` Docs
8-
97
## About The Project
108

119
An embeddable tkinter based Markdown editor with HTML preview. The editor has

docs/contributing-to-tkintermd.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ summary: Contribution guidelines for tkintermd.
44
authors:
55
- hreikin
66
---
7-
## Contributing
8-
97
Check out the [Github Project - tkintermd v0.1.0](https://github.com/users/hreikin/projects/1/) for an overview of the work being done towards the release.
108
See the [open issues](https://github.com/hreikin/tkintermd/issues) for a full list of proposed features (and known issues).
119

docs/getting-started/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ summary: Quick installation and usage instructions.
44
authors:
55
- hreikin
66
---
7-
<!-- GETTING STARTED -->
8-
## Getting Started
9-
<!-- ### Prerequisites
10-
11-
This is an example of how to list things you need to use the software and how to install them.
12-
* npm
13-
```sh
14-
npm install npm@latest -g
15-
``` -->
16-
177
## Installation
188

199
To get a local copy up and running choose one of the below install instructions and follow the steps provided.

docs/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: API reference for tkintermd.
44
authors:
55
- hreikin
66
---
7-
## `tkintermd` Reference Documentation
7+
## `tkintermd`
88

99
- [Constants](./tkintermd-constants.md)
1010
- [TkinterMDFrame](./tkintermd-frame.md)

docs/reference/tkintermd-constants.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ summary: API reference for the tkintermd constants and variables.
44
authors:
55
- hreikin
66
---
7-
## `constants`
8-
97
::: tkintermd.tkintermd_constants
108
handler: python
119
<!-- selection:

docs/reference/tkintermd-frame.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ summary: API reference for the TkinterMDFrame.
44
authors:
55
- hreikin
66
---
7-
## `TkinterMDFrame`
8-
97
::: tkintermd.tkintermd_frame.TkinterMDFrame
108
handler: python
119
selection:

docs/reference/tkintermd-lexer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ summary: API reference for the Lexer extension.
44
authors:
55
- hreikin
66
---
7-
## `Lexer`
8-
97
::: tkintermd.tkintermd_frame.Lexer
108
handler: python
119
<!-- selection:

0 commit comments

Comments
 (0)