Skip to content

Commit

Permalink
chore: move files around
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Jun 7, 2022
1 parent 500a946 commit e9a55e6
Show file tree
Hide file tree
Showing 26 changed files with 19 additions and 362 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
## Tutorial
# safe-data-science

The following page provides a tutorial for users of Simple-ML:
[Read the docs][docs]

* [Tutorial][tutorial]

## Additional Documentation for Developers

Developers get more information about the implementation of the specific components here:

* Components
* [DSL][adding-new-language-feature]

[tutorial]: ./docs/Tutorial.md
[data_api]: ./docs/Data-API.md
[data_set_api]: ./docs/Data-Set-API.md
[data_catalog_api]: ./docs/Data-Catalog-API.md
[frontend]: ./docs/Front-End.md
[ml_catalog_api]: ./docs/Machine-Learning-Catalog-API.md
[runtime]: ./docs/Runtime-Server.md
[adding-new-language-feature]: ./docs/DSL/development/how-to-add-a-new-language-concept.md
[docs]: ./docs/README.md
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

from simpleml.codegen import eager_and
from safe_ds.codegen import eager_and


@pytest.mark.parametrize(
Expand Down
Empty file.
Empty file.
6 changes: 0 additions & 6 deletions Runtime/environment.yml

This file was deleted.

36 changes: 6 additions & 30 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,9 @@
## Table of Contents

* [Tutorial][tutorial]
* For Developers: Components
* [Frontend][frontend]
* [Runtime][runtime]
* [Data API][data_api]
* [DSL][adding-new-language-feature]
* [DSL][dsl]: Documentation of the Safe-DS DSL.
* [Stdlib][stdlib]: Overview of the elements in the Safe-DS standard library.
* [DSL Development Checklist][adding-new-language-concept]: How to add new language concepts to the DSL.

[tutorial]: ./Tutorial.md
[data_api]: ./Data-API.md
[data_set_api]: ./Data-Set-API.md
[data_catalog_api]: ./Data-Catalog-API.md
[frontend]: ./Front-End.md
[ml_catalog_api]: ./Machine-Learning-Catalog-API.md
[runtime]: ./Runtime-Server.md
[adding-new-language-feature]: ./DSL/development/how-to-add-a-new-language-concept.md

Tutorial - [Idea and basic concepts][tutorial_concepts] | [Interface][tutorial_interface] | [Functions][functions] | [DSL][dsl-tutorial]

# Tutorial

The Simple-ML tutorial consists of the following four steps:

* (optional) [DSL][dsl-tutorial]: A documentation of the Simple-ML workflow language (DSL) and stub languages.
* (optional) [Functions][functions]: A overview of the most relevant classes, functions and methods for creating workflows.

The installation is described on the [Simple-ML main GitHub page][main-readme].

[main-readme]: ../README.md
[functions]: ./Stdlib/API/README.md
[dsl-tutorial]: ./DSL/tutorial/README.md
[tutorial]: ./Tutorial.md
[dsl]: ./DSL/tutorial/README.md
[stdlib]: ./Stdlib/API/README.md
[adding-new-language-concept]: ./DSL/development/how-to-add-a-new-language-concept.md
Loading

0 comments on commit e9a55e6

Please sign in to comment.