flet
                                
                                 flet copied to clipboard
                                
                                    flet copied to clipboard
                            
                            
                            
                        Documentation (doc-strings) for IDEs
I noticed when using Flet on my IdE(pycharm) that there are no doc strings in functions or classes to inform us on the uses of the particular class, examples...etc
These docs are instead in the browser(the controls section)...but we all know it's kind of difficult to move from IDE to browser all the time(especially when we are coding offline😐).
Is it please possible to add these?
Thank you so much for reporting this , yeah it's possible to add.
Thanks. It will be very awesome to have this.
Any updates ?
Nope. Would you like to help with that? ;)
I will make researches on the possibilities and add them here.
But, to get started, have a look at Sphinx. You surely have heard of it. It's awesome. Changes made in the code(on parameters, doc-strings..etc) get synced with those on the webpage(generates static HTML which could hosted anywhere) directly. No need to make changes twice.
You guys will have to add Doc-Strings to all your functions and classes(btw this is also a programming good practice), so they could be rendered(take effect) on the webpage. Deploying a Sphinx project online 🙂
Let me know what you think eventually.
https://github.com/flet-dev/flet/pull/681