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:21:39 +0800 |
commit | 0c8fdfafa8a85dd6e25497a9f9af9694e75ee4a1 (patch) | |
tree | 3d17ef62ada3fb9c756d9880fa4471c49fa320fd /docs/release/release-notes | |
parent | 88f69a8d9977228a225333f084dc95adc2312f13 (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/release/release-notes')
-rw-r--r-- | docs/release/release-notes/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst index 8c52b5c8..e18699a6 100644 --- a/docs/release/release-notes/index.rst +++ b/docs/release/release-notes/index.rst @@ -6,9 +6,9 @@ .. (c) 2016 ZTE Corp. -################## +****************** QTIP Release Notes -################## +****************** .. toctree:: :maxdepth: 2 |