Skip to content

Commit 4d193d9

Browse files
committed
fixed image dependency on visualization landscape on third party site ref numpy#43
1 parent 49b7348 commit 4d193d9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

content/en/arraycomputing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It is the foundation of statistical, mathematical, scientific computing and mode
1313

1414
Since the launch of NumPy in 2006, Pandas appeared on the landscape in 2008, and it was not until a couple of years ago that several array computing libraries showed up in succession, crowding the array computing landscape. Many of these newer libraries mimic NumPy-like features and capabilites, and pack newer algorithms and features geared towards machine learning and artificial intelligence applications.
1515

16-
<img src="/static/images/content_images/array_c_landscape.png" alt="arraycl" title="Array Computing Landscape">
16+
<img src="/images/content_images/array_c_landscape.png" alt="arraycl" title="Array Computing Landscape">
1717

1818
**Array computing** is based on **arrays** data structures. *Arrays* are used to organize vast amounts of data such that related set of values can be easily sorted, searched, mathematically manipulated and transformed easily and quickly.
1919

layouts/partials/tabs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3 class="subtitle is-5 is-muted">{{ $subtitle }}</h3>
9797
</div>
9898
<div>
9999
<p>
100-
<a href="https://rougier.github.io/python-visualization-landscape/landscape-colors.png"><img src="https://rougier.github.io/python-visualization-landscape/landscape-colors.png" alt="pyviz-visualization" align="left"></a>
100+
<a href="https://rougier.github.io/python-visualization-landscape/landscape-colors.png"><img src="images/content_images/vis-landscape.png" alt="pyviz-visualization" align="left"></a>
101101
</p>
102102
</div>
103103
</div>
606 KB
Loading

0 commit comments

Comments
 (0)