-
Notifications
You must be signed in to change notification settings - Fork 177
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
Improve user documentation (feedback from students) #697
Comments
Indeed. I don't think we have an actual user doc with explanations and examples, only the spec docs. Definitely much needed. |
Thank you @Carltoffel for the feedback! Really nice that you tried stdlib! Re: the documentation, @awvwgk set up a project a while ago for generating something like Would such a website have helped your students? Or would you expect something different? |
This is excellent, I either haven't seen it or have completely forgotten about it. I think that would be a great solution to build on. |
Yes, maybe we should put first our effort in this documentation to attrack users for stdlib. |
I started this after we made the fpm docs (#599), but as so often, other things came up and I never got far enough that we could transfer it to fortran-lang. |
Hi, I think this idea is excellent and a must! Good documentation is paramount for making the library really attractive. @awvwgk I just saw your draft for the site, it looks brilliant, is it based on Sphinx? |
The website is based on sphinx, happy to give it a push to revive it again if there is interest from people to help with finishing the draft. |
Yes, looking forward to give a hand with this project! Let me know how could I help. |
@awvwgk what should be done to revive this? I guess that we should first update the section related to |
An "easy" win I think would be to move the specs under this project. At least to try out and see how it renders |
The specs as they are currently are not really useful for the users, at least as an introduction. See this comment for some aims. The curreny website contains 2 examples (npy and stats) to illustrate how to use See also here from more details on how to build the different sections (and their aims) |
Yes, that's why I mentioned that, when I say "move" the specs I also mean to use the occasion and reshape them under the umbrella of this project. And probably make them more appealing and easier to use/discover (?) |
Great! I misunderstood your previous comment. Sorry for the confusion.
Le dim. 14 janv. 2024 à 12:07, jalvesz ***@***.***> a écrit :
… Yes, that's why I mentioned that, when I say "move" the specs I also mean
to use the occasion and reshape them under the umbrella of this project.
And probably make them.more appealing and easier to use/discover (?)
—
Reply to this email directly, view it on GitHub
<#697 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5RO7BW6UTPGEVVQCVJ56DYOO363AVCNFSM6AAAAAAVNMH4L6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQHEYTSNZQG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I'm currently giving a Fortran lecture with twelve students, and today I introduced modules, fpm dependencies and finally the stdlib.
I didn't tell them much about the stdlib, instead I asked them to try it out by themselves. Most of them directly found the documentation, but they seemed to be a bit underwhelmed by it.
I'm not up-to-date with the progress of stdlib... sorry if I mention duplicate/obvious things.
Problems that occurred:
.fypp
instead of the actual documentation which is a bit scary for studentsAfter the initial frustration and confusion, they found many useful modules, e.g.:
I think overall the routines convinced them, but the documentation definitely needs some improvement. That shouldn't be surprising.
The text was updated successfully, but these errors were encountered: