Skip to content

Use new grid syntax #733

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
28 changes: 14 additions & 14 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,48 @@
title:
---

{{< grid columns="1 2 2 3" >}}
{{< grid1 columns="1 2 2 3" >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Powerful N-dimensional arrays'
body = '''
Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today.
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Numerical computing tools'
body = '''
NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more.
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Open source'
body = '''
Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/main/LICENSE.txt), NumPy is developed and maintained [publicly on GitHub](https://github.com/numpy/numpy) by a vibrant, responsive, and diverse [community](/community).
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Interoperable'
body = '''
NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries.
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Performant'
body = '''
The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Easy to use'
body = '''
NumPy's high level syntax makes it accessible and productive for programmers from any background or experience level.
'''
{{< /card >}}

{{< /grid >}}
{{< /grid1>}}
28 changes: 14 additions & 14 deletions content/ja/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,51 @@
title:
---

{{< grid columns="1 2 2 3" >}}
{{< grid1 columns="1 2 2 3" >}}

{{< card >}}
[[item]]
type = 'card'
title = '強力な多次元配列'
body = '''
NumPyの高速で多機能なベクトル化計算、インデックス処理、ブロードキャストの考え方は、現在の配列計算におけるデファクト・スタ>ンダードです。
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = '数値計算ツール群'
body = '''
NumPyは、様々な数学関数、乱数生成器、線形代数ルーチン、フーリエ変換などを提供しています。
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = '相互運用性'
body = '''
NumPyは、幅広いハードウェアとコンピューティング・プラットフォームをサポートしており、分散処理、GPU、疎行列ライブラリにも対
応しています。
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = '高パフォーマンス'
body = '''
NumPyの大部分は最適化されたC言語のコードで構成されています。これによりPythonの柔軟性とコンパイルされたコードの高速性の両方
を享受できます。
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = '使いやすさ'
body = '''
NumPyの高水準なシンタックスは、どんなバックグラウンドや経験を持つのプログラマーでも簡単に利用することができ、生産性を高め>ることができます。
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'オープンソース'
body = '''
NumPyは、寛容な[BSDライセンス](https://github.com/numpy/numpy/blob/main/LICENSE.txt)で公開されています。NumPyは活発で、互>いを尊重し、多様性を認め合う[コミュニティ](/ja/community)によって、 [GitHub](https://github.com/numpy/numpy)上でオープンに開発されていま
す.
'''
{{< /card >}}

{{< /grid >}}
{{< /grid1 >}}
28 changes: 14 additions & 14 deletions content/pt/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,48 @@
title:
---

{{< grid columns="1 2 2 3" >}}
{{< grid1 columns="1 2 2 3" >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Arrays n-dimensionais poderosas'
body = '''
Rápidos e versáteis, os conceitos de vetorização, indexação e broadcasting do NumPy são, na prática, o padrão em computação com arrays.
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Ferramentas de computação numérica'
body = '''
O NumPy oferece um conjunto completo de funções matemáticas, geradores de números aleatórios, rotinas de álgebra linear, transformadas de Fourier, e mais.
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Interoperabilidade'
body = '''
O NumPy suporta um grande número de plataformas de hardware e computação, e pode ser combinado com bibliotecas de computação com arrays esparsas, distribuidas ou em GPUs.
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Alto desempenho'
body = '''
O núcleo do NumPy é feito de código otimizado em C. Experimente a flexibilidade do Python com a velocidade de código compilado.
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Fácil de usar'
body = '''
A sintaxe de alto nível do NumPy torna-o acessível e produtivo para programadores de qualquer nível de experiência e formação.
'''
{{< /card >}}

{{< card >}}
[[item]]
type = 'card'
title = 'Código aberto'
body = '''
Distribuido com uma [licença BSD](https://github.com/numpy/numpy/blob/main/LICENSE.txt) liberal, o NumPy é desenvolvido e mantido [publicamente no GitHub](https://github.com/numpy/numpy) por uma [comunidade](/pt/community) vibrante, responsiva, e diversa.
'''
{{< /card >}}

{{< /grid >}}
{{< /grid1 >}}