Skip to content

Commit 988cb9c

Browse files
committed
Finish renaming index.rst => index.md
1 parent cf73bf9 commit 988cb9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/sphinx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ but a more complex format called ReStructured Text (ReST).
213213

214214
`````{exercise} Sphinx-2: Add more content to your example documentation
215215
216-
1. Add a entry below `some-feature.md` labeled `another-feature.md` (or a better name) to the `index.rst` file.
217-
2. Create a file `another-feature.md` in the same directory as the `index.rst` file.
216+
1. Add a entry below `some-feature.md` labeled `another-feature.md` (or a better name) to the `index.md` file.
217+
2. Create a file `another-feature.md` in the same directory as the `index.md` file.
218218
3. Add some content to `another-feature.md`, rebuild with `sphinx-build . _build`, and refresh the browser to look at the results.
219219
4. Use the [MyST Typography](https://myst-parser.readthedocs.io/en/latest/syntax/typography.html) page as help.
220220
@@ -341,7 +341,7 @@ autodoc2_packages = [
341341
```
342342
If you already have extensions from another exercise, just add `"autodoc2"` to the existing list.
343343
344-
4. Add `apidocs/index` to the toctree in `index.rst`.
344+
4. Add `apidocs/index` to the toctree in `index.md`.
345345
````md
346346
```{toctree}
347347
:maxdepth: 2

0 commit comments

Comments
 (0)