Skip to content

Commit

Permalink
[MINOR] Move refactor dev docs to dev folder
Browse files Browse the repository at this point in the history
  * This change provide structure separate internal dev doc from
    user facing docs

Closes apache#920.
  • Loading branch information
j143 committed May 27, 2020
1 parent 0761395 commit 36f1e51
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/README.md → dev/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 36f1e51

Please sign in to comment.