Changeset 41
- Timestamp:
- 02/08/07 22:24:10 (6 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/docs/tutorial.rst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/docs/tutorial.rst
r32 r41 251 251 relationships between them. Now that you've seen how it basically works, take 252 252 a closer look at Elixir's `API-docs <module-index.html>`_, `examples 253 <examples.html>`_ and `testcases <module-elixir.tests.html>`_, which come with 254 the source distribution, and see how to create other types of relationships 255 and fine tweak Elixir's options to your liking. 253 <examples.html>`_ and `testcases 254 <http://elixir.ematia.de/svn/elixir/trunk/tests/>`_, which come with the 255 source distribution, and see how to create other types of relationships and 256 fine tweak Elixir's options to your liking. 256 257 257 258 To learn more about the available datatypes, how to retrieve and modify data
