Skip to content

Commit fc6337c

Browse files
committed
Fix the figures
1 parent fd3f422 commit fc6337c

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
lines changed

docs/kitchen-sink/generic.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Sidebar
114114

115115
Lorem ipsum dolor sit amet consectetur adipisicing elit.
116116

117-
.. image:: https://source.unsplash.com/200x200/daily?cute+puppy
117+
.. image:: https://picsum.photos/id/237/200/200
118118

119119
Lorem ipsum dolor sit amet consectetur adipisicing elit.
120120

@@ -272,4 +272,4 @@ voluptatem officia culpa optio atque. Quaerat sed quibusdam ratione nam.
272272
Download Links
273273
==============
274274

275-
:download:`This long long long long long long long long long long long long long long long download link should wrap white-spaces <https://source.unsplash.com/200x200/daily?cute+puppy>`
275+
:download:`This long long long long long long long long long long long long long long long download link should wrap white-spaces <https://picsum.photos/id/237/200/200>`

docs/kitchen-sink/images.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ Images
1212

1313
An image:
1414

15-
.. image:: https://source.unsplash.com/200x200/daily?cute+puppy
15+
.. image:: https://picsum.photos/id/237/200/200
1616
:height: 200
1717
:width: 200
1818

1919
A clickable image:
2020

21-
.. image:: https://source.unsplash.com/200x200/daily?cute+puppy
21+
.. image:: https://picsum.photos/id/237/200/200
2222
:target: https://unsplash.com/
2323
:height: 200
2424
:width: 200
2525

26-
.. image:: https://source.unsplash.com/200x200/daily?cute+puppy
26+
.. image:: https://picsum.photos/id/237/200/200
2727
:align: right
2828
:height: 200
2929
:width: 200
@@ -43,7 +43,7 @@ sapiente veritatis doloribus accusantium molestiae modi recusandae
4343
excepturi facere, corrupti expedita sit nihil temporibus eius sequi
4444
animi, illo libero labore fuga.
4545

46-
.. image:: https://source.unsplash.com/200x200/daily?cute+puppy
46+
.. image:: https://picsum.photos/id/237/200/200
4747
:align: left
4848
:height: 200
4949
:width: 200
@@ -66,7 +66,7 @@ animi, illo libero labore fuga.
6666
Figures
6767
-------
6868

69-
.. figure:: https://source.unsplash.com/200x200/daily?cute+puppy
69+
.. figure:: https://picsum.photos/id/237/200/200
7070
:alt: reStructuredText, the markup syntax
7171

7272
A figure is an image with a caption and/or a legend:
@@ -83,7 +83,7 @@ Figures
8383

8484
A figure directive with center alignment
8585

86-
.. figure:: https://source.unsplash.com/200x200/daily?cute+puppy
86+
.. figure:: https://picsum.photos/id/237/200/200
8787
:align: center
8888

8989
This caption should be centered.

docs/kitchen-sink/lists.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@ Hlists
254254
.. hlist::
255255
:columns: 2
256256

257-
- .. figure:: https://source.unsplash.com/200x200/daily?cute+puppy
257+
- .. figure:: https://picsum.photos/id/237/200/200
258258

259259
This is a short caption for a figure.
260260

261-
- .. figure:: https://source.unsplash.com/200x200/daily?cute+puppy
261+
- .. figure:: https://picsum.photos/id/237/200/200
262262

263263
This is a long caption for a figure. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
264264
Donec porttitor dolor in odio posuere, vitae ornare libero mattis. In lobortis justo vestibulum nibh aliquet, non.

docs/kitchen-sink/structure.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ luctus efficitur arcu. Cras ut dictum mi. Nulla congue interdum lorem, semper se
8484
Document Subsection
8585
-------------------
8686

87-
.. figure:: https://source.unsplash.com/200x200/daily?cute+puppy
87+
.. figure:: https://picsum.photos/id/237/200/200
8888
:align: right
8989
:figwidth: 200px
9090

docs/kitchen-sink/tables.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ List Tables
101101

102102
.. list-table:: This is a list table with images in it.
103103

