From 56aa26bd7d5b8fdcb64193d2418770cd0df66c3a Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 2 Nov 2017 15:20:38 -0400 Subject: [PATCH] More rst --- docs/syntax.rst | 1 + docs/syntax/arange.rst | 1 - docs/syntax/examples.rst | 4 +--- docs/syntax/filename.rst | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/syntax.rst b/docs/syntax.rst index 3b528e12..c695159f 100644 --- a/docs/syntax.rst +++ b/docs/syntax.rst @@ -7,5 +7,6 @@ Command Syntax syntax/arange syntax/command syntax/examples + syntax/filename syntax/range syntax/suffixes diff --git a/docs/syntax/arange.rst b/docs/syntax/arange.rst index e7d7f857..0519613a 100644 --- a/docs/syntax/arange.rst +++ b/docs/syntax/arange.rst @@ -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 diff --git a/docs/syntax/examples.rst b/docs/syntax/examples.rst index 44e68a01..1d3584b1 100644 --- a/docs/syntax/examples.rst +++ b/docs/syntax/examples.rst @@ -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 @@ -11,5 +10,4 @@ Command examples .. seealso:: - :ref:`macro `, :ref:`alias `, :ref:`python `, `set auto eval`, `set auto irb`, `set abbrev `, - `info macro `, and the *show* variants of the above *set* commands. + :ref:`macro `, :ref:`alias `, :ref:`python `, :ref:`set auto eval`, :ref:`set abbrev `, :ref:`info macro `, and the *show* variants of the above *set* commands. diff --git a/docs/syntax/filename.rst b/docs/syntax/filename.rst index 045f2613..ad84ed4a 100644 --- a/docs/syntax/filename.rst +++ b/docs/syntax/filename.rst @@ -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