aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/developer
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30Normalize all section headersYujun Zhang5-44/+113
- 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>
2017-03-30Add more content to developer overviewYujun Zhang1-15/+78
- copy "Coding Style" from `CONTRIBUTING.md` - copy "Testing" from `DEVELOP.md` - add links of primary packages Change-Id: Ia4da2c610a3ceb41ec710904e9437b0449d0a46f Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn> (cherry picked from commit 540f711b71976c587417b0a3a04a89b79cf465d4)
2017-03-28Merge "Add overview in developer guide" into stable/danubeYujun Zhang2-0/+28
2017-03-28Add overview in developer guideYujun Zhang2-0/+28
Change-Id: I491f921d87cf0cec3bbef5a78e9f3065b1e012a1 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn> (cherry picked from commit cb8ec13d8981cea1dc5556d86ea01b45c29f1046)
2017-03-28Add API docsakhilbatra8981-2/+237
- Add developer guide for API - Add user guide for API - Add api to user guide doctree JIRA: QTIP-234 Change-Id: Id388f82c52e31b3c75599ab846e64431be8083b7 Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in> (cherry picked from commit 6cd177d400b3462cd6c6b251f9135b45c33dfbb8)
2017-03-28Merge "Align folder structure `docs/testing/developer` to opnfvdocs ↵Yujun Zhang3-0/+1
template" into stable/danube
2017-03-28Rename docs/testing/developer/design to docs/testing/developer/devguideYujun Zhang7-0/+0
See https://git.opnfv.org/opnfvdocs/tree/docs/testing/testing-dev.rst Change-Id: Iac14adf4a2876fd74972dcf6279f7022e92cb9b5 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-28Align folder structure `docs/testing/developer` to opnfvdocs templateYujun Zhang3-0/+1
Change-Id: I9ce069cf4b5384b5788ca7cfc70e4188519667d5 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn> (cherry picked from commit 9639c68d1ed674f74ff1b187346241f5d7c82910)
2017-03-23Cleanup DEVELOP.mdYujun Zhang1-0/+22
- remove unecessary content - move CLI develop guide to rst document Change-Id: I20b6f458aa13f1feb1764e6c4d096ec8a9dddf49 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-21Create archtecture design specificationYujun Zhang3-0/+24
JIRA: QTIP-148 Change-Id: I1d5d83e0bd59b1f504bbf3ad3bd4a5cc9a6ff022 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-20Create outline for documents to be released in DanubeYujun Zhang9-269/+8
- deprecated legacy document - created content placeholders Change-Id: I12de6467d1fed83a9670750e23ec070901deee63 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-03Restructure docsYujun Zhang8-0/+350
- Following the changes as in functest[1] since the guide[2] in wiki is a bit out of date - Some folders are empty for now as a placeholder Now: - release - release notes - testing - developer - design - overview - requirement - user - config guide - user guide - installation - scenarios [1]: https://gerrit.opnfv.org/gerrit/#/c/29151/ [2]: https://wiki.opnfv.org/display/DOC/Documentation+Guide Change-Id: I81b4597536c8bf02a925641d71d0969f6f5537f4 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>