Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocumentation route appears to be broken #837
Comments
|
The simplest fix would be to return status But end users might want some additional functionality. This could include:
|
|
@jay-tyler I can pick this up, if you're not already working on this. |
|
@Pradhvan Thanks for the offer! Yes, feel free to. I brought this up as a potential issue to work on for a PyCascades sprint, but we never quite decided what approach to take. There are a lot of little issues related to this. For instance
You're welcome to try to address either of these, although you might want to discuss it here first. But if you simply want to make a change such that |
|
Hey! Since I am new to the whole hug codebase, let me first work my way through the problem of solving While working on the issue if I do come up with the idea of solving the other two mentioned problem would definitely discuss it here. |
Noticing on the quick start guide, for the
happy_birthday.pyexample, thelocalhost:8000/documentationroute appears to be broken (returning 404).Perhaps I'm doing something wrong, but if not, we should fix the bug and/or the documentation. And maybe consider an integration test as part of our test suite to prevent a future regression.