TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Documentation for a software product

2 pointsby dome82about 11 years ago
What do you use for documenting your software project? I would like to document software features , what is changed compared to a previous version, API, tutorials and examples.<p>What do you use for documenting your software? Any suggestions?<p>Thanks :) Cheers, Domenico

4 comments

wilsonfiifiabout 11 years ago
Sphinx will do the job nicely. Have a look at the documentation for Flask for inspiration <a href="http://flask.pocoo.org/docs/" rel="nofollow">http:&#x2F;&#x2F;flask.pocoo.org&#x2F;docs&#x2F;</a>
rectangletangleabout 11 years ago
Pydoc and GitHub.
datrabout 11 years ago
Sphinx
adityarabout 11 years ago
doxygen