Skip to content

Commit 128d675

Browse files
committed
Update documentation with new links to github project and discussions.
1 parent 6cd5869 commit 128d675

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ An embeddable tkinter based Markdown editor with HTML preview. The editor has
1010
syntax highlighting provided by `Pygments` and the HTML preview window is
1111
provided by `tkinterweb`.
1212

13-
- Github Link: [https://github.com/hreikin/tkintermd](https://github.com/hreikin/tkintermd)
13+
- Github v0.1.0 Project: [Github Project - tkintermd v0.1.0](https://github.com/users/hreikin/projects/1/)
14+
- Github Discussion: [Github Discussions](https://github.com/hreikin/tkintermd/discussions)
1415
- PyPi Link: [https://pypi.org/project/tkintermd/](https://pypi.org/project/tkintermd/)
1516
- PDF Documentation: [https://hreikin.github.io/tkintermd/pdf/tkintermd-documentation-LATEST.pdf](https://hreikin.github.io/tkintermd/pdf/tkintermd-documentation-LATEST.pdf)
1617

docs/contributing-to-tkintermd.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ summary: Contribution guidelines for tkintermd.
44
authors:
55
- hreikin
66
---
7-
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.
8-
See the [open issues](https://github.com/hreikin/tkintermd/issues) for a full list of proposed features (and known issues).
7+
Check out the [Github Project - tkintermd v0.1.0](https://github.com/users/hreikin/projects/1/)
8+
for an overview of the work being done towards the release. See the [open issues](https://github.com/hreikin/tkintermd/issues) for a full list of proposed features (and known issues).
99

10-
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
10+
Contributions are what make the open source community such an amazing place to
11+
learn, inspire, and create. Any contributions you make are
12+
**greatly appreciated**.
1113

12-
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
13-
Don't forget to give the project a star! Thanks again!
14+
If you have a suggestion that would make this better, please fork the repo and
15+
create a pull request. You can also simply open an issue with the tag
16+
"enhancement". Don't forget to give the project a star! Thanks again!
1417

1518
- Fork the Project
1619
- Create your Feature Branch (`git checkout -b feature/AmazingFeature`)

docs/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ authors:
77
## `tkintermd`
88

99
- [Constants](./tkintermd-constants.md)
10-
- [TkintermdFrame](./tkintermd-frame.md)
1110
- [Lexer](tkintermd-lexer.md)
11+
- [TkintermdFrame](./tkintermd-frame.md)

0 commit comments

Comments
 (0)