Relocate documents in docs (#5683)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 19 Jul 2019 03:27:51 +0000 (12:27 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 19 Jul 2019 03:27:51 +0000 (12:27 +0900)
* Relocate documents in docs

Relocate documents in docs into docs/nnfw to
- Avoid conflict when repo merging
- Avoid confusion when document merging after repo merging

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Fix Readme and move doxygen config into infra

* Fix link to 2018_high_level_design.md

32 files changed:
README.md
docs/nnfw/2018/fig/nnfw_architecture.png [moved from docs/2018/fig/nnfw_architecture.png with 100% similarity]
docs/nnfw/2018/fig/nnfw_architecture.pptx [moved from docs/2018/fig/nnfw_architecture.pptx with 100% similarity]
docs/nnfw/2018/project/2018_requirement_specification.md [moved from docs/2018/project/2018_requirement_specification.md with 100% similarity]
docs/nnfw/2018/roadmap.md [moved from docs/2018/roadmap.md with 100% similarity]
docs/nnfw/2018/workgroups.md [moved from docs/2018/workgroups.md with 100% similarity]
docs/nnfw/HowToContribute.md [moved from docs/HowToContribute.md with 100% similarity]
docs/nnfw/HowToImplementOperatorKernel.md [moved from docs/HowToImplementOperatorKernel.md with 100% similarity]
docs/nnfw/fig/nnfw_architecture.png [moved from docs/fig/nnfw_architecture.png with 100% similarity]
docs/nnfw/fig/nnfw_architecture.pptx [moved from docs/fig/nnfw_architecture.pptx with 100% similarity]
docs/nnfw/fig/nnfw_behavior.png [moved from docs/fig/nnfw_behavior.png with 100% similarity]
docs/nnfw/fig/nnfw_behavior.pptx [moved from docs/fig/nnfw_behavior.pptx with 100% similarity]
docs/nnfw/howto.md [moved from docs/howto.md with 100% similarity]
docs/nnfw/howto/BuildTFfromSource.md [moved from docs/howto/BuildTFfromSource.md with 100% similarity]
docs/nnfw/howto/CrossBuildForAarch64.md [moved from docs/howto/CrossBuildForAarch64.md with 100% similarity]
docs/nnfw/howto/CrossBuildForArm.md [moved from docs/howto/CrossBuildForArm.md with 100% similarity]
docs/nnfw/howto/HowToAddUnittest.md [moved from docs/howto/HowToAddUnittest.md with 100% similarity]
docs/nnfw/howto/HowToTestManualy.md [moved from docs/howto/HowToTestManualy.md with 100% similarity]
docs/nnfw/howto/HowToUseDockerImage.md [moved from docs/howto/HowToUseDockerImage.md with 100% similarity]
docs/nnfw/howto/HowtoMakeSampleAppOnNnfw.md [moved from docs/howto/HowtoMakeSampleAppOnNnfw.md with 100% similarity]
docs/nnfw/howto/device/xu3-dip.png [moved from docs/howto/device/xu3-dip.png with 100% similarity]
docs/nnfw/howto/device/xu3_ubuntu.md [moved from docs/howto/device/xu3_ubuntu.md with 100% similarity]
docs/nnfw/howto/device/xu4_tizen.md [moved from docs/howto/device/xu4_tizen.md with 100% similarity]
docs/nnfw/howto/device/xu4_ubuntu.md [moved from docs/howto/device/xu4_ubuntu.md with 100% similarity]
docs/nnfw/project/2018_high_level_design.md [moved from docs/project/2018_high_level_design.md with 100% similarity]
docs/nnfw/project/2019_requirement_specification.md [moved from docs/project/2019_requirement_specification.md with 100% similarity]
docs/nnfw/roadmap.md [moved from docs/roadmap.md with 100% similarity]
docs/nnfw/tests/Convolution_manual_3x3.xlsx [moved from docs/tests/Convolution_manual_3x3.xlsx with 100% similarity]
docs/nnfw/tests/Softmax_manual.xlsx [moved from docs/tests/Softmax_manual.xlsx with 100% similarity]
docs/nnfw/workgroups.md [moved from docs/workgroups.md with 100% similarity]
infra/nnfw/command/doxygen
infra/nnfw/doxygen/Doxyfile [moved from docs/doxygen/Doxyfile with 99% similarity]

index 47de639..b041221 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,14 +10,14 @@ the target platform, such as the Linux kernel based OS including Tizen.
 
 ## Project Documents
 
-- [Roadmap](docs/roadmap.md)
-- [SW Requirement Specification](docs/project/2019_requirement_specification.md)
-- [SW High Level Design](docs/project/2018_high_level_design.md)
+- [Roadmap](docs/nnfw/roadmap.md)
+- [SW Requirement Specification](docs/nnfw/project/2019_requirement_specification.md)
+- [SW High Level Design](docs/nnfw/project/2018_high_level_design.md)
 
 ## Getting started
 
-- For the contribution, please refer to our [contribution guide](docs/HowToContribute.md).
-- You can also find how-to documents [HERE](docs/howto.md).
+- For the contribution, please refer to our [contribution guide](docs/nnfw/HowToContribute.md).
+- You can also find how-to documents [HERE](docs/nnfw/howto.md).
 
 ## Maintainers
 
@@ -36,7 +36,7 @@ You can suggest development of nnfw's features that are not yet available.
 
 The functions requested so far can be checked in the [popular feature request](https://github.sec.samsung.net/STAR/nnfw/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3AFEATURE_REQUEST+sort%3Areactions-%2B1-desc) list.
 
-- If the feature you want is on the list, :+1: to the body of the issue. The feature with the most 
+- If the feature you want is on the list, :+1: to the body of the issue. The feature with the most
 :+1: is placed at the top of the list. When adding new features, we will prioritize them with this reference.
 Of course, it is good to add an additional comment which describes your request in detail.
 
@@ -44,8 +44,8 @@ Of course, it is good to add an additional comment which describes your request
 Sooner or later, the maintainer will tag the `FEATURE_REQUEST` label and appear on the list.
 
 We expect one of the most frequent feature requests would be the operator kernel implementation.
-It is good to make a request, but it is better if you contribute by yourself. See the following guide, 
-[How to Implement Operator Kernel](docs/HowToImplementOperatorKernel.md), for help.
+It is good to make a request, but it is better if you contribute by yourself. See the following guide,
+[How to Implement Operator Kernel](docs/nnfw/HowToImplementOperatorKernel.md), for help.
 
 We are looking forward to your participation.
 Thank you in advance!
similarity index 100%
rename from docs/howto.md
rename to docs/nnfw/howto.md
similarity index 100%
rename from docs/roadmap.md
rename to docs/nnfw/roadmap.md
similarity index 100%
rename from docs/workgroups.md
rename to docs/nnfw/workgroups.md
index f0fbb63..f455934 100644 (file)
@@ -2,6 +2,6 @@
 
 pushd ${NNFW_PROJECT_PATH} > /dev/null
 
-doxygen docs/doxygen/Doxyfile
+doxygen infra/nnfw/doxygen/Doxyfile
 
 popd > /dev/null
similarity index 99%
rename from docs/doxygen/Doxyfile
rename to infra/nnfw/doxygen/Doxyfile
index 7cf0243..c04a7bb 100644 (file)
@@ -875,7 +875,7 @@ RECURSIVE              = YES
 
 EXCLUDE                = Product/ \
                          report/ \
-                         contrib/ \
+                         runtimes/contrib/ \
                          docs/doxygen/html/ \
                          externals/ \
                          packaging/ \
@@ -992,7 +992,7 @@ FILTER_SOURCE_PATTERNS =
 # (index.html). This can be useful if you have a project on for instance GitHub
 # and want to reuse the introduction page also for the doxygen output.
 
-USE_MDFILE_AS_MAINPAGE = docs/roadmap.md
+USE_MDFILE_AS_MAINPAGE = docs/nnfw/roadmap.md
 
 #---------------------------------------------------------------------------
 # Configuration options related to source browsing