
Originally Posted by
Daniel
Silly masterBB. The Sphinx documentation is generated from the .simba files in SRL. So, make changes to those instead

Ah nice. Then it is even easier. Go to github, in this example amount.simba. Click edit and create a pull request after saving.
Simba Code:
(*
TradeScreen
~~~~~~~~~~~
.. code-block:: pascal
function TradeScreen: Integer;
Returns 1 if the first trade screen is open, 2 if the second, and 0 if neitheris open.
.. note::
Author: ZephyrsFury
Last Modified: 12/7/11 by Legoace
Example:
.. code-block:: pascal
if (TradeScreen > 0) then
writeln('Trade screen is open!');
*)