From f0d49b032edabd992cd951bec37372ac0e2a58e7 Mon Sep 17 00:00:00 2001 From: bjorn Date: Sat, 29 Aug 2015 18:32:13 -0700 Subject: [PATCH] Improve table of contents; --- doc/README.md | 3 --- tools/update_documentation.lua | 1 - 2 files changed, 4 deletions(-) diff --git a/doc/README.md b/doc/README.md index 40dcd75..c3ae685 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,9 +1,6 @@ RxLua === -Table of Contents ---- - - [Observer](#observer) - [create](#createonnext-onerror-oncomplete) - [onNext](#onnextvalues) diff --git a/tools/update_documentation.lua b/tools/update_documentation.lua index 82ab386..185bd02 100644 --- a/tools/update_documentation.lua +++ b/tools/update_documentation.lua @@ -3,7 +3,6 @@ local docroc = require 'tools/docroc' io.output('doc/README.md') io.write('RxLua\n===\n\n') -io.write('Table of Contents\n---\n\n') local comments = docroc.process('rx.lua')