Skip to content

Commit

Permalink
Rename functions-introduction to functions (JuliaLang#379)
Browse files Browse the repository at this point in the history
Concept names shouldn't contain some kind of hierarchy according to the v3 docs/spec.
  • Loading branch information
SaschaMann authored Apr 16, 2021
1 parent ea20fa1 commit 46c7b61
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"name": "Lasagna",
"slug": "lasagna",
"concepts": [
"functions-introduction"
"functions"
],
"prerequisites": [],
"status": "wip"
Expand All @@ -48,7 +48,7 @@
"docstrings"
],
"prerequisites": [
"functions-introduction"
"functions"
],
"status": "wip"
},
Expand All @@ -61,7 +61,7 @@
"booleans"
],
"prerequisites": [
"functions-introduction",
"functions",
"docstrings"
],
"status": "wip"
Expand All @@ -88,7 +88,7 @@
"boolean-expressions"
],
"prerequisites": [
"functions-introduction",
"functions",
"boolean-logic",
"booleans",
"docstrings"
Expand Down Expand Up @@ -134,7 +134,7 @@
"pairs"
],
"prerequisites": [
"functions-introduction",
"functions",
"booleans",
"docstrings"
]
Expand All @@ -160,7 +160,7 @@
"matrices-introduction"
],
"prerequisites": [
"functions-introduction",
"functions",
"vectors",
"docstrings"
],
Expand Down Expand Up @@ -1003,8 +1003,8 @@
},
{
"uuid": "32384ed4-ef26-4118-8ea3-4d44c331e828",
"slug": "functions-introduction",
"name": "Functions Introduction"
"slug": "functions",
"name": "Functions"
},
{
"uuid": "0ac24090-fa7b-4b36-a78c-4c2fe3686223",
Expand Down

0 comments on commit 46c7b61

Please sign in to comment.