Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
361eef29
Commit
361eef29
authored
Nov 15, 2019
by
Snawoot
Committed by
GitHub
Nov 15, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #188 from Snawoot/doc_improvement
win: meaningful labels for links in driver table
parents
3b4954f2
6557866d
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
81 additions
and
81 deletions
+81
-81
tools/readme-autogen/readme_autogen.py
tools/readme-autogen/readme_autogen.py
+3
-3
win/README.md
win/README.md
+78
-78
No files found.
tools/readme-autogen/readme_autogen.py
View file @
361eef29
...
...
@@ -106,11 +106,11 @@ def windows_driver_rows(drivers):
patch64_url
=
d
.
get
(
'patch64_url'
)
patch32_url
=
d
.
get
(
'patch32_url'
)
driver_url
=
d
.
get
(
'driver_url'
)
patch64_link
=
markdown_link_tmpl
.
substitute
(
text
=
"
Direct link
"
,
patch64_link
=
markdown_link_tmpl
.
substitute
(
text
=
"
x64 library patch
"
,
url
=
patch64_url
)
if
patch64_url
else
''
patch32_link
=
markdown_link_tmpl
.
substitute
(
text
=
"
Direct link
"
,
patch32_link
=
markdown_link_tmpl
.
substitute
(
text
=
"
x86 library patch
"
,
url
=
patch32_url
)
if
patch32_url
else
''
driver_link
=
markdown_link_tmpl
.
substitute
(
text
=
"D
irect
link"
,
driver_link
=
markdown_link_tmpl
.
substitute
(
text
=
"D
river
link"
,
url
=
driver_url
)
if
driver_url
else
''
yield
driver_row_tmpl
.
substitute
(
product
=
product
,
version_variant
=
version_variant
,
...
...
win/README.md
View file @
361eef29
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment