Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove documentation referring to Anaconda Cloud #404

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions docs/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Comment on lines -113 to -115
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, this is the only portion that needs to be removed. Creating a zip and sharing by means other than anaconda.org should still be documented.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, will fix 👍


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
==========
Expand Down
1 change: 0 additions & 1 deletion docs/source/user-guide/tasks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ Tasks
clean-project
prepare-project
create-project-archive
share-project
docker-image
23 changes: 0 additions & 23 deletions docs/source/user-guide/tasks/share-project.rst

This file was deleted.

Loading