8000 DOC Temporarily remove prompt from 2 command lines (#18920) · franslarsson/scikit-learn@cd939ac · GitHub
[go: up one dir, main page]

Skip to content

Commit cd939ac

Browse files
authored
DOC Temporarily remove prompt from 2 command lines (scikit-learn#18920)
1 parent 9d394c2 commit cd939ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/developers/advanced_installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ console:
208208

209209
For 64-bit Python, configure the build environment with:
210210

211-
.. prompt:: bash $
211+
::
212212

213-
SET DISTUTILS_USE_SDK=1
214-
"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64
213+
$ SET DISTUTILS_USE_SDK=1
214+
$ "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64
215215

216216
Replace ``x64`` by ``x86`` to build for 32-bit Python.
217217

doc/developers/maintainer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ Making a release
114114
- Edit the doc/whats_new.rst file to add release title and commit
115115
statistics. You can retrieve commit statistics with:
116116

117-
.. prompt:: bash $
117+
::
118118

119-
git shortlog -s 0.99.33.. | cut -f2- | sort --ignore-case | tr '\n' ';' | sed 's/;/, /g;s/, $//'
119+
$ git shortlog -s 0.99.33.. | cut -f2- | sort --ignore-case | tr '\n' ';' | sed 's/;/, /g;s/, $//'
120120

121121
- Update the release date in ``whats_new.rst``
122122

0 commit comments

Comments
 (0)
0