mirror of
https://github.com/Ircama/epson_print_conf.git
synced 2025-05-09 13:42:03 -04:00
Create jekyll-gh-pages.yml and use just-the-docs in GitHub Pages
Some checks failed
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Has been cancelled
Python syntax checker / build (3.10) (push) Has been cancelled
Python syntax checker / build (3.11) (push) Has been cancelled
Python syntax checker / build (3.12) (push) Has been cancelled
Python syntax checker / build (3.8) (push) Has been cancelled
Python syntax checker / build (3.9) (push) Has been cancelled
Python syntax checker / build (3.x) (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Has been cancelled
Some checks failed
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Has been cancelled
Python syntax checker / build (3.10) (push) Has been cancelled
Python syntax checker / build (3.11) (push) Has been cancelled
Python syntax checker / build (3.12) (push) Has been cancelled
Python syntax checker / build (3.8) (push) Has been cancelled
Python syntax checker / build (3.9) (push) Has been cancelled
Python syntax checker / build (3.x) (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Has been cancelled
This commit is contained in:
parent
c7145cdbe8
commit
61b208ea0c
3 changed files with 118 additions and 1 deletions
2
ui.py
2
ui.py
|
@ -1023,7 +1023,7 @@ class EpsonPrinterUI(tk.Tk):
|
|||
|
||||
def open_help_browser(self):
|
||||
# Opens a web browser to a help URL
|
||||
url = "https://github.com/Ircama/epson_print_conf/?tab=readme-ov-file#epson_print_conf"
|
||||
url = "https://ircama.github.io/epson_print_conf"
|
||||
self.show_status_text_view()
|
||||
try:
|
||||
ret = webbrowser.open(url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue