FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
brainplotlib/docs/_config.yml at main · feilong/brainplotlib · GitHub
feilong
/
brainplotlib
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
46
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
brainplotlib
/
docs
/
_config.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
119 lines (102 loc) · 2.87 KB
Breadcrumbs
brainplotlib
/
docs
/
_config.yml
Copy path
File metadata and controls
119 lines (102 loc) · 2.87 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
#
Book settings
#
Learn more at https://jupyterbook.org/customize/config.html
title
:
"
"
author
:
the brainplotlib developers and contributors
logo
:
brainplotlib_logo.png
#
Force re-execution of notebooks on each build.
#
See https://jupyterbook.org/content/execute.html
execute
:
execute_notebooks
:
cache
#
Define the name of the latex output file for PDF builds
latex
:
latex_documents
:
targetname
:
book.tex
#
Add a bibtex file so that we can create citations
#
bibtex_bibfiles:
#
- references.bib
#
Information about where the book exists on the web
repository
:
url
:
https://github.com/feilong/brainplotlib
#
Online location of your book
path_to_book
:
docs
#
Optional path to your book, relative to the repository root
branch
:
master
#
Which branch of the repository should be used when creating links (optional)
#
Add GitHub buttons to your book
#
See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html
:
use_issues_button
:
true
use_repository_button
:
true
parse
:
myst_substitutions
:
gallery
:
|
`````{grid}
````{grid-item-card}
:columns: 4
:class-header: bg-light text-center
:class-body: text-center m-0 p-0
:link-type: doc
:link: /examples/save_image
Save the high-res image
^^^
```{glue:figure} save_image
```
````
````{grid-item-card}
:columns: 4
:class-header: bg-light text-center
:class-body: text-center m-0 p-0
:link-type: doc
:link: /examples/plot_colorbar
Plot a colorbar
^^^
```{glue:figure} with_colorbar
```
````
````{grid-item-card}
:columns: 4
:class-header: bg-light text-center
:class-body: text-center m-0 p-0
:link-type: doc
:link: /examples/different_cmaps
Different colormaps
^^^
```{glue:figure} different_cmaps
```
````
`````
`````{grid}
````{grid-item-card}
:columns: 4
:class-header: bg-light text-center
:class-body: text-center m-0 p-0
:link-type: doc
:link: /examples/different_resolutions
Different data resolutions
^^^
```{glue:figure} different_resolutions
```
````
````{grid-item-card}
:columns: 4
:class-header: bg-light text-center
:class-body: text-center m-0 p-0
:link-type: doc
:link: /examples/cortical_masks
Handle cortical masks
^^^
```{glue:figure} cortical_masks
```
````
````{grid-item-card}
:columns: 4
:class-header: bg-light text-center
:class-body: text-center m-0 p-0
:link-type: doc
:link: /examples/different_surfaces
Alternative surface types
^^^
```{glue:figure} different_surfaces
```
````
`````
gallery_link
:
|
---
[**<< Go back to the gallery of examples**](/examples/index)
Back
|
FazBrowse Home
|
New Git URL