This PR adds a simple thing to make the main.py include a redirect on / to point to /docs. This has the benefit of leading people the right direction when they start up the program - clicking the link that appears when they run the program will now take them to the doc page instead of an empty one.
This PR adds a simple thing to make the
main.py
include a redirect on/
to point to/docs
. This has the benefit of leading people the right direction when they start up the program - clicking the link that appears when they run the program will now take them to the doc page instead of an empty one.