Skip to content

Commit

Permalink
doc: Add description and links to Python projects
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Apr 1, 2024
1 parent 8d0b74b commit e147bd5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mkdocs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@ version = ""
authors = [
{name = "Todd Parsons", email = "todd.e.parsons@gmail.com"}
]
description = "Implementation of the Torillic theme for mkdocs. Convert your markdown TTRPG notes into beautiful HTML!"

[project.urls]
Homepage = "https://TEParsons.github.io/torillic"
Download = "https://github.com/TEParsons/torillic/torillic/"

description =

[project.entry-points."mkdocs.themes"]
torillic = "torillic"
5 changes: 5 additions & 0 deletions sphinx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ version = ""
authors = [
{name = "Todd Parsons", email = "todd.e.parsons@gmail.com"}
]
description = "Implementation of the Torillic theme for sphinx. Convert your markdown TTRPG notes into beautiful HTML!"

[project.urls]
Homepage = "https://TEParsons.github.io/torillic"
Download = "https://github.com/TEParsons/torillic/torillic/"

[project.entry-points."sphinx.html_themes"]
torillic = "torillic"
Expand Down

0 comments on commit e147bd5

Please sign in to comment.