Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol committed Jan 16, 2024
1 parent b03986a commit f061d51
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
Binary file modified docs/source/img/settings_tools_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/source/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
.. |open-folder| image:: ../../spinetoolbox/ui/resources/menu_icons/folder-open-solid.svg
:width: 16

.. |share| image:: ../../spinetoolbox/ui/resources/share.svg
:width: 16

.. _Settings:

********
Expand Down Expand Up @@ -119,6 +122,9 @@ Choose the settings on how Julia Tools are executed.
package which will be installed to the selected *Julia project*. After **IJulia** has been installed, the kernel is
installed. This process can take a couple of minutes to finish.

- |share| This button sets **all Julia Tools** execution settings in the current project to defaults. This
operation is irreversible because the project will be saved afterwards.

- **Install Julia** Installs the latest Julia on your system using the **jill** package.

- **Add/Update SpineOpt** Installs the latest compatible **SpineOpt** to the selected Julia project. If the selected
Expand Down Expand Up @@ -147,6 +153,9 @@ Choose the settings on how Python Tools are executed.
requires the **ipykernel** package which will be installed to the selected *Python executables*. After
**ipykernel** has been installed, the kernel is installed. This process can take a couple of minutes to finish.

- |share| This button sets **all Python Tools** execution settings in the current project to defaults. This
operation is irreversible because the project will be saved afterwards.

Settings in the **Conda** group:

- **Miniconda executable** If you want to run Python Tools in a Conda environment, you can set the path
Expand Down
2 changes: 1 addition & 1 deletion spinetoolbox/resources_icons_rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -32134,7 +32134,7 @@
\x00\x00\x01\xbe\x00\x00\x00\x00\x00\x01\x00\x060\xaf\
\x00\x00\x01y\x13P\x1f\xf7\
\x00\x00\x03\x98\x00\x00\x00\x00\x00\x01\x00\x06\x94o\
\x00\x00\x01\x8c\xf8.\x85\x86\
\x00\x00\x01\x8d\x0e\x1dJc\
\x00\x00\x01\xa6\x00\x00\x00\x00\x00\x01\x00\x06/\x9c\
\x00\x00\x01y\x13P \x02\
\x00\x00\x04$\x00\x00\x00\x00\x00\x01\x00\x06\xa0\x10\
Expand Down
2 changes: 1 addition & 1 deletion spinetoolbox/ui/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ def setupUi(self, SettingsForm):
self.listWidget.currentRowChanged.connect(self.stackedWidget.setCurrentIndex)

self.listWidget.setCurrentRow(-1)
self.stackedWidget.setCurrentIndex(1)
self.stackedWidget.setCurrentIndex(0)


QMetaObject.connectSlotsByName(SettingsForm)
Expand Down
4 changes: 2 additions & 2 deletions spinetoolbox/ui/settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
</sizepolicy>
</property>
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="General">
<layout class="QVBoxLayout" name="verticalLayout_6">
Expand Down Expand Up @@ -1810,7 +1810,7 @@
</connection>
</connections>
<buttongroups>
<buttongroup name="engine_processes_button_group"/>
<buttongroup name="persistent_processes_button_group"/>
<buttongroup name="engine_processes_button_group"/>
</buttongroups>
</ui>

0 comments on commit f061d51

Please sign in to comment.