Live data from Hacker News

Looking for open source documentation generator

news.ycombinator.com

1–7 of 7 posts

Re: Looking for open source documentation generator

#3
Good documentation can't be automated. It requires someone to carefully craft working examples of all the parameters and functions that are available, so you can copy/paste them into a program to try them out.

I'd expect at least two separate people are required... a writer and an editor.

Re: Looking for open source documentation generator

#4

Good documentation can't be automated. It requires someone to carefully craft working examples of all the parameters and functions that are available, so you can copy/paste them into a program to try them out. I'd expect at least two separate people are required... a writer and an editor.

It's not about automating the documentation. It is about the static site generators for documentation. Ex: https://docusaurus.io/

Re: Looking for open source documentation generator

#7
post #2

First problem ... define what you mean by "documentation" We talking javadocs? MSDN? IBM developerWorks? Docs.Splunk? ReadTheDocs.io? GitHub readme.md? ...?

Did you check the websites I mentioned in the description?

Yes - but that's still not automating the documentation ... it's only [potentially] automating presenting it

So ... back to my initial narrowing-down inquiry :)