Skip to content

Commit

Permalink
Merge pull request dylan-lang#57 from fracek/ext-ref
Browse files Browse the repository at this point in the history
Add links to external libraries' documentation
  • Loading branch information
waywardmonkeys committed Jul 19, 2013
2 parents 35e69c1 + 7a1efb0 commit 70c2b24
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions documentation/website/source/documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<li><a href="#cheat-sheets"><i class="icon-chevron-right"></i> Cheat Sheets</a></li>
<li><a href="#learning-dylan"><i class="icon-chevron-right"></i> Learning Dylan</a></li>
<li><a href="#references"><i class="icon-chevron-right"></i> References</a></li>
<li><a href="#external-libraries-and-tools"><i class="icon-chevron-right"></i> External Libraries and Tools</a></li>
<li><a href="#articles"><i class="icon-chevron-right"></i> Articles</a></li>
<li><a href="#publications"><i class="icon-chevron-right"></i> Publications</a></li>
<li><a href="#for-open-dylan-developers"><i class="icon-chevron-right"></i> For Open Dylan Developers</a></li>
Expand Down Expand Up @@ -106,6 +107,19 @@ References
the portable window programming toolkit. It complements
Building Applications Using DUIM.


External Libraries and Tools
============================

`Melange reference </documentation/melange/>`_ [`pdf </documentation/melange/MelangeUserGuide.pdf>`__] [`epub </documentation/melange/MelangeUserGuide.epub>`__]
Generates Dylan code to wrap C libraries.

`Testworks User Guide </documentation/testworks/>`_ [`pdf </documentation/testworks/TestworksUserGuide.pdf>`__] [`epub </documentation/testworks/TestworksUserGuide.epub>`__]
Testworks is Dylan's unit testing framework.

`HTTP reference </documentation/http/>`_ [`pdf </documentation/http/HTTPLibraries.pdf>`__] [`epub </documentation/http/HTTPLibraries.epub>`__]
Dylan provides libraries for writing HTTP clients and servers.

Articles
========

Expand Down

0 comments on commit 70c2b24

Please sign in to comment.