-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.yml
74 lines (61 loc) · 2.58 KB
/
mkdocs.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
site_name: PymoNNto
site_url: "https://pymonnto.readthedocs.io/"
site_description: Project documentation with Markdown.
site_author: Marius Vieth
repo_url: https://github.com/trieschlab/PymoNNto
edit_uri: "github.com/trieschlab/PymoNNto"
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- rust
nav:
- Home: index.md
- Introduction:
- -Installation: Introduction/installation.md
- -Basics: Introduction/basics.md
- -Tagging System ['tag']: Introduction/Tagging.md
- -User Interface: Introduction/User_Interface.md
- -Input switching: Introduction/input_switch.md
- -Neuron Dimension: Introduction/Neuron_Dimension.md
- -Recorder: Introduction/Recorder.md
- -Event Recorder: Introduction/Event_Recorder.md
- Fast and efficient code:
- -Fast processing: Efficiency/fast_processing.md
- -Storage Manager: Efficiency/StorageManager.md
- -Evolution: Efficiency/Evolution.md
- -Cython: Efficiency/cython.md
- -Conditional Behavior: Efficiency/Conditional_Behavior_Attachment.md
- Complex Example:
- -Homeostasis: Complex_Tutorial/Homeostasis.md
- -Normalization: Complex_Tutorial/Normalization.md
- -STDP: Complex_Tutorial/STDP.md
- -Complex Network: Complex_Tutorial/Complex.md
- Behavior Examples:
- -Refractory Period: Behaviors/Refractory_Period.md
- -NOX Diffusion: Behaviors/NOX_Diffusion.md
- Synapse Behaviors:
- -Weight initialization: Synapse_Behaviors/Weight_Initialization.md
- -Receptive fields and connectivity: Synapse_Behaviors/Receptive_Fields.md
- -Partition: Synapse_Behaviors/Partition.md
- User Interface Tabs:
- -Custom UI Tab: UI/cutom_ui_tab.md
- -Default Tabs: UI/Default.md
- -Text Input Tabs: UI/Text_Input_Tabs.md
- -Basic Tab: UI/Basic_Tab.md
- -OpenGL Tab: UI/OpenGLTab.md
- Classical Examples:
- -Brunel Hakim: Classical/Brunel_Hakim.md
- -Diesmann_Synfire: Classical/Diesmann_Synfire.md
- -Hindmarsh Rose: Classical/Hindmarsh_Rose.md
- -Hodgkin Huxley: Classical/Hodgkin_Huxley.md
- -Hopfield: Classical/Hopfield.md
- -Izhikevich: Classical/Izhikevich.md
- -Leaky Integrate And Fire: Classical/LeakyIntegrateAndFire.md
- -Wang Buzaki: Classical/Wang_Buzaki.md
- Experimental:
- -Differential Equation - Brian 2 - Hybrid: Experimental/Differential_Equation.md
- -Tensorflow: Experimental/Tensorflow.md
plugins:
- search