-
Notifications
You must be signed in to change notification settings - Fork 1k
Suggest twine-check #10776
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
Suggest twine-check #10776
Conversation
We should be linking to the |
@ewdurbin thanks for the suggestion, I'll add more detail. Does the help page get rendered to RTD or a staging site where I can see the changes? Or do I need to run a local warehouse to observe the results? |
That page is rendered via this codebase, so you will need to run warehouse locally. |
I'm having trouble getting started with
|
I think this is due to |
To diagnose description render failures.
@di I'm on Ubuntu 20.04 and was lacking libpq-dev. After installing that, a new |
I think that's a good short-term fix until we can fix #4948. |
The note about readme-renderer has been moved to the new FAQ item with a pointer from its previous location.
I've got a local warehouse running and have some screenshots of the changes in my patch-1 branch. Here is the "Troubleshooting" tables of contents. Does the warehouse project have a convention for ordering of FAQ items? I've recently advocated for putting newest items on top and periodically checking the ones at the bottom for relevance and correctness, and have done that here. I'm happy to move it, though. Here is the head of the troubleshooting section: And here is the "different format" item: As noted in f1b66c5, I moved some content from this section and left a pointer. Does that look okay? |
There's no ordering, I like this though! |
And add a note about psycopg2 requirements to getting started doc.
To diagnose description render failures.
The note about readme-renderer has been moved to the new FAQ item with a pointer from its previous location.
And add a note about psycopg2 requirements to getting started doc.
Okay, I believe this is ready for review. Thanks for the The note I added can be seen at the end of the https://warehouse--10776.org.readthedocs.build/development/getting-started.html#building-the-warehouse-container section. |
* Suggest twine-check To diagnose description render failures. * More detail about render failure. The note about readme-renderer has been moved to the new FAQ item with a pointer from its previous location. * Remove reference to readme_renderer And add a note about psycopg2 requirements to getting started doc. * Suggest twine-check To diagnose description render failures. * More detail about render failure. The note about readme-renderer has been moved to the new FAQ item with a pointer from its previous location. * Remove reference to readme_renderer And add a note about psycopg2 requirements to getting started doc. * Update translations
To diagnose description render failures.
This is my first contribution to the help page. I hope I understand the structure correctly.