Skip to content

Commit

Permalink
Deployed 4df8293 to 2.0.0-beta with MkDocs 1.5.2 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 15, 2023
1 parent fd543ee commit efa946b
Show file tree
Hide file tree
Showing 21 changed files with 57 additions and 55 deletions.
2 changes: 1 addition & 1 deletion 2.0.0-beta/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<link rel="icon" href="/assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/fate_flow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


<link rel="icon" href="assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/mkdocs/docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<link rel="icon" href="../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/mkdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/mkdocs/theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<link rel="icon" href="../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
23 changes: 12 additions & 11 deletions 2.0.0-beta/quick_start/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down Expand Up @@ -1233,9 +1233,9 @@ <h4 id="113-service-startstop">1.1.3 Service Start/Stop<a class="headerlink" hre
<div class="highlight"><pre><span></span><code>fate_flow<span class="w"> </span>status/start/stop/restart
</code></pre></div>
<h3 id="12-standalone-deployment">1.2 Standalone Deployment<a class="headerlink" href="#12-standalone-deployment" title="Permanent link">&para;</a></h3>
<p>Refer to <a href="https://github.com/FederatedAI/FATE/blob/dev-2.0.0-beta/deploy/standalone-deploy/README.zh.md">Standalone Deployment</a>.</p>
<p>Refer to <a href="https://github.com/FederatedAI/FATE/tree/v2.0.0-beta/deploy/standalone-deploy/README.zh.md">Standalone Deployment</a>.</p>
<h3 id="13-cluster-deployment">1.3 Cluster Deployment<a class="headerlink" href="#13-cluster-deployment" title="Permanent link">&para;</a></h3>
<p>Refer to <a href="https://github.com/FederatedAI/FATE/blob/dev-2.0.0-beta/deploy/cluster-deploy/allinone/fate-allinone_deployment_guide.zh.md">All-in-one Deployment</a>.</p>
<p>Refer to <a href="https://github.com/FederatedAI/FATE/tree/v2.0.0-beta/deploy/cluster-deploy/allinone/fate-allinone_deployment_guide.zh.md">Allinone Deployment</a>.</p>
<h2 id="2-user-guide">2. User Guide<a class="headerlink" href="#2-user-guide" title="Permanent link">&para;</a></h2>
<p>FATE provides client tools including SDK, CLI, and Pipeline. If you don't have FATE Client deployed in your environment, you can download it using <code>pip install fate_client</code>. The following operations are based on CLI.</p>
<h3 id="21-data-upload">2.1 Data Upload<a class="headerlink" href="#21-data-upload" title="Permanent link">&para;</a></h3>
Expand All @@ -1247,7 +1247,7 @@ <h3 id="21-data-upload">2.1 Data Upload<a class="headerlink" href="#21-data-uplo
<h4 id="211-upload">2.1.1 upload<a class="headerlink" href="#211-upload" title="Permanent link">&para;</a></h4>
<h5 id="2111-configuration-and-data">2.1.1.1 Configuration and Data<a class="headerlink" href="#2111-configuration-and-data" title="Permanent link">&para;</a></h5>
<ul>
<li>Upload configuration can be found at <a href="https://github.com/FederatedAI/FATE-Flow/tree/dev-2.0-beta/examples/upload">examples-upload</a>, and the data is located at <a href="https://github.com/FederatedAI/FATE-Flow/tree/dev-2.0-beta/examples/data">upload-data</a>.</li>
<li>Upload configuration can be found at <a href="https://github.com/FederatedAI/FATE-Flow/tree/v2.0.0-beta/examples/upload">examples-upload</a>, and the data is located at <a href="https://github.com/FederatedAI/FATE-Flow/tree/v2.0.0-beta/examples/data">upload-data</a>.</li>
<li>You can also use your own data and modify the "meta" information in the upload configuration.</li>
</ul>
<h5 id="2112-upload-guest-data">2.1.1.2 Upload Guest Data<a class="headerlink" href="#2112-upload-guest-data" title="Permanent link">&para;</a></h5>
Expand Down Expand Up @@ -1278,7 +1278,7 @@ <h5 id="2115-data-query">2.1.1.5 Data Query<a class="headerlink" href="#2115-dat
<h4 id="212-transformer">2.1.2 Transformer<a class="headerlink" href="#212-transformer" title="Permanent link">&para;</a></h4>
<h5 id="2121-configuration">2.1.2.1 Configuration<a class="headerlink" href="#2121-configuration" title="Permanent link">&para;</a></h5>
<ul>
<li>Transformer configuration can be found at <a href="https://github.com/FederatedAI/FATE-Flow/tree/dev-2.0-beta/examples/transformer">examples-transformer</a>.</li>
<li>Transformer configuration can be found at <a href="https://github.com/FederatedAI/FATE-Flow/tree/v2.0.0-beta/examples/transformer">examples-transformer</a>.</li>
</ul>
<h5 id="2122-transform-guest-data">2.1.2.2 Transform Guest Data<a class="headerlink" href="#2122-transform-guest-data" title="Permanent link">&para;</a></h5>
<ul>
Expand Down Expand Up @@ -1317,8 +1317,8 @@ <h3 id="22-starting-fate-jobs">2.2 Starting FATE Jobs<a class="headerlink" href=
<h4 id="221-submitting-a-job">2.2.1 Submitting a Job<a class="headerlink" href="#221-submitting-a-job" title="Permanent link">&para;</a></h4>
<p>Once your data is prepared, you can start submitting jobs to FATE Flow:</p>
<ul>
<li>The configuration for training jobs can be found in <a href="https://github.com/FederatedAI/FATE-Flow/tree/dev-2.0-beta/examples/lr/train_lr.yaml">lr-train</a>.</li>
<li>The configuration for prediction jobs can be found in <a href="https://github.com/FederatedAI/FATE-Flow/tree/dev-2.0-beta/examples/lr/predict_lr.yaml">lr-predict</a>. To use it, modify the "dag.conf.model_warehouse" to point to the output model of your training job.</li>
<li>The configuration for training jobs can be found in <a href="https://github.com/FederatedAI/FATE-Flow/tree/v2.0.0-beta/examples/lr/train_lr.yaml">lr-train</a>.</li>
<li>The configuration for prediction jobs can be found in <a href="https://github.com/FederatedAI/FATE-Flow/tree/v2.0.0-beta/examples/lr/predict_lr.yaml">lr-predict</a>. To use it, modify the "dag.conf.model_warehouse" to point to the output model of your training job.</li>
<li>In the training and prediction job configurations, the site IDs are set to "9998" and "9999." If your deployment environment is the cluster version, you need to replace them with the actual site IDs. For the standalone version, you can use the default configuration.</li>
<li>If you want to use your own data, you can change the "namespace" and "name" of "data_warehouse" for both the guest and host in the configuration.</li>
<li>To submit a job, use the following command:
Expand Down Expand Up @@ -1482,10 +1482,11 @@ <h5 id="2333-download-data">2.3.3.3 Download Data<a class="headerlink" href="#23
</code></pre></div></p>
<h2 id="3-more-documentation">3. More Documentation<a class="headerlink" href="#3-more-documentation" title="Permanent link">&para;</a></h2>
<ul>
<li><a href="https://github.com/FederatedAI/FATE-Flow/tree/dev-2.0-beta/doc/swagger/swagger.yaml">Restful-api</a></li>
<li><a href="https://github.com/FederatedAI/FATE-Client/blob/dev-2.0.0-beta/python/fate_client/flow_cli/build/doc">CLI</a></li>
<li><a href="https://github.com/FederatedAI/FATE/tree/dev-2.0.0-beta/doc/tutorial">Pipeline</a></li>
<li><a href="https://github.com/FederatedAI/FATE/tree/dev-2.0.0-beta/doc/2.0/components">FATE Algorithms</a></li>
<li><a href="https://github.com/FederatedAI/FATE-Flow/tree/v2.0.0-beta/doc/swagger/swagger.yaml">Restful-api</a></li>
<li><a href="https://github.com/FederatedAI/FATE-Client/tree/v2.0.0-beta/python/fate_client/flow_cli/build/doc">CLI</a></li>
<li><a href="https://github.com/FederatedAI/FATE/tree/v2.0.0-beta/doc/tutorial">Pipeline</a></li>
<li><a href="https://github.com/FederatedAI/FATE/tree/v2.0.0-beta/doc/2.0/quick_start.md">FATE Quick Start</a></li>
<li><a href="https://github.com/FederatedAI/FATE/tree/v2.0.0-beta/doc/2.0/fate">FATE Algorithms</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/search/search_index.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions 2.0.0-beta/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,112 +2,112 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>None./</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="None"/>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/"/>
</url>
<url>
<loc>Nonefate_flow/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="Nonefate_flow/"/>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/fate_flow/"/>
</url>
<url>
<loc>Nonequick_start/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="Nonequick_start/"/>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/quick_start/"/>
</url>
<url>
<loc>Nonesystem_conf/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="Nonesystem_conf/"/>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/system_conf/"/>
</url>
<url>
<loc>Nonemkdocs/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="Nonemkdocs/"/>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/mkdocs/"/>
</url>
<url>
<loc>Nonemkdocs/docker/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="Nonemkdocs/docker/"/>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/mkdocs/docker/"/>
</url>
<url>
<loc>Nonemkdocs/theme/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="Nonemkdocs/theme/"/>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/mkdocs/theme/"/>
</url>
<url>
<loc>Noneswagger/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="Noneswagger/"/>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/swagger/"/>
</url>
<url>
<loc>Nonezh/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/"/>
<xhtml:link rel="alternate" hreflang="en" href="None"/>
</url>
<url>
<loc>Nonezh/fate_flow/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/fate_flow/"/>
<xhtml:link rel="alternate" hreflang="en" href="Nonefate_flow/"/>
</url>
<url>
<loc>Nonezh/quick_start/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/quick_start/"/>
<xhtml:link rel="alternate" hreflang="en" href="Nonequick_start/"/>
</url>
<url>
<loc>Nonezh/system_conf/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/system_conf/"/>
<xhtml:link rel="alternate" hreflang="en" href="Nonesystem_conf/"/>
</url>
<url>
<loc>Nonezh/mkdocs/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/mkdocs/"/>
<xhtml:link rel="alternate" hreflang="en" href="Nonemkdocs/"/>
</url>
<url>
<loc>Nonezh/mkdocs/docker/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/mkdocs/docker/"/>
<xhtml:link rel="alternate" hreflang="en" href="Nonemkdocs/docker/"/>
</url>
<url>
<loc>Nonezh/mkdocs/theme/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/mkdocs/theme/"/>
<xhtml:link rel="alternate" hreflang="en" href="Nonemkdocs/theme/"/>
</url>
<url>
<loc>Nonezh/swagger/</loc>
<lastmod>2023-09-11</lastmod>
<lastmod>2023-09-15</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="zh" href="Nonezh/swagger/"/>
<xhtml:link rel="alternate" hreflang="en" href="Noneswagger/"/>
Expand Down
Binary file modified 2.0.0-beta/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion 2.0.0-beta/swagger/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/system_conf/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/zh/fate_flow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


<link rel="icon" href="../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/zh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/zh/mkdocs/docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<link rel="icon" href="../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/zh/mkdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<link rel="icon" href="../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
2 changes: 1 addition & 1 deletion 2.0.0-beta/zh/mkdocs/theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<link rel="icon" href="../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.8">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">



Expand Down
Loading

0 comments on commit efa946b

Please sign in to comment.