File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ root: index
33parts :
44 - caption : Getting started with Python for Science
55 chapters :
6- - file : intro/index
76 - file : intro/intro
87 - file : intro/language/python_language
98 sections :
2827 - file : intro/help/help
2928 - caption : Advanced topics
3029 chapters :
31- - file : advanced/index
3230 - file : advanced/advanced_python/index
3331 - file : advanced/advanced_numpy/index
3432 - file : advanced/debugging/index
4341 - file : advanced/interfacing_with_c/interfacing_with_c
4442 - caption : Packages and applications
4543 chapters :
46- - file : packages/index
4744 - file : packages/statistics/index
4845 - file : packages/sympy
4946 - file : packages/scikit-image/index
Original file line number Diff line number Diff line change 1+ ---
2+ orphan : true
3+ ---
4+
15(advanced-topics-part)=
26
37# Introduction to advanced topics
48
59This part of the _ Scientific Python Lectures_ is dedicated to advanced usage.
610It strives to educate the proficient Python coder to be an expert and
711tackles various specific topics.
12+
13+ See the "Advanced topics" section in the table of contents.
Original file line number Diff line number Diff line change 1+ ---
2+ orphan : true
3+ ---
4+
15# Introduction to getting started
26
37This part of the _ Scientific Python Lectures_ is a self-contained
48introduction to everything that is needed to use Python for science,
59from the language itself, to numerical computing or plotting.
10+
11+ See the "Getting started with Python for Science" section in the table of contents.
Original file line number Diff line number Diff line change 1+ ---
2+ orphan : true
3+ ---
4+
15(applications-part)=
26
37# Introduction to packages and applications
48
59This part of the _ Scientific Python Lectures_ is dedicated to various
610scientific packages useful for extended needs.
11+
12+ See the "Packages and applications" section in the table of contents.
You can’t perform that action at this time.
0 commit comments