Skip to content

Commit cf2b6c4

Browse files
authored
update doc (#8)
* update doc * fix: aci
1 parent 0f83e55 commit cf2b6c4

File tree

6 files changed

+175
-256
lines changed

6 files changed

+175
-256
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version: 2.1
1717
setup: true
1818

1919
orbs:
20-
path-filtering: circleci/path-filtering@1.0.0
20+
path-filtering: circleci/path-filtering@1.2.0
2121
continuation: circleci/continuation@1.0.0
2222

2323
parameters:
@@ -44,6 +44,7 @@ workflows:
4444
- path-filtering/filter:
4545
base-revision: main
4646
config-path: .circleci/continue-config.yml
47+
tag: "3.9"
4748
mapping: |
4849
requirements.txt base true
4950
dev-requirements.txt base true

.circleci/continue-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
parameters:
9797
resource_class:
9898
type: string
99+
default: medium
99100
executor:
100101
name: linux_executor
101102
resource_class: << parameters.resource_class >>

docs/_static/ecosystem.svg

Lines changed: 2 additions & 1 deletion
Loading

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ SecretFlow Open Specification are used by SecretFlow ecosystem, including:
1515
- SecretFlow: a unified framework for privacy-preserving data analysis and machine learning
1616
- Kuscia: a K8s-based privacy-preserving computing task orchestration framework.
1717
- SecretPad: a privacy-preserving computing web platform based on the Kuscia framework, designed to provide easy access to privacy-preserving data intelligence and machine learning functions.
18-
- SCQL and TEE engine will also use SecretFlow Open Specification in future.
18+
- SCQL: Secure Collaborative Query Language (SCQL) is a system that translates SQL statements into a hybrid MPC-plaintext execution graph and executes them on a federation of database systems.
19+
- TrustFlow: A zero-trust computing system based on TEE(Trusted Execution Environments).
1920

2021
.. image:: _static/ecosystem.svg
2122
:width: 800

docs/locale/zh_CN/LC_MESSAGES/index.po

Lines changed: 41 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,29 @@
44
# package.
55
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
66
#
7+
78
#, fuzzy
89
msgid ""
910
msgstr ""
10-
"Project-Id-Version: Open Secretflow \n"
11+
"Project-Id-Version: Open Secretflow\n"
1112
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2023-10-10 15:29+0800\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language: zh_CN\n"
13+
"POT-Creation-Date: 2025-08-06 15:58+0800\n"
14+
"PO-Revision-Date: 2025-08-06 16:04+0800\n"
15+
"Last-Translator: \n"
1616
"Language-Team: zh_CN <LL@li.org>\n"
17-
"Plural-Forms: nplurals=1; plural=0;\n"
17+
"Language: zh_CN\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=utf-8\n"
2020
"Content-Transfer-Encoding: 8bit\n"
21-
"Generated-By: Babel 2.12.1\n"
21+
"Plural-Forms: nplurals=1; plural=0;\n"
22+
"Generated-By: Babel 2.17.0\n"
23+
"X-Generator: Poedit 3.6\n"
2224

23-
#: ../../index.rst:23
25+
#: ../../index.rst:24
2426
msgid "Specification"
2527
msgstr "标准文本"
2628

27-
#: ../../index.rst:23
29+
#: ../../index.rst:24
2830
msgid "Introduction"
2931
msgstr "标准介绍"
3032

@@ -33,64 +35,66 @@ msgid "Welcome to SecretFlow Open Specification"
3335
msgstr "欢迎访问隐语开放标准"
3436

3537
#: ../../index.rst:9
36-
msgid ""
37-
"SecretFlow Open Specification is a protocol stack designed for privacy-"
38-
"preserving applications."
38+
msgid "SecretFlow Open Specification is a protocol stack designed for privacy-preserving applications."
3939
msgstr "隐语开放标准是为隐私保护应用设计的协议栈。"
4040

4141
#: ../../index.rst:11
42-
msgid ""
43-
"At this moment, SecretFlow Open Specification consists of Data, Component"
44-
" and Node Evaluation protocols. We are going to introduce Workflow "
45-
"protocol soon."
42+
msgid "At this moment, SecretFlow Open Specification consists of Data, Component and Node Evaluation protocols. We are going to introduce Workflow protocol soon."
4643
msgstr "目前,隐语开放标准包括数据、组件和节点评估协议。我们将很快引入工作流程协议。"
4744

4845
#: ../../index.rst:13
4946
msgid "SecretFlow Open Specification are used by SecretFlow ecosystem, including:"
5047
msgstr "隐语开放标准被隐语生态系统使用,包括:"
5148

5249
#: ../../index.rst:15
53-
msgid ""
54-
"SecretFlow: a unified framework for privacy-preserving data analysis and "
55-
"machine learning"
56-
msgstr "SecretFlow:用于隐私保护数据分析和机器学习的统一框架。"
50+
msgid "SecretFlow: a unified framework for privacy-preserving data analysis and machine learning"
51+
msgstr "SecretFlow:用于隐私保护数据分析和机器学习的统一框架"
5752

5853
#: ../../index.rst:16
59-
msgid ""
60-
"Kuscia: a K8s-based privacy-preserving computing task orchestration "
61-
"framework."
54+
msgid "Kuscia: a K8s-based privacy-preserving computing task orchestration framework."
6255
msgstr "Kuscia:基于 K8s 的隐私保护计算任务编排框架。"
6356

6457
#: ../../index.rst:17
65-
msgid ""
66-
"SecretPad: a privacy-preserving computing web platform based on the "
67-
"Kuscia framework, designed to provide easy access to privacy-preserving "
68-
"data intelligence and machine learning functions."
58+
msgid "SecretPad: a privacy-preserving computing web platform based on the Kuscia framework, designed to provide easy access to privacy-preserving data intelligence and machine learning functions."
6959
msgstr "SecretPad:基于 Kuscia 框架的隐私保护计算 Web 平台,旨在为隐私保护数据智能和机器学习功能提供便捷访问。"
7060

7161
#: ../../index.rst:18
72-
msgid "SCQL and TEE engine will also use SecretFlow Open Specification in future."
73-
msgstr "SCQL 和 TEE 引擎将来也将使用隐语开放标准。"
62+
msgid "SCQL: Secure Collaborative Query Language (SCQL) is a system that translates SQL statements into a hybrid MPC-plaintext execution graph and executes them on a federation of database systems."
63+
msgstr "SCQL:联合数据分析,实现将 SQL 语句转换为明密文混合执行图,并在联合数据库系统上执行。"
64+
65+
#: ../../index.rst:19
66+
msgid "TrustFlow: A zero-trust computing system based on TEE(Trusted Execution Environments)."
67+
msgstr "TrustFlow:基于可信硬件的隐私保护引擎。"
7468

75-
#: ../../index.rst:32
69+
#: ../../index.rst:33
7670
msgid "Announcement"
7771
msgstr "公告"
7872

79-
#: ../../index.rst:35
73+
#: ../../index.rst:36
8074
msgid "Oct, 2023"
8175
msgstr "2023 年 10 月"
8276

83-
#: ../../index.rst:37
77+
#: ../../index.rst:38
8478
msgid "SecretFlow Open Specification v1.0 is launched."
8579
msgstr "已发布隐语开放标准 v1.0。"
8680

87-
#: ../../index.rst:40
81+
#: ../../index.rst:41
8882
msgid "July, 2023"
8983
msgstr "2023 年 7 月"
9084

91-
#: ../../index.rst:42
92-
msgid ""
93-
"We officially launch the first version of Specification with SecretFlow "
94-
"1.0.0."
85+
#: ../../index.rst:43
86+
msgid "We officially launch the first version of Specification with SecretFlow 1.0.0."
9587
msgstr "我们伴随 SecretFlow 1.0.0 发布了第一个版本。"
9688

89+
#~ msgid ""
90+
#~ "SecretPad: a privacy-preserving computing "
91+
#~ "web platform based on the Kuscia "
92+
#~ "framework, designed to provide easy "
93+
#~ "access to privacy-preserving data "
94+
#~ "intelligence and machine learning functions."
95+
#~ msgstr "SecretPad:基于 Kuscia 框架的隐私保护计算 Web 平台,旨在为隐私保护数据智能和机器学习功能提供便捷访问。"
96+
97+
#~ msgid ""
98+
#~ "SCQL and TEE engine will also use"
99+
#~ " SecretFlow Open Specification in future."
100+
#~ msgstr "SCQL 和 TEE 引擎将来也将使用隐语开放标准。"

0 commit comments

Comments
 (0)