diff options
author | Chris Holdgraf <choldgraf@berkeley.edu> | 2022-07-18 23:48:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 22:48:28 +0100 |
commit | eb0a6c574fd18d5c5d903e5d07cba8cafc376ee0 (patch) | |
tree | 095f920cc298638f479e19a191dd701d40338c83 /doc/tutorial | |
parent | a504ac6100a577cbda1bedf80d69636603ee287c (diff) | |
download | sphinx-git-eb0a6c574fd18d5c5d903e5d07cba8cafc376ee0.tar.gz |
Update documentation structure and theming (#10677)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
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 1d12aff83..57a055f43 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -1,8 +1,8 @@ .. _tutorial: -=============== -Sphinx 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, |