Sophrinix / TryRuby

Try Ruby is a interactive shell that quickly and whimsically teaches the Ruby programming language. Originally _why's idea, it has been recreated from the ground up by Rubyists who have a passion for Ruby and for teaching their fellow (wo)man how to program.
tryruby.org
345 stars 80 forks source link

Table of contents and section links #171

Open ashes999 opened 9 years ago

ashes999 commented 9 years ago

Try Ruby is eight sections. Each section is not trivial to go through, even if you consider typing next 20-30 times. It's painful.

I assume Try Ruby will remain stateless for performance etc. reasons, so I'm proposing two changes:

This shouldn't be too hard, and I don't mind looking into how to do it ... except that there's a PR from December 2013 (#168) that's still open, so I doubt if my changes would ever be integrated.