Skip to content

Commit

Permalink
fix minnor bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
srajan-kiyotaka committed Jun 27, 2024
1 parent 20983d4 commit 14ce5f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ build
dist
*.egg-info
*.in
Docker
2 changes: 1 addition & 1 deletion tutorials/Graph World/advance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"# Graph World\n",
"Let's start with creating a Graph world using the image below. But this time we will not use the default settings and will customize our world.\n",
"\n",
"<img src='../../resources/Graph_Advance.png' alt='Tree Abstract View' height=500>\n",
"<img src='https://github.com/srajan-kiyotaka/TraverseCraft/blob/main/resources/Graph_Advance.png' alt='Tree Abstract View' height=500>\n",
"\n",
"## World Information\n",
"Before creating the Graph World we have to first create the world blueprint/template. We call this blueprint/template as *world information*. This is like a abstract view of your world.\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/Graph World/beginner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"\n",
"We will create a simple Graph as shown below with the default settings on.\n",
"\n",
"<img src='../../resources/Graph_Beginning.png' alt='Graph Abstract View' height=500>\n",
"<img src='https://github.com/srajan-kiyotaka/TraverseCraft/blob/main/resources/Graph_Beginning.png' alt='Graph Abstract View' height=500>\n",
"\n",
"## World Information\n",
"Before creating the Graph World we have to first create the world blueprint/template. We call this blueprint/template as *world information*. This is like a abstract view of your world.\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/Tree World/advance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"# Create a Tree World\n",
"Let's start with creating a Tree world using the image below. But this time we will not use the default settings and will customize our world.\n",
"\n",
"<img src='../../resources/Tree_Advance.png' alt='Tree Abstract View' height=500>\n",
"<img src='https://github.com/srajan-kiyotaka/TraverseCraft/blob/main/resources/Tree_Advance.png' alt='Tree Abstract View' height=500>\n",
"\n",
"We will make the following changes:\n",
"- `radius`: Controls the size of each node of the tree.\n",
Expand Down

0 comments on commit 14ce5f8

Please sign in to comment.