Hi Dynare team
Would it be possible to have the Dynare reference manual to be published online in markdown? It would allow LLMs to parse through support documentation a lot easier and more accurately.
Thanks!
Hi Dynare team
Would it be possible to have the Dynare reference manual to be published online in markdown? It would allow LLMs to parse through support documentation a lot easier and more accurately.
Thanks!
Check this out:
It’s free.
Thanks – I already used something similar to convert the PDF to a markdown file.
However, these methods often contain scan errors and mistakes that occur during the conversion. Moreover, you have to rescan and fix errors each time the manual is updated.
The manual PDF is built using the markdown files from Making sure you're not a bot!
Actually the source of the reference manual is not in Markdown but in ReStructuredText. But that does not make a practical difference for an LLM since both are markup languages.
Moreover, since AI scraper bots are ingesting our GitLab instance on a daily basis, most major models have most likely already parsed the markup source of the manual.