File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ===========
3
+ Style Guide
4
+ ===========
5
+
6
+ Expository Language
7
+ ===================
8
+
9
+ Terminology
10
+ -----------
11
+
12
+
13
+
14
+ Grammar
15
+ -------
16
+
17
+
18
+
19
+ Formatting
20
+ ==========
21
+
22
+
23
+
24
+ Additional Resources
25
+ ====================
26
+
27
+ * `Red Hat Style Guide <https://stylepedia.net/style/#grammar >`_
28
+ * `IBM Style Guide <https://www.ibm.com/developerworks/library/styleguidelines/ >`_
29
+ * `Google Developer Style Guide <https://developers.google.com/style >`_
Original file line number Diff line number Diff line change 1
1
"""
2
+
3
+ .. _getting_started:
4
+
2
5
***************
3
6
Getting Started
4
7
***************
310
313
#
311
314
# The image below depicts each visible element of a Matplotlib graph. The
312
315
# graphic uses Matplotlib to display and highlight each individual part of the
313
- # visualization. The source code is available as :ref:`Anatomy-of-a-figure`.
316
+ # visualization. The source code is available as
317
+ # :ref:`sphx_glr_gallery_showcase_anatomy.py`.
314
318
#
315
319
# .. note::
316
320
#
You can’t perform that action at this time.
0 commit comments