Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Bug] Link to 404 page #5735

Open
6 of 8 tasks
swamper123 opened this issue Jul 27, 2022 · 5 comments
Open
6 of 8 tasks

[ Bug] Link to 404 page #5735

swamper123 opened this issue Jul 27, 2022 · 5 comments
Labels
documentation Docs need updating

Comments

@swamper123
Copy link

swamper123 commented Jul 27, 2022

Type of Issue (Bug)


Operating System

All

PySimpleGUI Port (tkinter, Qt, Wx, Web)

All


Versions

Version information can be obtained by calling sg.main_get_debug_data()
Or you can print each version shown in ()

Python version (sg.sys.version)

All

PySimpleGUI Version (sg.__version__)

latest

GUI Version (tkinter (sg.tclversion_detailed), PySide2, WxPython, Remi)

latest


Your Experience In Months or Years (optional)

Years Python programming experience

Years Programming experience overall

Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine)

Anything else you think would be helpful?


Troubleshooting

These items may solve your problem. Please check those you've done by changing - [ ] to - [X]

  • Searched main docs for your problem www.PySimpleGUI.org
  • Looked for Demo Programs that are similar to your goal. It is recommend you use the Demo Browser! Demos.PySimpleGUI.org
  • If not tkinter - looked for Demo Programs for specific port
  • For non tkinter - Looked at readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
  • Run your program outside of your debugger (from a command line)
  • Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org
  • Have upgraded to the latest release of PySimpleGUI on PyPI (lastest official version)
  • Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released

Detailed Description

The link https://www.pysimplegui.org/en/latest/architecture/ on https://www.pysimplegui.org/en/latest/ leads to a 404 page.

Code To Duplicate

A short program that isolates and demonstrates the problem (Do not paste your massive program, but instead 10-20 lines that clearly show the problem)

This pre-formatted code block is all set for you to paste in your bit of code:

# Paste your code here

Screenshot, Sketch, or Drawing


Watcha Makin?

If you care to share something about your project, it would be awesome to hear what you're building.

@ghost ghost closed this as completed Jul 27, 2022
@ghost ghost added Fill issue form or you will be REJECTED You MUST use the supplied template to submit a request. PySimpleGUI Issues Bot Has Detected an Error labels Jul 27, 2022
@swamper123 swamper123 changed the title [ Enhancement/Bug/Question] NOTE - you can also call sg.main() or sg.main_open_github_issue() to post an issue [ Bug] NOTE - you can also call sg.main() or sg.main_open_github_issue() to post an issue Jul 27, 2022
@ghost ghost removed Fill issue form or you will be REJECTED You MUST use the supplied template to submit a request. PySimpleGUI Issues Bot Has Detected an Error labels Jul 27, 2022
@ghost ghost reopened this Jul 27, 2022
@swamper123 swamper123 changed the title [ Bug] NOTE - you can also call sg.main() or sg.main_open_github_issue() to post an issue [ Bug] Link to 404 page Jul 27, 2022
Repository owner deleted a comment Jul 27, 2022
Repository owner deleted a comment Jul 27, 2022
Repository owner deleted a comment Jul 27, 2022
@jason990420
Copy link
Collaborator

The link https://www.pysimplegui.org/en/latest/architecture/ got a 404 page.

The problem is that I don't find the link https://www.pysimplegui.org/en/latest/architecture/ on https://www.pysimplegui.org/en/latest/, but only with https://pysimplegui.readthedocs.io/en/latest/architecture/ found.

Can you help to point where the link you found on https://www.pysimplegui.org/en/latest ?

@swamper123
Copy link
Author

The only link in this part: https://www.pysimplegui.org/en/latest/#the-pysimplegui-family

Foun another dead link in this part as well : https://www.pysimplegui.org/en/latest/#replit-version

@swamper123
Copy link
Author

There is a second dead link to the architecture:
https://www.pysimplegui.org/en/latest/#the-non-oo-and-non-event-driven-model

Perhaps other html files should be inspected as well.

@PySimpleGUI
Copy link
Owner

Thanks for pointing these out.

There's a very large update of the documentation that has been going on for several weeks. More to go which is why I'm not working on issues on some days (like later today). A sweep through the entire documentation will catch these.

You might have noticed for example that the PySimpleGUI.org domain shows up instead of readthedocs.

@PySimpleGUI
Copy link
Owner

The architecture tab was removed a while back from what I recall.

The replit account is coming back soon as they fixed their problem!

I'm stretched very thin. These are being addressed, but it's slower than I would like of course.

@jason990420 jason990420 added the documentation Docs need updating label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Docs need updating
Projects
None yet
Development

No branches or pull requests

3 participants