Skip to content

Commit

Permalink
Fix formatting problems on read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher31 committed Jul 19, 2021
1 parent 0330a2d commit 3acda5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/scripting/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ it. The header should include a title, description and a list of properties
encapsulated in a Lua comment section.

**Title**

This should be the first line of the script.

**Description**

Free form text after the first line.

**Properties**

=========== ======================================
Key Description
=========== ======================================
Expand All @@ -28,6 +31,7 @@ encapsulated in a Lua comment section.
=========== ======================================

**Example**

.. code-block:: lua
--- Script Title.
Expand Down
6 changes: 0 additions & 6 deletions docs/scripting/script-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Anonymous
---------
This type of script's behavior is determined by the script author.

:kind: N/A

**Arguments:**

Defined by the script
Expand All @@ -26,8 +24,6 @@ DSP
This is a script which executes in a Script Node. It's purpose is to create custom
audio and MIDI processing in your Session.

:kind: DSP

**Arguments:**

None
Expand Down Expand Up @@ -131,8 +127,6 @@ DSPUI
-----
This is a UI for a DSP script.

:kind: DSPUI

**Arguments:**

None
Expand Down

0 comments on commit 3acda5f

Please sign in to comment.