Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Montana/docfix#1376

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
montanalow merged 3 commits intomasterfrommontana/docfix
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
singularize titles
  • Loading branch information
@montanalow
montanalow committedMar 19, 2024
commit06d6844e5decdc0c1df40a3cadb4347d14c44fe7
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -84,14 +84,13 @@ impl LandingPage {
let mut benchmarks_folder: Vec<IndexLink> = Vec::new();
let mut extension_folder: Vec<IndexLink> = Vec::new();
let mut client_sdks_folder: Vec<IndexLink> = Vec::new();

while !children.is_empty() {
let link = children.pop().unwrap();

match link.title.to_lowercase().as_ref() {
"benchmarks" => benchmarks_folder = link.children,
"sqlextensions" => extension_folder = link.children,
"clientsdks" => client_sdks_folder = link.children,
"sqlextension" => extension_folder = link.children,
"clientsdk" => client_sdks_folder = link.children,
_ => {
if !link.children.is_empty() {
for item in link.children.clone() {
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -55,8 +55,8 @@ <h1 class="text-center">PostgresML</br><span class="text-gradient-green">Documen

<div class="mt-5">
<%- section_title(
"<h2>SQLExtensions</h2>",
"SQLextensions provide end-to-end ML & AI functionality from inference to deployment.They can be used in any combination to implement bespoke models across use cases.") %>
"<h2>SQLExtension</h2>",
"TheSQLextension provides end-to-end ML & AI functionality from inference to deployment.It can be used in any combination to implement bespoke models across use cases.") %>

<div class="d-flex flex-column gap-4_5">
<div class="d-flex flex-column">
Expand All@@ -76,13 +76,13 @@ <h1 class="text-center">PostgresML</br><span class="text-gradient-green">Documen
<div class="d-flex flex-column gap-3 align-items-center">
<%- section_title(
r#"<div class="d-flex gap-2">
<h2>ClientSDKs</h2>
<h2>ClientSDK</h2>
<div class="language-logos p-2 d-flex gap-2 h-100 rounded-2">
<img width="28px" height="28px" src="/dashboard/static/images/logos/javascript.png"/>
<img width="28px" height="28px" src="/dashboard/static/images/logos/python.png"/>
</div>
</div>"#,
"ClientSDKs implement the best practices to streamline development of common ML/AI use cases in JavaScript or Python.")%>
"OurClientSDK implements the best practices to streamline development of common ML/AI use cases in JavaScript or Python.")%>
</div>
<div class="d-flex flex-column gap-4_5">
<div class="d-flex flex-column">
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp