@@ -886,12 +886,16 @@ all the documentation and additionally execute just your example or tutorial
886
886
you expect).
887
887
888
888
.. note ::
889
- On Windows, to use the pattern approach, use the following two lines:
889
+ If you are using a *Windows command shell *, to use the pattern approach,
890
+ use the following two lines:
890
891
891
- .. code-block :: python
892
+ .. code-block :: doscon
892
893
893
- set PATTERN = {< REGEX_TO_SELECT_MY_TUTORIAL > }
894
- make html_dev- pattern
894
+ > set PATTERN=<REGEX_TO_SELECT_MY_TUTORIAL>
895
+ > make html_dev-pattern
896
+
897
+ If you are on Windows but using the `git BASH `_ shell, use the same two
898
+ commands but replace ``set `` with ``export ``.
895
899
896
900
After either of these commands completes, ``make show `` will open the
897
901
locally-rendered documentation site in your browser. Additional ``make ``
@@ -1017,7 +1021,6 @@ it can serve as a useful example of what to expect from the PR review process.
1017
1021
.. git installation
1018
1022
1019
1023
.. _the .dmg installer : https://git-scm.com/download/mac
1020
- .. _git for Windows : https://gitforwindows.org/
1021
1024
.. _official Linux instructions : https://git-scm.com/download/linux
1022
1025
.. _more detailed instructions and alternatives : https://www.atlassian.com/git/tutorials/install-git
1023
1026
.. _Windows subsystem for Linux : https://docs.microsoft.com/en-us/windows/wsl/about
@@ -1027,8 +1030,6 @@ it can serve as a useful example of what to expect from the PR review process.
1027
1030
1028
1031
.. github help pages
1029
1032
1030
- .. _GitHub Help : https://help.github.com
1031
- .. _GitHub learning lab : https://lab.github.com/
1032
1033
.. _fork : https://help.github.com/en/articles/fork-a-repo
1033
1034
.. _clone : https://help.github.com/en/articles/cloning-a-repository
1034
1035
.. _push : https://help.github.com/en/articles/pushing-to-a-remote
0 commit comments