Skip to content

Instantly share code, notes, and snippets.

@asabil
Created September 20, 2016 08:12
Show Gist options
  • Save asabil/76b30360afd4fec453b377e3e8ba77cc to your computer and use it in GitHub Desktop.
Save asabil/76b30360afd4fec453b377e3e8ba77cc to your computer and use it in GitHub Desktop.

Erlang Current Documentation structure

Erlang/OTP:

  1. Installation
  2. System Principles
  3. Embedded Systems Users’s Guide
  4. Getting Started with Erlang
  5. Erlang Reference Manual
  6. Programming Examples
  7. Efficiency Guides
  8. Interoperability Tutorial
  9. OTP Design Principles
  10. OAM Principles

Applications:

  1. Basic
    1. stdlib
      1. Guide
      2. Reference
  2. Database
  3. Operation & Maintenance
  4. Interface & Communication
  5. Tools
  6. Test
  7. Documentation
  8. Object Request Broker & IDL
  9. Misc.

ERTS:

  1. User Guide
    1. Communication
    2. Time
    3. Match Specs
    4. Crash Dumps
    5. Carrier
    6. Abstract Format
    7. TTY
    8. Drivers
    9. INet
    10. External Term Format
    11. Distribution Protocol
  2. Reference Manual
    1. erl_prim_loader
    2. erlang
    3. init
    4. zlib
    5. epmd
    6. erl
    7. erlc
    8. werl
    9. escript
    10. erlsrv
    11. start_erl
    12. run_erl
    13. start
    14. erl_driver
    15. driver_entry
    16. erts_alloc
    17. erl_nif
@asabil
Copy link
Author

asabil commented Sep 20, 2016

Suggestion

  1. Getting Started
    1. Installation
    2. System Principles
    3. Getting Started with Erlang
    4. Programming Examples
    5. OTP Design Principles
  2. Reference Manual
  3. OTP Applications (Offer 2 views: alphabetical, grouped by tag)
  4. ERTS
  5. Extra Docs
    1. Efficiency Guides
    2. Interoperability Tutorial
    3. Embedded Systems Users’s Guide
    4. OAM Principles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment