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: conf.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,10 @@
45
45
# General information about the project.
46
46
project=u'How to Think Like a Computer Scientist'
47
47
copyright=u'2014 Brad Miller, David Ranum, Created using Runestone Interactive'
48
+
course_description="""Based on the original open source book by Allan Downy and Jeff Elkner. Learn Python, this edition is expanded with additional topics and is fully interactive. Try examples, answer questions, interactively, right in the book!"""
49
+
key_words="intro google active learning fun data turtle graphics learn"
50
+
shelf_section="Intro to Computer Science"
51
+
48
52
49
53
# The version info for the project you're documenting, acts as replacement for
50
54
# |version| and |release|, also used in various other places throughout the
0 commit comments