"tests/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "e29ab9f682725c94b01e1149de49436b5b88ac54"
Unverified Commit ea04c66c authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[docs] update installation guide (#6696)



* Update Installation-Guide.rst

* Update script.js

* replace all Ninja sections with one paragraph

---------
Co-authored-by: default avatarshiyu1994 <shiyu_k1994@qq.com>
parent 784f3841
This diff is collapsed.
......@@ -15,7 +15,7 @@ $(() => {
/* Collapse specified sections in the installation guide */
if (window.location.pathname.toLocaleLowerCase().indexOf("installation-guide") !== -1) {
$(
'<style>.closed, .opened {cursor: pointer;} .closed:before, .opened:before {font-family: FontAwesome; display: inline-block; padding-right: 6px;} .closed:before {content: "\\f078";} .opened:before {content: "\\f077";}</style>',
'<style>.closed, .opened {cursor: pointer;} .closed:before, .opened:before {font-family: FontAwesome; display: inline-block; padding-right: 6px;} .closed:before {content: "\\f054";} .opened:before {content: "\\f078";}</style>',
).appendTo("body");
const collapsible = [
"#build-threadless-version-not-recommended",
......@@ -23,6 +23,8 @@ $(() => {
"#build-gpu-version",
"#build-cuda-version",
"#build-java-wrapper",
"#build-python-package",
"#build-r-package",
"#build-c-unit-tests",
];
$.each(collapsible, (_, val) => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment