You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/_config.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ sphinx: # Options passed on to the
22
22
exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb"] #exclude files which should not be accessible for live code: https://teachbooks.io/manual/features/live_code.html
23
23
html_theme_options:
24
24
logo:
25
-
text: 함께 만드는 인과추론 # Replace this with your own book title
25
+
text: Awesome Causal Inference# Replace this with your own book title
26
26
image_light: pseudo_lab.png # Put your logo for the light mode here (can be the same as image_dark)
27
27
image_dark: pseudo_lab_inverted.png # Put your logo for the dark mode here (can be the same as image_light)
28
28
repository_url: "https://github.com/CausalInferenceLab/awesome-causal-inference-python"# Add your own repo URL here
0 commit comments