Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 920edec

Browse files
authored
Merge pull request sphinx-contrib#32 from geier/patch-1
Fixed omissions/typos in tutorial.rst.
2 parents f0d2d9d + b556eaf commit 920edec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorial.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ SCVersioning:
4141

4242
.. code-block:: bash
4343
44-
sphinx-versioning -r feature_branch build docs docs/_build/html
44+
sphinx-versioning build -r feature_branch docs docs/_build/html
4545
open docs/_build/html/index.html
4646
47-
More information about all of the options can be found at :ref:`settings` or by running with ``-help`` but just for
47+
More information about all of the options can be found at :ref:`settings` or by running with ``--help`` but just for
4848
convenience:
4949

5050
* ``-r feature_branch`` tells the program to build our newly created/pushed branch at the root of the "html" directory.
@@ -93,9 +93,9 @@ Now that you have the destination branch in origin go ahead and run SCVersioning
9393

9494
.. code-block:: bash
9595
96-
sphinx-versioning -r feature_branch push docs gh-pages .
96+
sphinx-versioning push -r feature_branch docs gh-pages .
9797
98-
Again you can find more information about all of the options at :ref:`settings` or by running with ``-help`` but just
98+
Again you can find more information about all of the options at :ref:`settings` or by running with ``--help`` but just
9999
for convenience:
100100

101101
* ``gh-pages`` is obviously the branch that will hold generated HTML docs.

0 commit comments

Comments
 (0)