Provide NiceGUI documentation in a GPT-friendly format (e.g. PDF or HTML) #3412
Replies: 2 comments 5 replies
-
Regarding the documentation in PDF format, there are already discussions #3165 and #1571. And there is #1371 related to GPTs. But let's keep this discussion open for the sake of generating a GPT-friendly documentation. There is a registry we could exploit to export the documentation in a different format: |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I've created a Python project to scrape the NiceGUI documentation (https://nicegui.io/documentation) and consolidate it into a single Markdown file, making it easier for offline reference or AI processing. The project was generated with assistance from Grok 3 and is designed to be simple, open-source, and easy to use. Source code: https://github.com/ruiheng/nicegui_doc_scraper Key features:
I've attached the resulting Feel free to check out the project, contribute, or let me know if you have suggestions for improvements. Hope this is helpful! |
Beta Was this translation helpful? Give feedback.
-
I know that NiceGUI documention is provided via NiceGUI itself, but is it possible to get that as a PDF or static HTML files?
The reason I ask is that it would be helpful for usage with both OpenAI, Anthropic, and other AI's when using AI chat to
assist with coding. At this point in time, Jul 28, 2024, none of the AI's seem well trained on the NiceGUI documentation (even the ones that can search the internet) ... unless specific parts of the doc's are copied/pasted directly into the AI chat. They get close and are helpful, but often they make assumptions when they don't know, and I think they would do a better job if they had the entire doc's.
Is this possible to provide a PDF or just static HTML files? (of course, that would lack the running example code)
By the way, I am enjoying using NiceGUI so far, much better than wxPython for me ... thanks for that.
Beta Was this translation helpful? Give feedback.
All reactions