-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
722 additions
and
619 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ pydata-sphinx-theme | |
pygments >=2.12 | ||
pygments-ipython-console | ||
sphinx <6 | ||
sphinx-design | ||
sphinx-tabs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
.. _instrument.activate_bluesky_conda_environment: | ||
|
||
Activate the bluesky conda environment | ||
-------------------------------------- | ||
|
||
.. note:: Consider merging with :ref:`reference.create_bluesky_enviroment` | ||
|
||
.. TODO: instead of dropdown, make a paragraph that references the extra help page | ||
If you need to install a bluesky conda environment, see these instruction... | ||
See these instructions (link) if you need to create a bluesky conda environment. | ||
MAKE SURE THE TITLE names match. Use :ref: anchors. | ||
.. raw:: html | ||
|
||
<details> | ||
<summary>How to create a conda environment for bluesky?</summary> | ||
|
||
See <a href="https://bcda-aps.github.io/bluesky_training/reference/_create_conda_env.html">here</a>. | ||
|
||
</details> | ||
|
||
To use bluesky, you first need to activate the bluesky conda environment: | ||
|
||
.. raw:: html | ||
|
||
<pre> | ||
$ <b>conda activate bluesky_2023_3</b> | ||
</pre> | ||
|
||
The prompt changes to display ``(bluesky_2023_3)`` . | ||
|
||
.. raw:: html | ||
|
||
<details> | ||
<summary>How to create an alias to activate the bluesky environment?</summary> | ||
|
||
See <a href="https://bcda-aps.github.io/bluesky_training/reference/_create_conda_env.html#create-an-alias-to-activate-the-bluesky-environment">here</a>. | ||
</details> | ||
|
||
|
||
|
||
This activation will remain in effect for the duration of the session | ||
(*i.e.* as long as the terminal stays open), unless you activate a | ||
different environment or deactivate it using the ``conda deactivate`` | ||
command. | ||
|
142 changes: 0 additions & 142 deletions
142
docs/source/instrument/_configure_bluesky_instrument.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.