Skip to content

Commit a973f96

Browse files
Create _config.yml
1 parent 04db077 commit a973f96

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

_config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# In _config.yml
2+
title: Python for Programmers with AI Case Studies in Persian
3+
author: Deitel & Deitel
4+
logo: "" # You can add a path to a logo image if you have one
5+
6+
# Tell Jupyter Book to find your notebooks in the repository root
7+
repository:
8+
url: https://github.com/your-username/Python-for-Programmers-with-Introductory-AI-Case-Studies # Replace with your repo URL
9+
branch: main # Or master
10+
11+
# Add buttons to link back to your repository
12+
html:
13+
use_issues_button: true
14+
use_repository_button: true

0 commit comments

Comments
 (0)