104-
* - .. figure:: https://source.unsplash.com/200x200/daily?cute+puppy
104+
* - .. figure:: https://picsum.photos/id/237/200/200
105105

106106
This is a short caption for a figure.
107107

108-
- .. figure:: https://source.unsplash.com/200x200/daily?cute+puppy
108+
- .. figure:: https://picsum.photos/id/237/200/200
109109

110110
This is a long caption for a figure. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
111111
Donec porttitor dolor in odio posuere, vitae ornare libero mattis. In lobortis justo vestibulum nibh aliquet, non.

docs/reference/images.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ Images can be a great supplement to technical documentation text. Sphinx provide
55
## Basic Usage
66

77
```{furo-demo}
8-
![](https://source.unsplash.com/200x200/daily?cute+animals)
8+
![](https://picsum.photos/id/237/200/200)
99
1010
This is from Markdown.
1111
1212
+++
1313
14-
.. image:: https://source.unsplash.com/200x200/daily?cute+animals
14+
.. image:: https://picsum.photos/id/237/200/200
1515
1616
This is from reStructuredText.
1717
```
1818

1919
## Alignment
2020

2121
````{furo-demo}
22-
```{image} https://source.unsplash.com/200x200/daily?cute+animals
22+
```{image} https://picsum.photos/id/237/200/200
2323
:align: center
2424
```
2525
2626
This is from Markdown.
2727
2828
+++
2929
30-
.. image:: https://source.unsplash.com/200x200/daily?cute+animals
30+
.. image:: https://picsum.photos/id/237/200/200
3131
:align: center
3232
3333
@@ -38,15 +38,15 @@ This is from reStructuredText.
3838

3939
````{furo-demo}
4040
41-
```{figure} https://source.unsplash.com/200x200/daily?cute+animals
41+
```{figure} https://picsum.photos/id/237/200/200
4242
This is a captioned image, which needs the "figure" directive.
4343
```
4444
4545
This is from Markdown.
4646
4747
+++
4848
49-
.. figure:: https://source.unsplash.com/200x200/daily?cute+animals
49+
.. figure:: https://picsum.photos/id/237/200/200
5050
5151
This is a captioned image, which needs the "figure" directive.
5252
@@ -66,22 +66,22 @@ based on the currently active colour scheme.
6666

6767
````{furo-demo}
6868
69-
```{image} https://source.unsplash.com/200x200/daily?cute+dogs
69+
```{image} https://picsum.photos/id/237/200/200
7070
:align: center
7171
:class: only-light
7272
```
7373
74-
```{image} https://source.unsplash.com/200x200/daily?cute+cats
74+
```{image} https://picsum.photos/id/237/200/200
7575
:align: center
7676
:class: only-dark
7777
```
7878
79-
```{figure} https://source.unsplash.com/200x200/daily?cute+cats
79+
```{figure} https://picsum.photos/id/237/200/200
8080
:align: center
8181
:figclass: only-light
8282
```
8383
84-
```{figure} https://source.unsplash.com/200x200/daily?cute+dogs
84+
```{figure} https://picsum.photos/id/237/200/200
8585
:align: center
8686
:figclass: only-dark
8787
```
@@ -90,22 +90,22 @@ This is from Markdown.
9090
9191
+++
9292
93-
.. image:: https://source.unsplash.com/200x200/daily?cute+dogs
93+
.. image:: https://picsum.photos/id/237/200/200
9494
:align: center
9595
:class: only-light
9696
9797
98-
.. image:: https://source.unsplash.com/200x200/daily?cute+cats
98+
.. image:: https://picsum.photos/id/237/200/200
9999
:align: center
100100
:class: only-dark
101101
102102
103-
.. figure:: https://source.unsplash.com/200x200/daily?cute+cats
103+
.. figure:: https://picsum.photos/id/237/200/200
104104
:align: center
105105
:figclass: only-light
106106
107107
108-
.. figure:: https://source.unsplash.com/200x200/daily?cute+dogs
108+
.. figure:: https://picsum.photos/id/237/200/200
109109
:align: center
110110
:figclass: only-dark
111111

0 commit comments

Comments
 (0)