From 4e506a90d45525f159ad3030dc044ea7c2a7b772 Mon Sep 17 00:00:00 2001 From: Brian Kustra Date: Fri, 14 Jun 2024 14:16:59 -0600 Subject: [PATCH] remove documentation referring to Anaconda Cloud (anaconda.org) because it will no longer supported --- docs/source/getting-started.rst | 30 ------------------- docs/source/user-guide/tasks/index.rst | 1 - .../source/user-guide/tasks/share-project.rst | 23 -------------- 3 files changed, 54 deletions(-) delete mode 100644 docs/source/user-guide/tasks/share-project.rst diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index 4633f603..0df0503a 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -100,36 +100,6 @@ Run your project .. _Panel: https://panel.holoviz.org -Sharing your project -==================== - -To share this project with a colleague: - -#. Archive the project:: - - $ anaconda-project archive interactive.zip - -#. Send the archive file to your colleague. - -You can also share a project by uploading it to Anaconda Cloud. -For more information, see :doc:`user-guide/tasks/share-project`. - -Anyone with Project---your colleague or someone who downloads -your project from Cloud---can run your project by unzipping the -project archive file and then running a single command, without -having to do any setup:: - - $ anaconda-project unarchive interactive.zip - $ cd demo_app - $ anaconda-project run - -.. note:: If your project contains more than one command, the person - using your project will need to specify which command to run. - For more information, see :doc:`user-guide/tasks/run-project`. - -Project downloads the data, installs the necessary packages and -runs the command. - Next steps ========== diff --git a/docs/source/user-guide/tasks/index.rst b/docs/source/user-guide/tasks/index.rst index 4c296666..d6f758dd 100644 --- a/docs/source/user-guide/tasks/index.rst +++ b/docs/source/user-guide/tasks/index.rst @@ -14,5 +14,4 @@ Tasks clean-project prepare-project create-project-archive - share-project docker-image diff --git a/docs/source/user-guide/tasks/share-project.rst b/docs/source/user-guide/tasks/share-project.rst deleted file mode 100644 index b2420c8b..00000000 --- a/docs/source/user-guide/tasks/share-project.rst +++ /dev/null @@ -1,23 +0,0 @@ -================= -Sharing a project -================= - -To share a project with other people: - -#. :doc:`Archive ` the project. - -#. Send the file to another user---for example, by email, by - copying the file to a shared network location, and so on. - - OR - - Upload the file to Anaconda Cloud by running the following - command from within the project directory:: - - anaconda-project upload - - NOTE: You need a free Cloud account to upload projects to - Cloud. - -#. The user retrieves the archive file and :doc:`runs the project - `.