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.

Show HN: I'm improving the official erlang docs, need feedback

4 pointsby marianoguerraover 8 years ago

1 comment

marianoguerraover 8 years ago
Current one here: <a href="http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;" rel="nofollow">http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;</a><p>Here&#x27;s a list of things you may want to check to compare:<p>* applications list:<p><pre><code> + https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;applications.html + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;applications.html </code></pre> * modules list:<p><pre><code> + https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;man_index.html + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;man_index.html </code></pre> * a module doc page:<p><pre><code> + https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;lib&#x2F;stdlib-3.1&#x2F;doc&#x2F;html&#x2F;array.html + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;man&#x2F;array.html </code></pre> * code examples:<p><pre><code> + https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;programming_examples&#x2F;funs.html + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;programming_examples&#x2F;funs.html </code></pre> * one with a little of everything: + <a href="https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;reference_manual&#x2F;expressions.html#idm45459941751584" rel="nofollow">https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;reference_manual&#x2F;exp...</a><p><pre><code> + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;reference_manual&#x2F;expressions.html#id80458 </code></pre> * tables:<p><pre><code> + https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;reference_manual&#x2F;expressions.html#idm45459941644800 + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;reference_manual&#x2F;expressions.html#id81348</code></pre>