Merge pull request #2092 from vfonic/master

Add Table of Contents
This commit is contained in:
Kyrylo Silin 2019-12-04 08:34:22 +08:00 committed by GitHub
commit 07a05ea114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -25,6 +25,29 @@ Pry
* [YARD API documentation](http://www.rubydoc.info/gems/pry) * [YARD API documentation](http://www.rubydoc.info/gems/pry)
* [Wiki](https://github.com/pry/pry/wiki) * [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 Introduction
------------ ------------