-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path_toc.yml
76 lines (76 loc) · 2.24 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
format: jb-article
root: introduction
title: Start Here
sections:
- file: 00_python/python
sections:
- 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: 02_linear_algebra/sparse
- file: 02_linear_algebra/linearoperators
- file: 02_linear_algebra/sparse_linalg
- file: 02_linear_algebra/pytorch
- file: 02_linear_algebra/convolutions
- file: 02_linear_algebra/fft
- file: 03_optimization/optimization
sections:
- file: 03_optimization/scipy_opt
- file: 04_functions/functions
sections:
- file: 04_functions/sympy
- file: 04_functions/roots
- file: 04_functions/differentiation
- file: 04_functions/ode_initial
- file: 04_functions/interpolation
- file: 04_functions/integration
- file: 04_functions/bvp
- file: 05_graphs/graphs
sections:
- file: 05_graphs/networkx
- file: 05_graphs/spectral
- file: 06_probability_statistics/prob_stat
sections:
- file: 06_probability_statistics/generating_random
- file: 06_probability_statistics/scipy_stats
- file: 07_data/data
sections:
- file: 07_data/pandas
- file: 07_data/sklearn
- file: 07_data/dimension_reduction
- file: 07_data/pytorch
- file: 08_geometry/geometry
sections:
- file: 08_geometry/distances
- file: 08_geometry/nearestneighbor
- file: 09_computing/computing
sections:
- file: 09_computing/basic_bash
- file: 09_computing/git
- file: 09_computing/unittest
- file: 09_computing/packages
- file: 09_computing/performance/performance
sections:
- file: 09_computing/performance/ipython
- file: 09_computing/performance/numpy_ufuncs
- file: 09_computing/environments
- file: 09_computing/agent_based_models