Skip to content

Commit

Permalink
More rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Nov 2, 2017
1 parent 3c7f36d commit 56aa26b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ Command Syntax
syntax/arange
syntax/command
syntax/examples
syntax/filename
syntax/range
syntax/suffixes
1 change: 0 additions & 1 deletion docs/syntax/arange.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ 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
Expand Down
4 changes: 1 addition & 3 deletions docs/syntax/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ 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
Expand All @@ -11,5 +10,4 @@ Command examples

.. seealso::

: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.
:ref:`macro <macro>`, :ref:`alias <alias>`, :ref:`python <python>`, :ref:`set auto eval`, :ref:`set abbrev <set_abbrev>`, :ref:`info macro <info_macro>`, and the *show* variants of the above *set* commands.
2 changes: 1 addition & 1 deletion docs/syntax/filename.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Syntax for Indicating a Filename
================================

Filename Examples:
------------------

::
file.py => file.py
/tmp/file.py => /tmp/file.py
"C:file.py" => C:file.py # For Microsoft OS's
Expand Down

0 comments on commit 56aa26b

Please sign in to comment.