Skip to content

Commit 2e5161d

Browse files
committed
Fill in content for front page
1 parent b6c5a0d commit 2e5161d

File tree

7 files changed

+68
-159
lines changed

7 files changed

+68
-159
lines changed

assets/scss/_styles_project.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
a {
22
text-decoration: none;
33
}
4+
5+
.td-page-meta__child {
6+
display: none !important;
7+
}
8+
9+
.td-page-meta__edit {
10+
display: none !important;
11+
}
12+
13+
.td-page-meta__view {
14+
display: none !important;
15+
}
16+
17+
.td-page-meta__project-issue {
18+
display: none !important;
19+
}

assets/scss/_variables_project.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ $primary: #0068B5;
66
$secondary: #eee9e9;
77
*/
88

9-
$primary: #213d7a;
9+
$primary: #254387;
1010
$secondary: #eee9e9;

content/en/_index.md

Lines changed: 34 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ title: Portable Data-Parallel Python Extensions with oneAPI
55
{{<blocks/cover title="" image_anchor="top" height="max" color="primary">}}
66
<div class="mx-auto">
77
<div class="col-lg-12">
8-
<p class="display-6 mt-5 mb-5" style="font-weight: bold;">Portable Data-Parallel Python Extensions with oneAPI</p>
9-
<p></p>
10-
<p class="display-7 pt-5 mb-3">
8+
<p class="display-6 mt-5 mb-3" style="font-weight: bold;">Portable Data-Parallel Python Extensions with oneAPI</p>
9+
<p></p>
10+
<p class="display-7 pt-0 mb-3">
1111
<a href="https://github.com/ndgrigorian" style="color: #50aaf4; font-weight: bold;" target="_blank" rel="noopener">Nikita Grigorian</a> and
1212
<a href="https://github.com/oleksandr-pavlyk" style="color: #50aaf4; font-weight: bold;" target="_blank" rel="noopener">Oleksandr Pavlyk</a>
1313
</p>
14+
<p class="display-7 pl-auto mb-0" style="text-align: center">Sources and details for the Portable Data-Parallel Python Extensions with oneAPI poster at the SciPy 2024 conference. This poster presents ongoing work to enable writing, building, and implementing portable extensions for data-parallel computation in Python.
15+
</p>
16+
<p></p>
1417
</div>
1518
<div class="lead text-center">
1619
<div class="mx-auto mb-5">
@@ -28,65 +31,34 @@ title: Portable Data-Parallel Python Extensions with oneAPI
2831
</div>
2932
{{< /blocks/cover >}}
3033

34+
{{% blocks/section color="secondary" %}}
35+
<p class="display-6 mb-3" style="text-align: center; font-weight: bold;">About the authors</p>
36+
<p class="text-center">
37+
This poster was made by and is being presented on behalf of the <a href="https://github.com/IntelPython">Python team</a> at <a href="http://www.intel.com">Intel</a>.
38+
</p>
39+
<div class="row justify-content-center mx-auto pt-2">
40+
{{< cardpane >}}
41+
{{< card header=`<p style="font-weight: bold; text-align: center">dpctl</p>`
42+
footer=`<i class="fab fa-github ms-2 "></i> [Github](https://github.com/IntelPython/dpctl) <i class="fa fa-book ms-2"></i> [Docs](https://intelpython.github.io/dpctl)` >}}
43+
<p class="text-center">
44+
A package with Python bindings for DPC++ runtime classes and an <a href="https://data-apis.org/array-api/latest/API_specification/index.html">Array API Specification</a> conformant tensor submodule built on pure SYCL for portability.
45+
</p>
46+
{{< /card >}}
47+
{{< card header=`<p style="font-weight: bold; text-align: center;">numba-dpex</p>`
48+
footer=`<i class="fab fa-github ms-2 "></i> [Github](https://github.com/IntelPython/numba-dpex) <i class="fa fa-book ms-2"></i> [Docs](https://intelpython.github.io/numba-dpex/latest/index.html)` >}}
49+
<p class="text-center">
50+
An extension to the Numba JIT compiler which provides a SYCL-like API for kernel programming and an extension to Numba's parallelizer to generate and offload kernels to data-parallel devices.
51+
</p>
52+
{{< /card >}}
53+
54+
{{< card header=`<p style="font-weight: bold; text-align: center;">dpnp</p>`
55+
footer=`<i class="fab fa-github ms-2"></i> [Github](https://github.com/IntelPython/dpnp) <i class="fa fa-book ms-2"></i> [Docs](https://intelpython.github.io/dpnp/)` >}}
56+
<p class="text-center">
57+
An oneAPI- and oneMKL-powered array library built as a drop-in replacement for Numpy that can be executed on any data-parallel device.
58+
</p>
59+
{{< /card >}}
60+
{{< /cardpane >}}
61+
</div>
3162

