File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ in ``doc/sphinx/build/`` directory.
443443To preview this page locally, we open the file in a web browser:
444444
445445~~~bash
446- xdg-open doc/sphinx/build/html/ index.html
446+ xdg-open doc/sphinx/build/index.html
447447~~~
448448
449449> ## Creating a documentation
@@ -469,6 +469,8 @@ xdg-open doc/sphinx/build/html/index.html
469469> ` ` `
470470>
471471> Save and close the file. We can think of this file as one page of a book.
472+ > Examples of documentation pages can be found in the folder
473+ > ` ` ESMValTool/doc/sphinx/source/recipes` ` .
472474> Then, we need to decide where this page should be located inside the book.
473475> The table of content is defined by ` ` index.rst` ` . Let' s have a look at the content:
474476>
@@ -497,7 +499,7 @@ xdg-open doc/sphinx/build/html/index.html
497499>>
498500>> ~~~bash
499501>> sphinx-build -Ea doc/sphinx/source/ doc/sphinx/build/
500- >> xdg-open doc/sphinx/build/html/ recipes/recipe_warming_stripes.html
502+ >> xdg-open doc/sphinx/build/recipes/recipe_warming_stripes.html
501503>> ~~~
502504>>
503505> {: .solution}
You can’t perform that action at this time.
0 commit comments