Skip to content

Commit

Permalink
Updating some typos in array.rst and changing the PDF theme for a cle…
Browse files Browse the repository at this point in the history
…aner look
  • Loading branch information
mainframed committed Apr 17, 2024
1 parent ad573c2 commit b17ada6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions docs/source/array.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ is kept at a basic level, if exceeded the REXX script will most likely end with
a 0C4.

String Array Functions
======================
----------------------

Why String Arrays? There is a performance and storage overhead with stems, the
stem name must be in a binary tree before the contents can be read. The
Expand All @@ -23,7 +23,7 @@ in C) to work on the arrays directly. `SQSORT`, `SHSORT`, `SSEARCH`, `SSELECT`
are some examples.

Managing Source Arrays
----------------------
~~~~~~~~~~~~~~~~~~~~~~

.. function:: SCREATE(size)

Expand Down Expand Up @@ -99,7 +99,7 @@ Managing Source Arrays
For example, see SWRITE.

Fast Compare and Swap Items
---------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. function:: SSWAP(array-number,item-number-1, item-number-2)

Expand Down Expand Up @@ -151,7 +151,7 @@ Fast Compare and Swap Items
Compare item 15 and 8, result: 1

Sorting and Merging Arrays
--------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~

.. function:: SQSORT(array-number,[ASCENDING/DESCENDING],[sort-offset])

Expand Down Expand Up @@ -324,7 +324,7 @@ Sorting and Merging Arrays
00020 0010 B Record

Reporting and Manipulating entire Array
---------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. function:: SREVERSE(array-number)

Expand Down Expand Up @@ -486,7 +486,7 @@ Reporting and Manipulating entire Array
- `NOCASE` - search is case-insensitive
:returns: index position if found, or zero.

Example:
Example:

.. code-block:: rexx
:linenos:
Expand Down Expand Up @@ -522,7 +522,6 @@ Example:

Example:


.. code-block:: rexx
:linenos:
Expand Down Expand Up @@ -720,8 +719,8 @@ Example:
Result:

.. code-block::
:emphasize-lines: 7,10,13,14
.. code-block:: text
:emphasize-lines: 29-39
--------------------------------------------------
Appended Array by itself from entry to 20
Expand Down Expand Up @@ -1225,7 +1224,7 @@ Example:
:returns: highest array entry.

Set Theory and Arrays
---------------------
~~~~~~~~~~~~~~~~~~~~~

*SET Set theory is the branch of mathematical logic that studies sets, which
can be informally described as collections of objects. Although objects of any
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
u'BREXX370_Users_Guide', # name of the generated pdf
u'BREXX/370 User\'s Guide', # title of the pdf
u'BREXX Team'),] # authors
pdf_stylesheets = ['xcode','kerning','cover.yaml','style.yaml']
pdf_stylesheets = ['xcode','sphinx','cover.yaml']
pdf_use_coverpage = True
pdf_cover_template = 'cover.tmpl'
# rinoh_documents = [dict(
Expand Down

0 comments on commit b17ada6

Please sign in to comment.