1
0
Fork 0
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:
Viktor Fonic 2019-12-03 15:31:13 +01:00
parent c9bebe9a6b
commit fcc1799462

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
------------ ------------