Skip to content

Commit

Permalink
add front (#64)
Browse files Browse the repository at this point in the history
* front
  • Loading branch information
luweizheng authored Jan 3, 2025
1 parent a180052 commit 3a9a351
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
Binary file added _static/scale-python-book.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
"icon": "https://img.shields.io/github/stars/godaai/scale-py-zh?style=for-the-badge",
"type": "url",
},
{
"name": "JD",
"url": "https://item.jd.com/14328461.html",
"icon": "https://img.shields.io/badge/JD-%E8%B4%AD%E4%B9%B0%E9%93%BE%E6%8E%A5-red",
"type": "url",
},
],
'announcement': "如果你觉得内容对你有帮助,请在 <a href=\"https://github.com/godaai/scale-py-zh\">GitHub</a> 上点个 star 吧!",
'analytics': {'google_analytics_id': ''},
Expand Down
6 changes: 3 additions & 3 deletions contribute/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ git clone https://github.com/<username>/scale-py-zh.git
准备环境:

* 选择一个包管理工具,比如 `conda`
* 安装 Python >= 3.8
* 安装 Python >= 3.9
* 安装 requirements.txt 和 requirements-dev.txt 中的各个依赖。包括本书各个案例所需要的工具 pandas 等,以及本电子书构建工具 Jupyter Book:

```bash
conda create -n dispy
source activate dispy
conda create -n scalepy
source activate scalepy
conda install python=3.11 anaconda::graphviz
pip install -r requirements.txt
```
Expand Down
10 changes: 6 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
:reverse:

:::{grid-item}
:columns: 3
:class: sd-m-auto

:columns: 4

```{image} ./_static/scale-python-book.jpeg
:width: 200px
```
:::

:::{grid-item}
:columns: 9
:columns: 8
:class: sd-fs-3
Dask、Ray、Xorbits、mpi4py

Expand All @@ -20,6 +21,7 @@ Dask、Ray、Xorbits、mpi4py
% The SVG rendering breaks latex builds for the GitHub badge, so only include in HTML
```{only} html
[![](https://img.shields.io/github/stars/godaai/scale-py-zh?style=for-the-badge)](https://github.com/godaai/scale-py-zh)
[![](https://img.shields.io/badge/JD-%E8%B4%AD%E4%B9%B0%E9%93%BE%E6%8E%A5-red?style=for-the-badge)](https://item.jd.com/14328461.html)
```

:::
Expand Down

0 comments on commit 3a9a351

Please sign in to comment.