Skip to content

Commit

Permalink
Moved bindings to an own subdirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredreichbier committed Jan 27, 2010
1 parent 0f43dad commit da84f0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions source/language/bindings/index.rst
@@ -0,0 +1,8 @@
Writing bindings
================

.. toctree::
:maxdepth: 2

simple.rst

@@ -1,5 +1,5 @@
Writing bindings
================
Writing bindings manually
=========================

You can use any C library from ooc very easily. All what you need is to write
some code to let the compiler know the functions and types you are using.
Expand Down
2 changes: 1 addition & 1 deletion source/language/index.rst
Expand Up @@ -8,4 +8,4 @@ Language reference
metaclasses.rst
version-blocks.rst
libs.rst
bindings.rst
bindings/index.rst

0 comments on commit da84f0e

Please sign in to comment.