Skip to content

Commit 12db3ed

Browse files
committed
- layout
1 parent f10d96a commit 12db3ed

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,7 @@
22
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-0473B3.svg?style=flat)](https://github.com/Carthage/Carthage)
33
[![License](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat)](https://github.com/martinpi/Tracery)
44

5-
# Ephemeral – Proedural Text Generation
6-
7-
## Contents
8-
- [Introduction](#introduction)
9-
- [Installation](#installation)
10-
- [Basic usage](#basic-usage)
11-
- [Tags](#tags)
12-
- [Simple story](#simple-story)
13-
- [Random numbers](#random-numbers)
14-
- [Modifiers](#modifiers)
15-
- [Methods](#methods)
16-
- [Calls](#calls)
17-
- [Advanced Usage](#advanced-usage)
18-
- [Custom Content Selectors](#custom-content-selectors)
19-
- [Pick First Item Selector](#pick-first-item-selector)
20-
- [Custom Random Item Selector](#custom-random-item-selector)
21-
- [Custom Candidate Provider](#custom-candidate-provider)
22-
- [Weighted Distributions](#weighted-distributions)
23-
- [Recursion](#recursion)
24-
- [Rule Expansions](#rule-expansions)
25-
- [Logging](#logging)
26-
- [Chaining Evaluations](#chaining-evaluations)
27-
- [Hierarchical Tag Storage](#hierarchical-tag-storage)
28-
- [Control Flow](#control-flow)
29-
- [if block](#if-block)
30-
- [while block](#while-block)
31-
- [Text Format](#text-format)
32-
- [Tracery Grammar](#tracery-grammar)
33-
- [Conclusion](#conclusion)
34-
35-
## Introduction
5+
# Ephemeral – A Tool for Procedural Text Generation
366

377
Ephemeral is a text generation tool based on BenziAhamed's [Swift port of Tracery](https://github.com/BenziAhamed/Tracery).
388

0 commit comments

Comments
 (0)