diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-30 10:14:04 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-30 22:00:03 +0800 |
commit | f6b8615a4e69a908f4637a23d98214c960347701 (patch) | |
tree | d82d650d4a07dc9e44c8c682f9ebd8b47d2f674b /docs/testing/developer/devguide/index.rst | |
parent | 14e9c620366b46481aef204edcf892bbaa4ef6be (diff) |
Normalize all section headers
- folder with `index.rst` for parts, using # with overline for heading
- `*.rst` file for chapter, using * with overline for heading
In each *.rst file, use the following token for heading
- =, for sections
- -, for subsections
- ^, for subsubsections
- ", for paragraphs
Change-Id: I6c247c1f1e27e891d0dade099195ef521f7dbb72
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs/testing/developer/devguide/index.rst')
-rw-r--r-- | docs/testing/developer/devguide/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst index 89113e56..1c993dc9 100644 --- a/docs/testing/developer/devguide/index.rst +++ b/docs/testing/developer/devguide/index.rst @@ -3,9 +3,9 @@ .. (c) 2016 ZTE Corp. -########################## -QTIP Design Specifications -########################## +*************** +Developer Guide +*************** .. toctree:: :maxdepth: 2 |