Skip to content

Commit

Permalink
rename menu > table-of-content
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtkind committed Oct 10, 2015
1 parent 88c3799 commit 0c81691
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,6 +3,6 @@
* extensive Perl 6 tutorial covers all major language parts,
* building step by step (chapter by chapter) an useful application,
* has parallel Perl 5 tutorial under [bitbucket](https://bitbucket.org/lichtkind/perl-tut-problemsolver)
* start reading from [menu](/menu.md)
* [start reading](/table-of-content.md)
* published under the [license](/LICENSE) CC BY-SA 4.0
* written by [Authors](AUTHORS)
4 changes: 2 additions & 2 deletions chapter/text1.md
@@ -1,7 +1,7 @@


[Chapter 1](../menu.md)
========================
[Chapter 1](../table-of-content.md)
===================================


* [scalar variables](#scalar-variables)
Expand Down
4 changes: 2 additions & 2 deletions chapter/text2.md
@@ -1,7 +1,7 @@


[Chapter 2](../menu.md)
========================
[Chapter 2](../table-of-content.md)
===================================


* array variables
Expand Down
4 changes: 2 additions & 2 deletions chapter/text3.md
@@ -1,7 +1,7 @@


[Chapter 3](../menu.md)
========================
[Chapter 3](../table-of-content.md)
===================================


* ternary op: `?? !!`
Expand Down
4 changes: 2 additions & 2 deletions chapter/text4.md
@@ -1,7 +1,7 @@


[Chapter 4](../menu.md)
========================
[Chapter 4](../table-of-content.md)
===================================


* hash variables
Expand Down
4 changes: 2 additions & 2 deletions chapter/text5.md
@@ -1,7 +1,7 @@


[Chapter 5](../menu.md)
========================
[Chapter 5](../table-of-content.md)
===================================


* subroutines
Expand Down
4 changes: 2 additions & 2 deletions chapter/text6.md
@@ -1,7 +1,7 @@


[Chapter 6](../menu.md)
========================
[Chapter 6](../table-of-content.md)
===================================


* object and classes
Expand Down
12 changes: 6 additions & 6 deletions table-of-content.md
@@ -1,12 +1,12 @@
#Perl 6 for problem solver

+ [Chapter 0](/chapter/text0.md) .............. [Main Program](/chapter/bn0.pl6)
* [goals](/chapter/text0.md#goals) and [methods](/chapter/text0.md#teaching-method)
* [layout of the whole and structure of each chapter](#chapter-layout)
* [few prerequisites](/chapter/text0.md#prerequisites)
* [Perl philosophy](/chapter/text0.md#perl-philosophy)
* [basic syntax rules](/chapter/text0.md#basic-syntax-rules)
* [first tiny example: hello math !](/chapter/text0.md#first-example)
- [goals](/chapter/text0.md#goals) and [methods](/chapter/text0.md#teaching-method)
- [layout of the chapters and paragraphs](#chapter-layout)
- [few prerequisites](/chapter/text0.md#prerequisites)
- [Perl philosophy](/chapter/text0.md#perl-philosophy)
- [basic syntax rules](/chapter/text0.md#basic-syntax-rules)
- [first tiny example: hello math !](/chapter/text0.md#first-example)
+ [Chapter 1](/chapter/text1.md) .............. [Main Program](/chapter/bn1.pl6)
+ [Chapter 2](/chapter/text2.md) .............. [Main Program](/chapter/bn2.pl6)
+ [Chapter 3](/chapter/text3.md) .............. [Main Program](/chapter/bn3.pl6)
Expand Down

0 comments on commit 0c81691

Please sign in to comment.