File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
2182183. Add some content to `another-feature.md`, rebuild with `sphinx-build . _build`, and refresh the browser to look at the results.
2192194. 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```
342342If 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
You can’t perform that action at this time.
0 commit comments