added toc and logo

This commit is contained in:
Renaud Pawlak 2015-11-26 20:48:13 +01:00
parent 9b8656b391
commit 83d0ba36e6
3 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,27 @@
- [Basic concepts](#basic-concepts)
- [Core types and objects](#core-types-and-objects)
- [Classes](#classes)
- [Interfaces](#interfaces)
- [Enums](#enums)
- [Indexed objects](#indexed-objects)
- [Optional parameters](#sec:optional)
- [Types](#types)
- [Functional types](#functional-types)
- [Object types](#object-types)
- [String types](#string-types)
- [Tuple types](#tuple-types)
- [Union types](#union-types)
- [Semantics](#sec:semantics)
- [Main methods](#main-methods)
- [Initializers](#initializers)
- [Name clashes](#name-clashes)
- [Packaging](#packaging)
- [Packages and modules](#packages-and-modules)
- [Globals](#globals)
- [Root packages](#root-packages)
- [Modules](#modules)
- [Bundles](#bundles)
Basic concepts
--------------

BIN
doc/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View File

@ -134,6 +134,8 @@
<argument>-w</argument>
<argument>markdown_github</argument>
<argument>--base-header-level=2</argument>
<argument>-s</argument>
<argument>--toc</argument>
<argument>-o</argument>
<argument>jsweet-language-specifications.md</argument>
<argument>jsweet-language-specifications.tex</argument>