Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c908f98

Browse files
committed
DOC Added readme files to include examples in SG
1 parent ba6d268 commit c908f98

5 files changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
build
3333
# sphinx build directory
3434
doc/_build
35+
doc/auto_examples
3536
# setup.py dist directory
3637
dist
3738
# Egg metadata

examples/showcase/README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. _showcase_examples:
2+
3+
Showcase
4+
========

examples/style_sheets/README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. _style_sheet_examples:
2+
3+
Style sheets
4+
============
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. _text_labels_and_annotations:
2+
3+
Text, labels and annotations
4+
============================

examples/text_labels_and_annotations/rainbow_text.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# -*- coding: utf-8 -*-
22
"""
3+
============
4+
Rainbow text
5+
============
6+
37
The example shows how to string together several text objects.
48
59
HISTORY

0 commit comments

Comments
 (0)