Skip to content

Commit ec38a21

Browse files
committed
updated toc(is index now) links to other tablets
1 parent 50aeabb commit ec38a21

File tree

1 file changed

+25
-18
lines changed

1 file changed

+25
-18
lines changed

docs/index.txt

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,48 +9,55 @@ lightweight introduction, try [my Perl 6 Tutorial](#) or the Book
99
[Learning Perl 6](http://www.learningperl6.com/Chapters/). If that is
1010
too easy, read [the specs](http://perlcabal.org/syn/).
1111

12+
**DISCLAIMER:**
13+
14+
This documentation is currently transferred into that format,
15+
the data here is partial and subject to drastic changes.
16+
1217
**Contents:**
1318

1419
[Preface and Introduction](introduction.html)
1520

16-
[Tablet 0: History](history.html)
21+
[Tablet 0: History](tablet-0-history.html)
1722

18-
[Tablet 1: Language Design](language-design.html)
23+
[Tablet 1: Language Design](tablet-1-language-design.html)
1924

2025
[Tablet 2: Basic Syntax (Spaces, Comments, Literals, Quoting,
21-
Formatting)](basic-syntax.html)
26+
Formatting)](tablet-2-basic-syntax.html)
2227

2328
[Tablet 3: Variables (Sigils, Twigils, Assignment, Typing,
24-
Scopes)](variables.html)
29+
Scopes)](tablet-3-variables.html)
2530

2631
[Tablet 4: Operators (Comparison, Math, String, Logic,
27-
Metaops)](operators.html)
32+
Metaops)](tablet-4-operators.html)
2833

29-
[Tablet 5: IO (Command Line, Files, Sockets, Network, Misc.)](io.html)
34+
[Tablet 5: IO (Command Line, Files, Sockets, Network, Misc.)](tablet-5-io.html)
3035

31-
[Tablet 6: Blocks (Conditions, Loops)](blocks.html)
36+
[Tablet 6: Blocks (Conditions, Loops)](tablet-6-blocks.html)
3237

33-
[Tablet 7: Subroutines (Signatures, Modules)](subroutines.html)
38+
[Tablet 7: Subroutines (Signatures, Modules)](tablet-7-subroutines.html)
3439

35-
[Tablet 8: Objects (Classes, Roles)](objects.html)
40+
[Tablet 8: Objects (Classes, Roles)](tablet-8-objects.html)
3641

37-
[Tablet 9: Regex (Rules, Grammars)](regexes.html)
42+
[Tablet 9: Regex (Rules, Grammars)](tablet-9-regexes.html)
3843

39-
[Tablet 10: Metaprogramming (Macros, DSL)](metaprogramming.html)
44+
[Tablet 10: Metaprogramming (Macros, DSL)](tablet-10-metaprogramming.html)
4045

4146
[Appendix A: Index (all ops, builtins, methods and it terms,
42-
alphabetically ordered)](ap-a-index.html)
47+
alphabetically ordered)](appendix-a-index.html)
4348

4449
[Appendix B: Look-up, short reference (cheat sheets ans summary
45-
tables)](ap-b-lookup.html)
50+
tables)](appendix-b-grouped.html)
51+
52+
[Appendix C: Cookbook (chunks of everyday Perl 5, translated into idiomatic
53+
Perl 6)](appendix-c-cookbook.html)
4654

47-
[Appendix C: Cookbook (chunks of everyday Perl 5, translated into
48-
idiomatic Perl 6)](ap-c-cookbook.html)
55+
[Appendix D: Perl 5-6 Delta](appendix-d-delta.html)
4956

50-
[Appendix D: Perl 5-6 Delta](ap-d-p5-p6-delta.html)
57+
[Appendix E: Exciting, Best-of, Appetizer tour](appendix-e-exciting.html)
5158

52-
[Appendix E: Appetizer, Best-of tour](ap-e-appetizer.html)
59+
[Appendix F: Links](appendix-f-links.html)
5360

54-
[Appendix F: Links](ap-f-links.html)
61+
[Appendix G: Glossary](appendix-g-glossary.txt.html)
5562

5663
***

0 commit comments

Comments
 (0)