This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemml.git


The following commit(s) were added to refs/heads/master by this push:
     new 36f1e51  [MINOR] Move refactor `dev` docs to `dev` folder
36f1e51 is described below

commit 36f1e51b270fee8fa2a8afc55713ca6202982116
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Wed May 27 07:03:21 2020 +0530

    [MINOR] Move refactor `dev` docs to `dev` folder
    
      * This change provide structure separate internal dev doc from
        user facing docs
    
    Closes #920.
---
 CONTRIBUTING.md                              | 2 +-
 bin/README.md                                | 2 +-
 {docs => dev/docs}/CodeStyle_eclipse.xml     | 0
 {docs => dev/docs}/README.md                 | 8 ++++----
 {docs => dev/docs}/Tasks.txt                 | 0
 {docs => dev/docs}/builtins-reference.md     | 0
 {docs => dev/docs}/dml-language-reference.md | 0
 7 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 328e3d9..f1184fe 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -29,7 +29,7 @@ ___
 
 Before contributing a pull request, we highly suggest applying a code 
formatter to the written code.
 
-We have provided at profile for java located in [Codestyle File 
./docs/CodeStyle.eclipse.xml](./docs/CodeStyle_eclipse.xml). This can be loaded 
in most editors e.g.:
+We have provided at profile for java located in [Codestyle File 
./docs/CodeStyle.eclipse.xml](dev/docs/CodeStyle_eclipse.xml). This can be 
loaded in most editors e.g.:
 
 - 
[Eclipse](https://stackoverflow.com/questions/10432538/eclipse-import-conf-xml-files#10433986)
 - [IntelliJ](https://imagej.net/Eclipse_code_style_profiles_and_IntelliJ)
diff --git a/bin/README.md b/bin/README.md
index 2bbbf16..0ef5484 100644
--- a/bin/README.md
+++ b/bin/README.md
@@ -93,4 +93,4 @@ the option `sysds.native.blas` in `SystemDS-config.xml`.
 
 ## Further reading
 
-More documentation is available in the [docs directory of our github 
repository](/docs/README.md)
+More documentation is available in the [docs directory of our github 
repository](/dev/docs/README.md)
diff --git a/docs/CodeStyle_eclipse.xml b/dev/docs/CodeStyle_eclipse.xml
similarity index 100%
rename from docs/CodeStyle_eclipse.xml
rename to dev/docs/CodeStyle_eclipse.xml
diff --git a/docs/README.md b/dev/docs/README.md
similarity index 83%
rename from docs/README.md
rename to dev/docs/README.md
index 4cc68d8..4ab608a 100644
--- a/docs/README.md
+++ b/dev/docs/README.md
@@ -22,11 +22,11 @@ limitations under the License.
 Various forms of documentation for SystemDS are available.
 In this directory you'll find
 
-* a [DML language reference](./dml-language-reference.md)
-* a description of [builtin functions (WIP)](./builtins-reference.md)
-* [coding style settings](./CodeStyle_eclipse.xml) for Eclipse (compatible 
with various other IDEs)
+* a [DML language reference](dml-language-reference.md)
+* a description of [builtin functions (WIP)](builtins-reference.md)
+* [coding style settings](CodeStyle_eclipse.xml) for Eclipse (compatible with 
various other IDEs)
   * More information inside our [CONTRIBUTING.md](/CONTRIBUTING.md)
-* an enumerated list of open and completed [tasks](./Tasks.txt)
+* an enumerated list of open and completed [tasks](Tasks.txt)
 
 ## Pointers to more documentation
 
diff --git a/docs/Tasks.txt b/dev/docs/Tasks.txt
similarity index 100%
rename from docs/Tasks.txt
rename to dev/docs/Tasks.txt
diff --git a/docs/builtins-reference.md b/dev/docs/builtins-reference.md
similarity index 100%
rename from docs/builtins-reference.md
rename to dev/docs/builtins-reference.md
diff --git a/docs/dml-language-reference.md b/dev/docs/dml-language-reference.md
similarity index 100%
rename from docs/dml-language-reference.md
rename to dev/docs/dml-language-reference.md

Reply via email to