32-
{{% blocks/lead color="secondary" %}}
33-
Goldydocs provides a single web UI providing visibility into porridge
34-
temperature, chair size, and bed softness metrics! You can even find out who's
35-
been eating **your** porridge.
36-
37-
(Sadly, Goldydocs isn't a real project, but you can use this site as an example
38-
to create your own real websites with [Docsy](https://docsy.dev))
39-
{{% /blocks/lead %}}
40-
41-
42-
{{% blocks/section color="dark" type="row" %}}
43-
{{% blocks/feature icon="fa-lightbulb" title="New chair metrics!" %}}
44-
The Goldydocs UI now shows chair size metrics by default.
45-
46-
Please follow this space for updates!
47-
{{% /blocks/feature %}}
48-
49-
50-
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/google/docsy-example" %}}
51-
We do a [Pull Request](https://github.com/google/docsy-example/pulls) contributions workflow on **GitHub**. New users are always welcome!
52-
{{% /blocks/feature %}}
53-
54-
55-
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/docsydocs" %}}
56-
For announcement of latest features etc.
57-
{{% /blocks/feature %}}
58-
59-
60-
{{% /blocks/section %}}
61-
62-
63-
{{% blocks/section %}}
64-
This is the second section
6563
{.h1 .text-center}
6664
{{% /blocks/section %}}
67-
68-
69-
{{% blocks/section type="row" %}}
70-
71-
{{% blocks/feature icon="fab fa-app-store-ios" title="Download **from AppStore**" %}}
72-
Get the Goldydocs app!
73-
{{% /blocks/feature %}}
74-
75-
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!"
76-
url="https://github.com/google/docsy-example" %}}
77-
We do a [Pull Request](https://github.com/google/docsy-example/pulls)
78-
contributions workflow on **GitHub**. New users are always welcome!
79-
{{% /blocks/feature %}}
80-
81-
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!"
82-
url="https://twitter.com/GoHugoIO" %}}
83-
For announcement of latest features etc.
84-
{{% /blocks/feature %}}
85-
86-
{{% /blocks/section %}}
87-
88-
89-
{{% blocks/section %}}
90-
This is the another section
91-
{.h1 .text-center}
92-
{{% /blocks/section %}}

content/en/about/index.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

content/en/docs/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Documentation
3-
linkTitle: Docs
2+
title: Details
3+
linkTitle: Details
44
menu: {main: {weight: 20}}
55
---
66

hugo-disabled.toml

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ enableGitInfo = true
1818

1919
# You can add your own taxonomies
2020
[taxonomies]
21-
tag = "tags"
22-
category = "categories"
21+
tag = ""
22+
category = ""
2323

2424
[params.taxonomy]
2525
# set taxonomyCloud = [] to hide taxonomy clouds
26-
taxonomyCloud = ["tags", "categories"]
26+
taxonomyCloud = []
2727

2828
# If used, must have same length as taxonomyCloud
29-
taxonomyCloudTitle = ["Tag Cloud", "Categories"]
29+
taxonomyCloudTitle = []
3030

3131
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
32-
taxonomyPageHeader = ["tags", "categories"]
32+
taxonomyPageHeader = []
3333

3434
# Highlighting config
3535
pygmentsCodeFences = true
@@ -59,25 +59,6 @@ title = "Goldydocs"
5959
[languages.en.params]
6060
description = "A Docsy example site"
6161

62-
[languages.no]
63-
languageName ="Norsk"
64-
contentDir = "content/no"
65-
title = "Gulldoks"
66-
[languages.no.params]
67-
description = "Docsy er operativsystem for skyen"
68-
time_format_default = "02.01.2006"
69-
time_format_blog = "02.01.2006"
70-
71-
[languages.fa]
72-
languageDirection = "rtl"
73-
languageName ="فارسی"
74-
contentDir = "content/fa"
75-
title = "اسناد گلدی"
76-
[languages.fa.params]
77-
description = "یک نمونه برای پوسته داکسی"
78-
time_format_default = "2006.01.02"
79-
time_format_blog = "2006.01.02"
80-
8162
[markup]
8263
[markup.goldmark]
8364
[markup.goldmark.parser.attribute]
@@ -92,7 +73,7 @@ time_format_blog = "2006.01.02"
9273

