Skip to content

Commit 76b2910

Browse files
committed
Change images and paths for gsoc pages
1 parent 1b6fb80 commit 76b2910

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ navigation:
4444

4545
header_pages:
4646
- downloads.md
47-
- gsoc-2020.md
47+
- gsoc-2020/index.md
4848
- about.md
4949

5050
# Exclude from processing.
-3.99 KB
Binary file not shown.

assets/images/gsoc-2020/gpu_knn.png

-3.65 KB
Binary file not shown.
-3.02 KB
Loading

gsoc-2020/gpu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ short: GSoC 2020 GPU & Refactoring
55
permalink: /gsoc-2020/gpu/
66
---
77

8-
<img src="{{ '/assets/images/gsoc-2020/gpu_approx.png' | relative_url }}" alt="approx-search" width="200" /> <img src="{{ '/assets/images/gsoc-2020/gpu_radius.png' | relative_url }}" alt="radius-search" width="200" /> <img src="{{ '/assets/images/gsoc-2020/gpu_knn.png' | relative_url }}" alt="knn-search" width="200" />
8+
<img src="{{ '/assets/images/gsoc-2020/gpu_radius.png' | relative_url }}" alt="radius-search" width="720" />
99

1010
**Student:** [Haritha Jayasinghe][haritha]
1111

gsoc-2020/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ After a long hiatus, PCL is once more participating in the Google Summer of Code
2222

2323
Extending PCL's use case by generating bindings for its use with interface languages like Python, for rapid development and maximal speed. The approach makes use of Pybind11 to expose PCL's C++ code and generate bindings in the form of python modules by using necessary type information. It supports automatic regeneration of the bindings when the underlying C++ code changes, to work with PCL's active development cycle.
2424

25-
### [Refactoring, Modernisation & Feature Addition with Emphasis on GPU Module](/gsoc-2020-gpu)
25+
### [Refactoring, Modernisation & Feature Addition with Emphasis on GU Module](/gsoc-2020/gpu)
2626

2727
**Student:** [Haritha Jayasinghe][haritha]
2828

@@ -41,7 +41,7 @@ As well as to refactor and modernize the library by means of;
4141
* Introducing a fluent API for algorithms
4242
* Modernising the GPU Octree module to align with the it’s CPU counterpart
4343

44-
**Final report:** [url](/gsoc-2020-gpu)
44+
**Final report:** [url](/gsoc-2020/gpu)
4545

4646
### Unified API for Algorithms
4747

0 commit comments

Comments
 (0)