Skip to content

Commit

Permalink
Merge pull request #170 from flash62au/main
Browse files Browse the repository at this point in the history
doco updates
  • Loading branch information
flash62au authored Jun 11, 2024
2 parents 8076801 + 56931e5 commit 3fe278f
Show file tree
Hide file tree
Showing 5 changed files with 810 additions and 39 deletions.
5 changes: 5 additions & 0 deletions docs/include/include.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

<a href="https://dcc-ex.com/"><span class="dccex-suffix">DCC-</span><span class="dccex-prefix">EX</span></a>
..
.. |EX-I| raw:: html

<a href="https://dcc-ex.com/"><span class="ex-prefix">EX</span><span class="ex-suffix">&#8209;Installer</span></a>
..
..
.. |EX-CS| raw:: html

<a href="https://dcc-ex.com/"><span class="ex-prefix">EX</span><span class="ex-suffix">&#8209;CommandStation</span></a>
Expand Down
13 changes: 7 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ Documentation for the EX-Installer
:hidden:

EX-Installer <self>
running-and-building
library
licence

DCC-EX EX-Installer
--------------------------------------
-------------------

EX-Installer is a Python based, cross-platform installer for the various Arduino based DCC-EX products.
|EX-I| is a Python based, cross-platform installer for the various Arduino based |DCC-EX| products.


Usage
-----

Credits
-------


Full instructions for using |EX-I| are available at https://dcc-ex.com/ex-installer/index.html
66 changes: 33 additions & 33 deletions docs/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Code Library

----

welcome
-------
Welcome (welcome.py)
--------------------

.. autoclass:: ex_installer.welcome.Welcome
:members:
Expand All @@ -15,16 +15,16 @@ welcome

----

ex_installer
------------
EX-Installer (ex_installer.py)
------------------------------

.. autoclass:: ex_installer.ex_installer.EXInstaller
:members:
:undoc-members:
:private-members:

manage_arduino_cli
------------------
Manage Arduino CLI (manage_arduino_cli.py)
------------------------------------------

.. autoclass:: ex_installer.manage_arduino_cli.ManageArduinoCLI
:members:
Expand All @@ -33,8 +33,8 @@ manage_arduino_cli

----

select_device
-------------
Select Device (select_device.py)
--------------------------------

.. autoclass:: ex_installer.select_device.SelectDevice
:members:
Expand All @@ -43,8 +43,8 @@ select_device

----

select_product
--------------
Select Product (select_product.py)
----------------------------------

.. autoclass:: ex_installer.select_product.SelectProduct
:members:
Expand All @@ -53,8 +53,8 @@ select_product

----

serial_monitor
--------------
Serail Monitor (serial_monitor.py)
----------------------------------

.. autoclass:: ex_installer.serial_monitor.SerialMonitor
:members:
Expand All @@ -63,11 +63,11 @@ serial_monitor

----

EX CommandStation
EX-CommandStation
-----------------

ex_commandstation
^^^^^^^^^^^^^^^^^
ex_commandstation.py
^^^^^^^^^^^^^^^^^^^^

.. autoclass:: ex_installer.ex_commandstation.EXCommandStation
:members:
Expand All @@ -76,8 +76,8 @@ ex_commandstation

----

select_version_config
^^^^^^^^^^^^^^^^^^^^^
Select Version (select_version_config.py)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autoclass:: ex_installer.select_version_config.SelectVersionConfig
:members:
Expand All @@ -86,8 +86,8 @@ select_version_config

----

advanced_config
^^^^^^^^^^^^^^^
Advanced Config (advanced_config.py)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autoclass:: ex_installer.advanced_config.AdvancedConfig
:members:
Expand All @@ -97,8 +97,8 @@ advanced_config
-----


ex_ioexpander
-------------
EX-IOExpander (ex_ioexpander.py)
--------------------------------

.. autoclass:: ex_installer.ex_ioexpander.EXIOExpander
:members:
Expand All @@ -107,8 +107,8 @@ ex_ioexpander

----

ex_turntable
------------
EX-Turntable (ex_turntable.py)
------------------------------

.. autoclass:: ex_installer.ex_turntable.EXTurntable
:members:
Expand All @@ -117,8 +117,8 @@ ex_turntable

----

arduino_cli
-----------
Arduino CLI (arduino_cli.py)
----------------------------

.. autoclass:: ex_installer.arduino_cli.ThreadedArduinoCLI
:members:
Expand All @@ -135,8 +135,8 @@ arduino_cli
Utility/Common
--------------

file_manager
^^^^^^^^^^^^
file_manager.py
^^^^^^^^^^^^^^^

.. autoclass:: ex_installer.file_manager.ThreadedDownloader
:members:
Expand All @@ -155,8 +155,8 @@ file_manager

----

common_fonts
^^^^^^^^^^^^
common_fonts.py
^^^^^^^^^^^^^^^

.. autoclass:: ex_installer.common_fonts.CommonFonts
:members:
Expand All @@ -165,8 +165,8 @@ common_fonts

----

common_widgets
^^^^^^^^^^^^^^
common_widgets.py
^^^^^^^^^^^^^^^^^

.. autoclass:: ex_installer.common_widgets.WindowLayout
:members:
Expand All @@ -190,8 +190,8 @@ common_widgets

----

git_client
^^^^^^^^^^
git_client.py
^^^^^^^^^^^^^

.. autoclass:: ex_installer.git_client.ThreadedGitClient
:members:
Expand Down
Loading

0 comments on commit 3fe278f

Please sign in to comment.