@@ -49,7 +49,7 @@ Fetching the data
49
49
Now we will start to customize out docs. Grab a couple of files from
50
50
the `web site <https://github.com/matplotlib/sampledoc >`_
51
51
or git. You will need :file: `getting_started.rst ` and
52
- :file: `_static/basic_screenshot .png `. All of the files live in the
52
+ :file: `_static/new_basic_screenshot .png `. All of the files live in the
53
53
"completed" version of this tutorial, but since this is a tutorial,
54
54
we'll just grab them one at a time, so you can learn what needs to be
55
55
changed where. Since we have more files to come, I'm going to grab
@@ -69,7 +69,7 @@ need into my :file:`sampledoc` directory::
69
69
Unpacking objects: 100% (87/87), done.
70
70
Checking connectivity... done
71
71
home:~/tmp> cp tutorial/getting_started.rst sampledoc/
72
- home:~/tmp> cp tutorial/_static/basic_screenshot .png sampledoc/_static/
72
+ home:~/tmp> cp tutorial/_static/new_basic_screenshot .png sampledoc/_static/
73
73
74
74
The last step is to modify :file: `index.rst ` to include the
75
75
:file: `getting_started.rst ` file (be careful with the indentation, the
@@ -93,10 +93,11 @@ When you reload the page by refreshing your browser pointing to
93
93
"Getting Started" docs, and in there this page with the screenshot.
94
94
`Voila! `
95
95
96
- Note we used the image directive to include to the screenshot above
96
+ We can also use the image directive in :file: ` index.rst ` to include to the screenshot above
97
97
with::
98
98
99
- .. image:: _static/basic_screenshot.png
99
+ .. image::
100
+ _static/new_basic_screenshot.png
100
101
101
102
102
103
Next we'll customize the look and feel of our site to give it a logo,
0 commit comments