-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand the overview section of the docs #3158
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
base: main
Are you sure you want to change the base?
Conversation
🔍 Preview links for changed docs |
878a17b to
eea6f06
Compare
eea6f06 to
017679a
Compare
43b64ab to
42d4f3e
Compare
42d4f3e to
6324a7a
Compare
6324a7a to
7fb50fd
Compare
7fb50fd to
0949b58
Compare
0949b58 to
221d83c
Compare
|
@marciw @pquentin Looking for early feedback on this reordering and expansion of the content in the overview page of the docs. I want to make it more clear that there are a number of somewhat independent things all included in this package, so I'm enumerating the four big components, each with links to its high level and reference docs. Let me know what you think, or if you have suggestions to improve this. Thanks! |
221d83c to
e8c9c8e
Compare
e8c9c8e to
c5a68f4
Compare
c5a68f4 to
b8a5a3e
Compare
b8a5a3e to
41b8ef2
Compare
|
This brings a lot of clarity, thank you! I'd still like to see a code example above the fold, maybe not as a REPL session. I've seen user interviews where users in a hurry don't read anything, but copy/paste the first text snippet they see and try to adapt it to their needs. |
41b8ef2 to
9ab0771
Compare
|
@pquentin I agree with having a short example above this overview. But the example that we currently feature is not great, first because it shows a console use, which is not what most people would want, and second because it focuses on this obscure fact about serialisation of datetime objects, which has no place at this high-level. I have now replaced the example with a regular search call generated by the request converter, and moved it to the top of the page. EDIT: now made this example tabbed, with sync and async versions! |
9ab0771 to
a3f8cce
Compare
a3f8cce to
3c11d72
Compare
No description provided.