Skip to content

Commit 92465ce

Browse files
committed
Remove unnecessary content and start filling in content pages of website
1 parent 2e5161d commit 92465ce

20 files changed

+33
-2240
lines changed

content/en/docs/_index.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
---
2-
title: Details
2+
title: SciPy 2024 poster content
33
linkTitle: Details
44
menu: {main: {weight: 20}}
55
---
66

7-
{{% pageinfo %}}
8-
This is a placeholder page that shows you how to use this template site.
9-
{{% /pageinfo %}}
10-
11-
This section is where the user documentation for your project lives - all the
12-
information your users need to understand and successfully use your project.
13-
14-
For large documentation sets we recommend adding content under the headings in
15-
this section, though if some or all of them don’t apply to your project feel
16-
free to remove them or add your own. You can see an example of a smaller Docsy
17-
documentation site in the [Docsy User Guide](https://docsy.dev/docs/), which
18-
lives in the [Docsy theme
19-
repo](https://github.com/google/docsy/tree/master/userguide) if you'd like to
20-
copy its docs section.
7+
Portable Data-Parallel Extensions with oneAPI
8+
---
9+
by [Nikita Grigorian](https://github.com/ndgrigorian) and [Oleksandr Pavlyk](https://github.com/oleksandr-pavlyk)
2110

22-
Other content such as marketing material, case studies, and community updates
23-
should live in the [About](/about/) and [Community](/community/) pages.
11+
This poster is intended to introduce writing portable data-parallel Python extensions using oneAPI.
2412

25-
Find out how to use the Docsy theme in the [Docsy User
26-
Guide](https://docsy.dev/docs/). You can learn more about how to organize your
27-
documentation (and how we organized this site) in [Organizing Your
28-
Content](https://docsy.dev/docs/best-practices/organizing-content/).
13+
We present several examples, starting with the basics of initializing a USM (universal shared memory) array, then a KDE (kernel density estimation) with pure DPC++/Sycl, then a KDE Python extension, and finally how to write a portable Python extension which uses oneMKL.

content/en/docs/examples.md renamed to content/en/docs/first-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Examples
3-
description: See your project in action!
2+
title: First DPC++ app
3+
description: A SYCL and DPC++ "Hello, World!" example.
44
date: 2017-01-05
5-
weight: 3
5+
weight: 2
66
---
77

88
{{% pageinfo %}}

content/en/docs/getting-started/_index.md

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

content/en/docs/getting-started/example-page.md

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

content/en/docs/contribution-guidelines.md renamed to content/en/docs/kde-cpp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Contribution Guidelines
3-
description: How to contribute to the docs
4-
weight: 10
2+
title: KDE DPC++ example
3+
description: KDE (kernel density estimation) example using SYCL and DPC++.
4+
weight: 2
55
---
66

77
{{% pageinfo %}}

content/en/docs/concepts.md renamed to content/en/docs/kde-python.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
title: Concepts
3-
description: >
4-
What does your user need to understand about your project in order to use it - or potentially contribute to it?
5-
weight: 4
2+
title: KDE Python extension
3+
description: KDE (kernel density estimation) Python extension example.
4+
weight: 3
65
---
76

87
{{% pageinfo %}}

content/en/docs/overview.md renamed to content/en/docs/oneAPI.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
---
2-
title: Overview
3-
description: Here's where your user finds out if your project is for them.
2+
title: About oneAPI
3+
linkTitle: About oneAPI
4+
description: A brief overview of oneAPI and the programming model.
45
weight: 1
56
---
67

7-
{{% pageinfo %}}
8-
9-
This is a placeholder page that shows you how to use this template site.
10-
11-
{{% /pageinfo %}}
12-
138
The Overview is where your users find out about your project. Depending on the
149
size of your docset, you can have a separate overview page (like this one) or
1510
put your overview contents in the Documentation landing page (like in the Docsy

content/en/docs/oneMKL.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: oneMKL Python extension
3+
description: A Python extension written using oneMKL interfaces.
4+
date: 2017-01-05
5+
weight: 4
6+
---
7+
8+
{{% pageinfo %}}
9+
10+
This is a placeholder page that shows you how to use this template site.
11+
12+
{{% /pageinfo %}}
13+
14+
Do you have any example **applications** or **code** for your users in your repo
15+
or elsewhere? Link to your examples here.

content/en/docs/reference/_index.md

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

0 commit comments

Comments
 (0)