Skip to content

Commit

Permalink
More Rst formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Nov 2, 2017
1 parent 68e7108 commit efab485
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
9 changes: 4 additions & 5 deletions docs/syntax/arange.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ Examples
--------

::

*5 # start from bytecode offset 5 of current file
*5 , # Same as above.
foo.py:*5 # start from bytecode offset 5 of file foo.py

See also
---------
`help syntax location`

.. seealso::
:ref:`help syntax location <syntax_location>`
3 changes: 1 addition & 2 deletions docs/syntax/command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ command-processing, it's possible to go into an python shell with the
corresponding command. It is also possible to arrange going into an
python shell every time you enter the debugger.

See also:
---------
.. seealso::

:ref:`help syntax suffixes <syntax_suffixes>`
18 changes: 8 additions & 10 deletions docs/syntax/examples.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Command examples
================

# This line does nothing. It is a comment. Useful in debugger command files.
# This line also does nothing.
s # by default, this is an alias for the "step" command
info program;;list # error no command 'program;;list'
info program ;; list # Runs two commands "info program" and "list"
# This line does nothing. It is a comment. Useful in debugger command files.
# This line also does nothing.
s # by default, this is an alias for the "step" command
info program;;list # error no command 'program;;list'
info program ;; list # Runs two commands "info program" and "list"

See also:
---------
.. seealso::

`macro`, `alias`, `irb`, `set auto eval`, `set auto irb`, `set
abbrev`, `info macro`, and the *show* variants of the above *set*
commands.
:ref:`macro <macro>`, :ref:`alias <alias>`, :ref:`python <python>`, `set auto eval`, `set auto irb`, `set abbrev <set_abbrev>`,
`info macro <info_macro>`, and the *show* variants of the above *set* commands.
2 changes: 1 addition & 1 deletion docs/syntax/range.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Examples
See also:
---------

`help syntax location`
`help syntax location <syntax_location>`

0 comments on commit efab485

Please sign in to comment.