9374
# Comment out if you don't want the "print entire section" link enabled.
9475
[outputs]
95-
section = ["HTML", "print", "RSS"]
76+
# section = ["HTML", "print", "RSS"]
9677

9778
# Everything below this are Site Params
9879

@@ -163,7 +144,7 @@ sidebar_search_disable = false
163144
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
164145
# add "hide_feedback: true" to the page's front matter.
165146
[params.ui.feedback]
166-
enable = true
147+
enable = false
167148
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
168149
yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
169150
no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'

hugo.yaml

Lines changed: 8 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ enableMissingTranslationPlaceholders: true
1313
enableRobotsTXT: true
1414

1515
# Will give values to .Lastmod etc.
16-
enableGitInfo: true
16+
enableGitInfo: false
1717

1818
# Comment out to enable taxonomies in Docsy
1919
# disableKinds: [taxonomy, taxonomyTerm]
2020

2121
# You can add your own taxonomies
2222
taxonomies:
23-
tag: tags
24-
category: categories
2523

2624
# Highlighting config
2725
pygmentsCodeFences: true
@@ -67,20 +65,17 @@ markup:
6765

6866
# Comment out if you don't want the "print entire section" link enabled.
6967
outputs:
70-
section: [HTML, print, RSS]
7168

7269
params:
7370
taxonomy:
7471
# set taxonomyCloud = [] to hide taxonomy clouds
75-
taxonomyCloud: [tags, categories]
72+
taxonomyCloud: []
7673

7774
# If used, must have same length as taxonomyCloud
78-
taxonomyCloudTitle: [Tag Cloud, Categories]
75+
taxonomyCloudTitle: []
7976

8077
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
81-
taxonomyPageHeader: [tags, categories]
82-
83-
privacy_policy: https://policies.google.com/privacy
78+
taxonomyPageHeader: []
8479

8580
# First one is picked as the Twitter card image if not set on page.
8681
# images: [images/project-illustration.png]
@@ -126,8 +121,8 @@ params:
126121
prism_syntax_highlighting: false
127122

128123
copyright:
129-
authors: Docsy Authors | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0) |
130-
from_year: 2018
124+
authors: Intel Corp. All Rights Reserved
125+
year: 2024
131126

132127
# User interface configuration
133128
ui:
@@ -138,7 +133,7 @@ params:
138133
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
139134
navbar_translucent_over_cover_disable: false
140135
# Enable to show the side bar menu in its compact state.
141-
sidebar_menu_compact: false
136+
sidebar_menu_compact: true
142137
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
143138
sidebar_search_disable: false
144139

@@ -147,7 +142,7 @@ params:
147142
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
148143
# add "hide_feedback: true" to the page's front matter.
149144
feedback:
150-
enable: true
145+
enable: false
151146
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
152147
'yes': >-
153148
Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.
@@ -163,32 +158,12 @@ params:
163158
links:
164159
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
165160
user:
166-
- name: User mailing list
167-
url: https://example.org/mail
168-
icon: fa fa-envelope
169-
desc: Discussion and help from your fellow users
170-
- name: Twitter
171-
url: https://example.org/twitter
172-
icon: fab fa-twitter
173-
desc: Follow us on Twitter to get the latest news!
174-
- name: Stack Overflow
175-
url: https://example.org/stack
176-
icon: fab fa-stack-overflow
177-
desc: Practical questions and curated answers
178161
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
179162
developer:
180163
- name: GitHub
181164
url: https://github.com/google/docsy
182165
icon: fab fa-github
183166
desc: Development takes place here!
184-
- name: Slack
185-
url: https://example.org/slack
186-
icon: fab fa-slack
187-
desc: Chat with other project developers
188-
- name: Developer mailing list
189-
url: https://example.org/mail
190-
icon: fa fa-envelope
191-
desc: Discuss development issues around the project
192167

193168
module:
194169
# Uncomment the next line to build and serve using local docsy clone declared in the named Hugo workspace:

0 commit comments

Comments
 (0)