Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ollydev committed Sep 23, 2023
1 parent 4153b16 commit bfcd61d
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ backup/
/DocGen/build/objects.inv
/DocGen/build/_images
/DocGen/build/plugins
/DocGen/build/simba
2 changes: 1 addition & 1 deletion DocGen/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Simba
.. toctree::
:maxdepth: 2

simba/index
tutorials/index
api/index
plugins/index
30 changes: 30 additions & 0 deletions DocGen/source/simba/codetools.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#########
Codetools
#########

Codetools provides multiple tools to aid programming in Simba.

.. note :: Some customization is available in Simba's settings. :code:`Settings > Code Tools`
Completion box
--------------

:code:`Control + Space` or typing :code:`.` will open the completion box, which shows all available declarations.

.. figure:: codetools_completion.png

Parameter hints
---------------

:code:`Control + Shift + Space` or typing :code:`(` will open parameter hints, to show what parameters are required for the method(s).

.. figure:: codetools_paramhint.png

Jump to declaration
-------------------

:code:`Control + mouse click` will jump to the declaration.

.. note :: If the declaration is a simba method (or a plugin) the declaration will be printed in the output.
.. figure:: codetools_jumpto.png
Binary file added DocGen/source/simba/codetools_completion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DocGen/source/simba/codetools_jumpto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DocGen/source/simba/codetools_paramhint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions DocGen/source/simba/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Simba
=====

.. toctree::
:maxdepth: 2

codetools.rst
9 changes: 5 additions & 4 deletions DocGen/source/tutorials/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Simba
=====
Tutorials
=========

.. toctree::
:maxdepth: 2

Color Finding.rst
Sleep Until.rst
Input & Finder Target.rst
Input & Finder Target.rst

plugins/index.rst
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bfcd61d

Please sign in to comment.