diff options
author | Eric Holscher <25510+ericholscher@users.noreply.github.com> | 2022-07-21 15:12:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 15:12:18 -0700 |
commit | 7a9f22d661e90a3ddfb442f97bd18ce6974e53be (patch) | |
tree | 114a88c08606c412a21fb069b8743ab46be25332 /doc/tutorial | |
parent | 94024e6efaa23869a6141dba05118c158d3d3f8f (diff) | |
download | sphinx-git-7a9f22d661e90a3ddfb442f97bd18ce6974e53be.tar.gz |
Note that the tutorial is a tutorial, to help with search
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index 57a055f43..d7f486117 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -1,8 +1,8 @@ .. _tutorial: -======================== -Build your first project -======================== +================================== +Tutorial: Build your first project +================================== In this tutorial you will build a simple documentation project using Sphinx, and view it in your browser as HTML. The project will include narrative, |