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
-**Format**: All images must be in SVG format for optimal rendering and scalability
149
-
-**Diagrams**: All architecture, component or sequence diagrams must be created using PlantUML with C4 Component modeling
150
-
-**Attributes**:
151
-
-`:figwidth:` - REQUIRED (usually specified as percentage, e.g., `90%`)
152
-
-`:align:` - REQUIRED (typically `center`)
153
-
- Caption text - REQUIRED (appears below the figure)
154
-
-`:target:` - REQUIRED for PlantUML diagrams (must link to the PlantUML source)
155
-
- Label (e.g., `.. _fig_reference_name:`) - Recommended for cross-referencing but optional. Use the prefix `_fig_` followed by the reference name
186
+
.. figure:: ./images/pdf/diagram-name.pdf
187
+
:alt: Description of the diagram
188
+
:width: 100%
189
+
:align: center
156
190
157
-
When working with figures, understand the difference between these key attributes:
191
+
Caption text describing the figure.
192
+
```
158
193
159
-
-**:figwidth:** Controls the width of the entire figure block, including the caption and any padding. It defines how much horizontal space the figure occupies in the document layout.
194
+
#### PlantUML Diagrams
160
195
161
-
-**:width:** Controls only the width of the image itself, not the entire figure block. Use this when you need to resize just the image while allowing the caption to potentially be wider.
196
+
For PlantUML diagrams, use the `plantuml` directive:
162
197
163
-
Example with both attributes:
164
198
```rst
165
-
.. figure:: ../../images/diagram-name.svg
166
-
:figwidth: 90% # The entire figure block is 90% of the available width
167
-
:width: 80% # The image itself is 80% of the figure block width
:caption: `Caption text describing the figure. <https://www.plantuml.com/plantuml/svg/ENCODED-URL>`_
172
205
```
173
206
207
+
Note that for PlantUML diagrams:
208
+
- The `:caption:` attribute must include a link to the preview SVG on the PlantUML website
209
+
- You do not need to use the `only::` directives as Sphinx will handle the output format automatically
210
+
211
+
### Image Attributes
212
+
213
+
When working with figures, understand the difference between these key attributes:
214
+
215
+
-**:figwidth:** Controls the width of the entire figure block, including the caption and any padding. It defines how much horizontal space the figure occupies in the document layout.
216
+
217
+
-**:width:** Controls only the width of the image itself, not the entire figure block. Use this when you need to resize just the image while allowing the caption to potentially be wider.
218
+
174
219
Other useful figure attributes:
175
220
-**:height:** Controls the height of the image
176
221
-**:scale:** Scales the image (e.g., `:scale: 50%`)
177
-
-**:alt:** Provides alternative text for accessibility
178
-
-**:name:**Used for internal references (can also use the separate label format shown above)
222
+
-**:alt:** Provides alternative text for accessibility (REQUIRED)
223
+
-**:align:**Specifies the alignment of the figure (typically `center`)
Considering that the User has initialized the new Wallet Instance and it is in active state by obtaining a new PID, this specification relaxes the requirement of the ARF concerning the addition of the PID in the backup file.
133
145
Below, the description of the steps of :numref:`fig_Restore_flow`:
Copy file name to clipboardExpand all lines: docs/en/brand-identity.rst
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -102,10 +102,17 @@ Verifiers MUST make the Authentication Button available within the Discovery Pag
102
102
103
103
The integration of the Authentication Button within the Discovery Page may vary depending on the page layout. Below are illustrative, non-exhaustive examples of Discovery Pages using grid, tab, and list layouts, respectively.
0 commit comments