From 18e1f9fd381c496aac12e1b2b878fd37997ac01b Mon Sep 17 00:00:00 2001 From: XU-Boqing Date: Sat, 11 Jan 2025 21:36:21 +0800 Subject: [PATCH] Fix the spelling mistakes of docs. --- docs/source/guide/developer/1-modulebase.md | 2 +- docs/source/guide/user/1-start.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/guide/developer/1-modulebase.md b/docs/source/guide/developer/1-modulebase.md index 57ee79619..589ca0e34 100644 --- a/docs/source/guide/developer/1-modulebase.md +++ b/docs/source/guide/developer/1-modulebase.md @@ -6,7 +6,7 @@ This notebook will introduce the basic module in EvoX: {doc}`ModuleBase ` of the {doc}`User Guide `, we have mentioned the basic running process in EvoX: +In the {doc}`Quick Start ` of the {doc}`User Guide `, we have mentioned the basic running process in EvoX:
Initiate an algorithm and a problem -- Set an monitor -- Initiate a workflow -- Run the workflow
diff --git a/docs/source/guide/user/1-start.ipynb b/docs/source/guide/user/1-start.ipynb index 9b5d82875..5b57d3610 100644 --- a/docs/source/guide/user/1-start.ipynb +++ b/docs/source/guide/user/1-start.ipynb @@ -46,7 +46,7 @@ "source": [ "## The basic running process in EvoX\n", "\n", - "As a distributed GPU-accelerated framework for scalable evolutionary computation, EvoX can be used to do many kinds computations, so we say \"EvoX is all you need\". Though many kinds of computations are different more or less, in EvoX we standard the basic running process:\n", + "As a distributed GPU-accelerated framework for scalable evolutionary computation, EvoX can be used to do many kinds computations, so we say \"EvoX is all you need\". Though many kinds of computations are different more or less, in EvoX we standardize the basic running process:\n", "\n", "
\n", " Initiate an algorithm and a problem -- Set an monitor -- Initiate a workflow -- Run the workflow\n",