Skip to content

Commit

Permalink
Update docs and package
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Nov 18, 2024
1 parent 2b3e204 commit cd0b60d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Copyright>Search Pioneer</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/searchpioneer/ranklib-dotnet</RepositoryUrl>
<PackageProjectUrl>https://github.com/searchpioneer/ranklib-dotnet</PackageProjectUrl>
<PackageProjectUrl>https://searchpioneer.github.io/ranklib-dotnet/</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/searchpioneer/ranklib-dotnet/releases</PackageReleaseNotes>
<PackageTags>search;ranking;learning-to-rank;ranklib;machine-learning;ltr;ml;lambdamart;mart;ranknet;rankboost;adarank;lambdarank</PackageTags>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion docs/Docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"_appName": "RankLib for .NET",
"_appLogoPath": "images/ranklib_dotnet.svg",
"_appFaviconPath": "images/ranklib_dotnet_favicon.png",
"_appFooter": "<span>Made by <a href=\"https://searchpioneer.com\"><img id=\"searchpioneer-logo\" src=\"../../images/searchpioneer_logo.svg\" alt=\"Search Pioneer\"/></a></span>",
"_appFooter": "<span>Made by <a href=\"https://searchpioneer.com\"><img id=\"searchpioneer-logo\" src=\"images/searchpioneer_logo.svg\" alt=\"Search Pioneer\"/></a></span>",
"_lang": "en",
"_enableSearch": true
},
Expand Down
2 changes: 1 addition & 1 deletion docs/Docs/documentation/cli/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
It's recommended to add as a global .NET command line tool

```sh
dotnet tool install -g RankLib.Cli
dotnet tool install -g SearchPioneer.RankLib.Cli
```

After installation, the tool can be run with
Expand Down

0 comments on commit cd0b60d

Please sign in to comment.