-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
38 lines (38 loc) · 1.06 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
format: jb-article
root: introduction
title: Start Here
sections:
- file: 00_python/python
sections:
- file: 00_python/conda
- file: 00_python/jupyter
- file: 00_python/using_python
- file: 00_python/basics
- file: 00_python/bitsbytes
- file: 00_python/basic_packages
- file: 00_python/functions
- file: 00_python/classes
- file: 00_python/modules
- file: 00_python/decorators
- file: 00_python/iterators
- file: 00_python/pyplot
- file: 00_python/misc
- file: 01_analysis/analysis
sections:
- file: 01_analysis/asymptotic_notation
- file: 01_analysis/recursion
- file: 01_analysis/convergence
- file: 01_analysis/average_case
- file: 02_linear_algebra/linear_algebra
sections:
- file: 02_linear_algebra/memory
- file: 02_linear_algebra/numpy_scipy_linalg
- file: 02_linear_algebra/blas_lapack
- file: 04_functions/functions
sections:
- file: 04_functions/roots
- file: 09_computing/computing
sections:
- file: 09_computing/basic_bash
- file: 09_computing/performance/ipython
- file: 09_computing/performance/numpy_ufuncs