Skip to content

Commit 3f40aa3

Browse files
committed
Merge branch 'getting_started' of github.com:jeromefv/matplotlib into getting_started
2 parents bbebb16 + b8fc8f2 commit 3f40aa3

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

doc/devel/style_guide.rst

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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>`_

tutorials/introductory/getting_started.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
"""
2+
3+
.. _getting_started:
4+
25
***************
36
Getting Started
47
***************
@@ -310,7 +313,8 @@
310313
#
311314
# The image below depicts each visible element of a Matplotlib graph. The
312315
# 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`.
314318
#
315319
# .. note::
316320
#

0 commit comments

Comments
 (0)