Skip to content

Commit 546ab9a

Browse files
committed
Added sqlite tutorial to index.rst and fixed a typo in README
1 parent c8ba82a commit 546ab9a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ make -C docs html
110110

111111
Then navigate to `docs/_build/html` and open `index.html` on your browser to see the built documentation.
112112

113-
To build live-reload documentation, run the following command. You need to open a web browser and enter the URL that sphinx-build serves to veiw the live, auto-updating Sphinx docs, for instance, `http://127.0.0.1:8000`.
113+
To build live-reload documentation, run the following command. You need to open a web browser and enter the URL that sphinx-build serves to view the live, auto-updating Sphinx docs, for instance, `http://127.0.0.1:8000`.
114114

115115
```shell
116116
sphinx-autobuild docs docs/_build/html

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ mast_contributor_tools Documentation
2626
:caption: Tutorials
2727

2828
tutorial_readme
29-
29+
sqlite_readme
30+
3031
* :ref:`genindex`
3132
* :ref:`modindex`
3233
* :ref:`search`

0 commit comments

Comments
 (0)