diff --git a/docs/index.rst b/docs/index.rst index db6e5e7ea..ee38d61d9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,9 +13,9 @@ Concrete Framework's documentation :maxdepth: 2 :caption: Tutorial - user/tutorial/FIRST_TUTORIAL.md - user/tutorial/SECOND_TUTORIAL.md - user/tutorial/THIRD_TUTORIAL.md + user/tutorial/ARITHMETIC_OPERATIONS.md + user/tutorial/WORKING_WITH_FLOATING_POINTS.md + user/tutorial/TABLE_LOOKUP.md .. toctree:: :maxdepth: 2 diff --git a/docs/user/tutorial/ARITHMETIC_OPERATIONS.md b/docs/user/tutorial/ARITHMETIC_OPERATIONS.md new file mode 100644 index 000000000..710b9fbf7 --- /dev/null +++ b/docs/user/tutorial/ARITHMETIC_OPERATIONS.md @@ -0,0 +1,3 @@ +# Arithmetic Operations + +Umut to do: #312 diff --git a/docs/user/tutorial/FIRST_TUTORIAL.md b/docs/user/tutorial/FIRST_TUTORIAL.md deleted file mode 100644 index 4e747fe30..000000000 --- a/docs/user/tutorial/FIRST_TUTORIAL.md +++ /dev/null @@ -1,5 +0,0 @@ -# First Tutorial - -Umut to do: #312 - - diff --git a/docs/user/tutorial/SECOND_TUTORIAL.md b/docs/user/tutorial/SECOND_TUTORIAL.md deleted file mode 100644 index 26642fb74..000000000 --- a/docs/user/tutorial/SECOND_TUTORIAL.md +++ /dev/null @@ -1,3 +0,0 @@ -# Second Tutorial - -Umut to do: #313 diff --git a/docs/user/tutorial/THIRD_TUTORIAL.md b/docs/user/tutorial/TABLE_LOOKUP.md similarity index 51% rename from docs/user/tutorial/THIRD_TUTORIAL.md rename to docs/user/tutorial/TABLE_LOOKUP.md index 661b4e60f..1d92db930 100644 --- a/docs/user/tutorial/THIRD_TUTORIAL.md +++ b/docs/user/tutorial/TABLE_LOOKUP.md @@ -1,3 +1,3 @@ -# Third Tutorial +# Table Lookup Umut to do: #314 diff --git a/docs/user/tutorial/WORKING_WITH_FLOATING_POINTS.md b/docs/user/tutorial/WORKING_WITH_FLOATING_POINTS.md new file mode 100644 index 000000000..4b396c886 --- /dev/null +++ b/docs/user/tutorial/WORKING_WITH_FLOATING_POINTS.md @@ -0,0 +1,3 @@ +# Working With Floating Points + +Umut to do: #313