Skip to content

Commit ab7d501

Browse files
committed
docs: replace KT Cloud to KT
1 parent 5fcac77 commit ab7d501

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

docs/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
KT Cloud Web-UI User Guide
6+
KT Web-UI User Guide
77
=================================
88

9-
User's guide for the KT Cloud Web-UI.
9+
User's guide for the KT Web-UI.
1010

11-
KT Cloud Web-UI is a web or app that provides easy-to-use GUI interface
11+
KT Web-UI is a web or app that provides easy-to-use GUI interface
1212
to work with the server.
1313

1414
The latest versions of this document can be found from sites below:

docs/quickstart.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
Quickstart
22
==============
33

4-
Welcome to Quickstart guide of KT Cloud WebUI.
5-
This tutorial will cover the essentials of using KT Cloud without any
4+
Welcome to Quickstart guide of KT WebUI.
5+
This tutorial will cover the essentials of using KT without any
66
knowledge base.
77

88

99
Objectives
1010
------------
1111

12-
Part 1. Basic guide to using KT Cloud
12+
Part 1. Basic guide to using KT
1313
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1414
- :ref:`How to create a virtual folder<create_storage_folder>`
1515
- :ref:`How to create a session<create_session>`
1616
- :ref:`How to use a session<use_session>`
1717
- :ref:`How to delete a session<delete_session>`
1818

19-
Part 2. Advanced guide to using KT Cloud
19+
Part 2. Advanced guide to using KT
2020
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2121
- :ref:`How to use terminal application with tmux<tmux_guide>`
2222
- :ref:`How to install extra pip package using automount virtual folder<install_pip_pkg>`

docs/sessions_all/sessions_all.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ refer to the following.
138138
multiple compute sessions at once. For more information, see the section
139139
:ref:`Overview of cluster compute session<backendai-cluster-compute-session>`.
140140

141-
* High-Performance Computing Optimizations: KT Cloud provides configuring values
141+
* High-Performance Computing Optimizations: KT provides configuring values
142142
related to HPC Optimizations. For more information, See the section
143143
:ref:`Optimizing Accelerated Computing<optimizing-accelerated-computing>`.
144144

@@ -221,7 +221,7 @@ and used resources, session starting time, etc.
221221
.. image:: session_status_detail_information.png
222222
:align: center
223223

224-
KT Cloud provides detailed status information for ``PENDING``, ``TERMINATED``,
224+
KT provides detailed status information for ``PENDING``, ``TERMINATED``,
225225
or ``CANCELLED`` sessions. In the case of ``PENDING`` sessions, in particular,
226226
you can check why the session is not scheduled and stuck in the ``PENDING``
227227
status. You can see the details by clicking the question mark icon right next
@@ -312,7 +312,7 @@ In the notebook's file explorer, the ``id_container file`` contains a private
312312
SSH key. If necessary, you can download it and use it for SSH / SFTP access to
313313
the container.
314314

315-
Click the NEW button at the top right and select the Notebook for KT Cloud,
315+
Click the NEW button at the top right and select the Notebook for KT,
316316
then the ipynb window appears where you can enter your own code.
317317

318318
.. image:: backendai_notebook_menu.png
@@ -397,7 +397,7 @@ beginning if you want to keep it.
397397
Idleness Checks
398398
---------------
399399

400-
KT Cloud supports three types of inactivity (idleness) criteria for automatic garbage
400+
KT supports three types of inactivity (idleness) criteria for automatic garbage
401401
collection of compute sessions: Max Session Lifetime, Network Idle Timeout, and Utilization
402402
Checker.
403403

@@ -461,7 +461,7 @@ utilization).
461461
How to add environment variable before creating a session
462462
---------------------------------------------------------
463463

464-
To give more convenient workspace for users, KT Cloud supports environment variable setting
464+
To give more convenient workspace for users, KT supports environment variable setting
465465
in session launching. In this feature, you can add any envs such as ``PATH`` by filling out
466466
variable name and value in environment configuration dialog.
467467

@@ -479,7 +479,7 @@ You can input variable name and value in the same line of the input fields.
479479
How to add preopen ports before creating a session
480480
--------------------------------------------------
481481

482-
KT Cloud supports preopen ports setting at container startup. When using this feature, there is no need to build
482+
KT supports preopen ports setting at container startup. When using this feature, there is no need to build
483483
separate images when you want to expose the serving port.
484484

485485
To add preopen ports, simply enter multiple values separated by either a comma (,) or a space.
@@ -509,7 +509,7 @@ Save session commit
509509

510510
.. _session-commit:
511511

512-
KT Cloud supports \"Convert Session to Image\" feature from 24.03. Committing a ``RUNNING`` session will save the
512+
KT supports \"Convert Session to Image\" feature from 24.03. Committing a ``RUNNING`` session will save the
513513
current state of the session as a new image. Clicking the commit button in the control column of ``RUNNING`` session will
514514
display a dialog to show the information of the session. After entering the session name, you can convert the session to
515515
a new image. The session name must be 4 to 32 characters long and can only contain alphanumeric letters, hyphens (``-``),
@@ -526,7 +526,7 @@ mounted to the container for image commits are considered external resources and
526526
the final image. Remember that ``/home/work`` is a mount folder (scratch directory), so it is not included.
527527

528528
.. note::
529-
Currently, KT Cloud supports "Convert Session to Image" only when the session is in ``INTERACTIVE`` mode.
529+
Currently, KT supports "Convert Session to Image" only when the session is in ``INTERACTIVE`` mode.
530530
To prevent unexpected error, users may not be able to terminate the session during committing process.
531531
To stop the ongoing process, check the session, and force-terminate it.
532532

@@ -558,8 +558,8 @@ To manually enter the environment name for future session creation, please click
558558
Optimizing Accelerated Computing
559559
--------------------------------
560560

561-
KT Cloud provides configuration UI for internal control variable in ``nthreads-var``.
562-
KT Cloud sets this value equal to the number of session's CPU cores by default,
561+
KT provides configuration UI for internal control variable in ``nthreads-var``.
562+
KT sets this value equal to the number of session's CPU cores by default,
563563
which has the effect of accelerating typical high-performance computing workloads.
564564
Nevertheless, for some multi-thread workloads, multiple processes using OpenMP are used at same time,
565565
resulting in an abnormally large number of threads and significant performance degradation.

0 commit comments

Comments
 (0)