Skip to content

Commit 7f6a053

Browse files
committed
Update
1 parent 4334d8d commit 7f6a053

36 files changed

+817
-489
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
_build/*
1+
_build/*
2+
docs/.DS_Store
3+
docs/images/.DS_Store
4+
*.DS_Store
5+
docs/posts/.DS_Store

docs/.DS_Store

0 Bytes
Binary file not shown.

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
title: Sakshi Oza
55
author: Sakshi Oza
6-
logo: pic.jpg
6+
logo: images/sakshi.jpg
77

88
# Force re-execution of notebooks on each build.
99
# See https://jupyterbook.org/content/execute.html

docs/_toc.yml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,18 @@ parts:
55
numbered: false
66
maxdepth: 1
77
chapters:
8-
- file: posts/research/a
98
- file: posts/research/project1
109
- file: posts/research/project2
1110
- file: posts/research/publication
11+
- file: posts/research/conference
12+
- caption: Blogs
13+
numbered: false
14+
maxdepth: 1
15+
chapters:
16+
- file: posts/blogs/blog1
17+
- file: posts/blogs/blog2
1218
- caption: Open Source
1319
numbered: false
1420
maxdepth: 1
1521
chapters:
1622
- file: posts/open_source/gsoc
17-
18-
# - file: tutorials/references
19-
20-
# - caption: Topic Guides
21-
# chapters:
22-
# - file: basics/organize
23-
# sections:
24-
# - file: structure/toc
25-
# - file: structure/configure
26-
# - file: file-types/index
27-
# sections:
28-
# - file: file-types/markdown
29-
# - file: file-types/notebooks
30-
# - file: file-types/myst-notebooks
31-
# - file: file-types/jupytext
32-
# - file: file-types/restructuredtext
33-
# - file: basics/create
34-
# - file: structure/sections-headers

docs/images/blogs/data_science1.jpg

18.6 KB
Loading

docs/images/blogs/data_science2.png

18.6 KB
Loading
6.05 KB
Loading

docs/images/blogs/ds_games.png

6.95 KB
Loading

docs/images/blogs/ds_spotify.png

11.8 KB
Loading

docs/images/cluster_plot.png

-154 KB
Binary file not shown.

0 commit comments

Comments
 (0)