You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/pydata.md
+4
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ df
32
32
33
33
## Matplotlib
34
34
35
+
```{sidebar}
36
+
Here's a sidebar to test that the code cells behave as we'd expect when there is content to the right. The code cell should be displayed to the left and with no overlap.
Copy file name to clipboardExpand all lines: docs/user_guide/theme-elements.md
+11
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,17 @@ I was made with the `{admonition}` directive and a `sidebar` class.
118
118
I was made with the `{sidebar}` directive.
119
119
```
120
120
121
+
## Footnotes
122
+
123
+
Here's one footnote[^1] and another footnote [^2] and a named footenote[^named], symbol [^*].
124
+
125
+
[^1]: Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar.
126
+
[^2]: Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar.
127
+
[^named]: Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar.
128
+
[^*]: Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar.
129
+
130
+
## Version changes
131
+
121
132
This theme supports a short-hand way of making **admonitions behave like sidebars**.
122
133
This can be a helpful way of highlighting content that lives to the side of your main text without interrupting the vertical flow as much.
0 commit comments