mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Add Table of Contents
This commit is contained in:
parent
c9bebe9a6b
commit
fcc1799462
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
@ -25,6 +25,29 @@ Pry
|
|||
* [YARD API documentation](http://www.rubydoc.info/gems/pry)
|
||||
* [Wiki](https://github.com/pry/pry/wiki)
|
||||
|
||||
Table of Contents
|
||||
=================
|
||||
|
||||
* [Introduction](#introduction)
|
||||
* [Key features](#key-features)
|
||||
* [Installation](#installation)
|
||||
* [Overview](#overview)
|
||||
* [Commands](#commands)
|
||||
* [Navigating around state](#navigating-around-state)
|
||||
* [Runtime invocation](#runtime-invocation)
|
||||
* [Command Shell Integration](#command-shell-integration)
|
||||
* [Code Browsing](#code-browsing)
|
||||
* [Documentation Browsing](#documentation-browsing)
|
||||
* [Gist integration](#gist-integration)
|
||||
* [Edit methods](#edit-methods)
|
||||
* [Live Help System](#live-help-system)
|
||||
* [Use Pry as your Rails Console](#use-pry-as-your-rails-console)
|
||||
* [Syntax Highlighting](#syntax-highlighting)
|
||||
* [Supported Rubies](#supported-rubies)
|
||||
* [Contact](#contact)
|
||||
* [License](#license)
|
||||
* [Contributors](#contributors)
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue