浏览代码

Improve table of contents;

bjorn 10 年之前
父节点
当前提交
f0d49b032e
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0 3
      doc/README.md
  2. 0 1
      tools/update_documentation.lua

+ 0 - 3
doc/README.md

@@ -1,9 +1,6 @@
 RxLua
 ===
 
-Table of Contents
----
-
 - [Observer](#observer)
   - [create](#createonnext-onerror-oncomplete)
   - [onNext](#onnextvalues)

+ 0 - 1
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')