overview.rst 1.3 KB

123456789101112131415161718192021222324252627282930
  1. .. _overview:
  2. ********
  3. Overview
  4. ********
  5. .. note::
  6. The Agda User Manual is a work-in-progress and is still incomplete.
  7. Contributions, additions and corrections to the Agda manual are greatly
  8. appreciated. To do so, please open a pull request or issue
  9. on the `GitHub Agda page <https://github.com/agda/agda>`_.
  10. This is the manual for the Agda programming language, its type checking,
  11. compilation and editing system and related resources/tools.
  12. The latest PDF version of this manual can be downloaded from `GitHub Actions
  13. <https://github.com/agda/agda/actions?query=workflow%3A%22User+Manual%22+is%3Asuccess>`_
  14. page (instruction on `how to find them
  15. <https://github.com/actions/upload-artifact#where-does-the-upload-go>`_).
  16. You can find a lot of useful resources on `Agda Wiki
  17. <https://wiki.portal.chalmers.se/agda/pmwiki.php?n=Main.HomePage>`_
  18. site, like `tutorials, introductions, publications and books
  19. <https://wiki.portal.chalmers.se/agda/pmwiki.php?n=Main.Documentation>`_.
  20. If you're new to Agda, you should make use of the resources on Agda Wiki
  21. and chapter :ref:`getting-started` instead of chapter :ref:`language-index`.
  22. A description of the Agda language is given in chapter :ref:`language-index`.
  23. Guidance on how the Agda editing and compilation
  24. system can be used can be found in chapter :ref:`tools-index`.