File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ $ wget https://acenet-arc.github.io/ACENET_Summer_School_General/code/profiling/
45
45
$ mv md_gprof.f90 src/
46
46
```
47
47
48
- ## Generating the initial Sphinx Documentaton
48
+ ## Generating the initial Sphinx Documentation
49
49
``` console
50
50
(sphinx_fortran) Example_Fortran $ echo '**/_build/' >> .gitignore
51
51
(sphinx_fortran) Example_Fortran $ mkdir docs
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Now we can include a link to the documentation of :py:mod:`Intersphinx<sphinx:s
149
149
by including ``:py:mod:`Intersphinx<sphinx:sphinx.ext.intersphinx>` ``
150
150
in this ``.rst `` file.
151
151
Refer to :ref: `Cross-referencing syntax<sphinx:xref-syntax> ` and
152
- :py:mod: `Intersphinx Documentaion <sphinx:sphinx.ext.intersphinx> ` on how to
152
+ :py:mod: `Intersphinx Documentation <sphinx:sphinx.ext.intersphinx> ` on how to
153
153
use it.
154
154
155
155
You can’t perform that action at this time.
0 commit comments