Skip to content

Commit 9336834

Browse files
committed
added figures
1 parent 58e2b57 commit 9336834

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2979
-3
lines changed

docs/sphinx/source/tutorial1/figures/improved.md.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"cell_type": "code",
33-
"execution_count": 3,
33+
"execution_count": null,
3434
"id": "a28c02aa",
3535
"metadata": {},
3636
"outputs": [],
@@ -39,10 +39,10 @@
3939
"git_repo = git.Repo(current_path, search_parent_directories=True)\n",
4040
"git_path = git_repo.git.rev_parse(\"--show-toplevel\")\n",
4141
"path_in_folder = current_path[len(git_path)+1:]\n",
42-
"sys.path.append(git_path + \"/dependencies/pyplot-perso\")\n",
42+
"sys.path.append(git_path + \"/.dependencies/pyplot-perso\")\n",
4343
"from plttools import PltTools\n",
4444
"path_figures = current_path # git_path + \"/figures/\"\n",
45-
"path_data = git_path + \"/dependencies/lammpstutorials-inputs/\"+path_in_folder.split('/')[-2]+\"/\""
45+
"path_data = git_path + \"/.dependencies/lammpstutorials-inputs/\"+path_in_folder.split('/')[-2]+\"/\""
4646
]
4747
},
4848
{
200 KB
207 KB
112 KB
112 KB

docs/sphinx/source/tutorial2/figures/breakable.ipynb

Lines changed: 209 additions & 0 deletions
Large diffs are not rendered by default.

docs/sphinx/source/tutorial2/figures/unbreakable.ipynb

Lines changed: 259 additions & 0 deletions
Large diffs are not rendered by default.
111 KB
112 KB
149 KB

0 commit comments

Comments
 (0)