Skip to content

Commit

Permalink
Rename README template as README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Mar 5, 2018
1 parent 07d6474 commit 0abc250
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 286 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@

# The first rule in a Makefile is the one executed by default ("make"). It
# should always be the "all" rule, so that "make" and "make all" are identical.
all: README.md

README.md: install README.md.tmpl
scripts/build README.md.tmpl README.md
markdown-toc -i README.md
all:

tests:
bats tests/*
Expand Down
31 changes: 0 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,6 @@

[![Read the Docs](https://readthedocs.org/projects/bashlets/badge/?version=latest)](http://bashlets.readthedocs.io/en/latest/?badge=latest)

<!-- toc -->

- [Introduction](#introduction)
- [Contributing](#contributing)
- [Installing](#installing)
- [Extensions](#extensions)
- [Examples](#examples)
* [Basic interaction](#basic-interaction)
* [Data types: generating a random printable string of arbitrary length](#data-types-generating-a-random-printable-string-of-arbitrary-length)
* [Data types: generating and validating UUIDs](#data-types-generating-and-validating-uuids)
* [Data types: handling intervals of timestamps](#data-types-handling-intervals-of-timestamps)
* [Data types: comparing version strings](#data-types-comparing-version-strings)
* [Cache: passing data around](#cache-passing-data-around)
* [Character streams: converting formats without external tools](#character-streams-converting-formats-without-external-tools)
* [Math: manipulating complex numbers](#math-manipulating-complex-numbers)
* [Parsers: interpreting YAML documents in na(t)ive Bash code](#parsers-interpreting-yaml-documents-in-native-bash-code)
* [User eXperience: enjoying a basic REPL cycle](#user-experience-enjoying-a-basic-repl-cycle)
- [Design Notes](#design-notes)
- [Style Guide](#style-guide)
- [Community](#community)
- [Bibliography](#bibliography)
* [Reference Works](#reference-works)
* [Bash Hacking](#bash-hacking)
* [Bash Criticism](#bash-criticism)
* [Special Topics](#special-topics)
* [Tools](#tools)
* [Collections of scripts](#collections-of-scripts)
* [Frameworks](#frameworks)
* [Special-purpose libraries](#special-purpose-libraries)

<!-- tocstop -->

## Introduction

Expand Down
250 changes: 0 additions & 250 deletions README.md.tmpl

This file was deleted.

0 comments on commit 0abc250

Please sign in to comment.