| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ | |||
| 19 | 19 | bpython \- a fancy curses interface to the Python interactive interpreter | |
| 20 | 20 | .SH SYNOPSIS | |
| 21 | 21 | .B bpython | |
| 22 | - .I rc\-file | ||
| 22 | + .I ini file | ||
| 23 | 23 | .SH DESCRIPTION | |
| 24 | 24 | The idea is to provide the user with all the features | |
| 25 | 25 | in\-line, much like modern IDEs, but in a simple, | |
@@ -44,7 +44,7 @@ This is a bit misleading, but it code that has been entered is remembered, and w | |||
| 44 | 44 | .RE | |
| 45 | 45 | .B * Pastebin code/write to file. | |
| 46 | 46 | .RS | |
| 47 | - This posts the current buffer to a pastebin (rafb.net/paste for now) or writes it to a file. | ||
| 47 | + This posts the current buffer to a pastebin (paste.pocoo.org) or writes it to a file. | ||
| 48 | 48 | .RE | |
| 49 | 49 | .B * Flush curses screen to stdout. | |
| 50 | 50 | .RS | |
@@ -73,7 +73,7 @@ Saves the current buffer to a file. | |||
| 73 | 73 | Pastebin | |
| 74 | 74 | .RS | |
| 75 | 75 | Posts the current buffer to | |
| 76 | - .B http://rafb.net/paste | ||
| 76 | + .B http://paste.pocoo.org/ | ||
| 77 | 77 | (will probably become configurable), and displays the URL. | |
| 78 | 78 | .RE | |
| 79 | 79 | .B <Tab> | |
@@ -83,15 +83,15 @@ If there's an unambigious completion of the expression, fill it in. | |||
| 83 | 83 | .RE | |
| 84 | 84 | ||
| 85 | 85 | .SH FILES | |
| 86 | - ~/.bpythonrc | ||
| 86 | + ~/.bpython.ini | ||
| 87 | 87 | .RS | |
| 88 | - Your bpython config. See sample-rc (in /usr/share/docs/bpython/examples on Debian) for various options you can use, or read | ||
| 89 | - .BR bpythonrc (5) | ||
| 88 | + Your bpython config. See sample.ini (in /usr/share/docs/bpython/examples on Debian) for various options you can use, or read | ||
| 89 | + .BR bpython.ini (5) | ||
| 90 | 90 | . | |
| 91 | 91 | .RE | |
| 92 | 92 | ||
| 93 | 93 | .SH SEE ALSO | |
| 94 | - .BR bpythonrc (5), | ||
| 94 | + .BR bpython.ini (5), | ||
| 95 | 95 | .BR python (1). | |
| 96 | 96 | ||
| 97 | 97 | .SH KNOWN BUGS | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | .\" First parameter, NAME, should be all caps | |
| 3 | 3 | .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection | |
| 4 | 4 | .\" other parameters are allowed: see man(7), man(1) | |
| 5 | - .TH BPYTHONRC 5 "August 13, 2008" | ||
| 5 | + .TH BPYTHON.INI 5 "August 13, 2008" | ||
| 6 | 6 | .\" Please adjust this date whenever revising the manpage. | |
| 7 | 7 | .\" | |
| 8 | 8 | .\" Some roff macros, for reference: | |
@@ -16,41 +16,38 @@ | |||
| 16 | 16 | .\" .sp <n> insert n+1 empty lines | |
| 17 | 17 | .\" for manpage-specific macros, see man(7) | |
| 18 | 18 | .SH NAME | |
| 19 | - bpythonrc \- user configuration file for bpython | ||
| 19 | + bpython.ini \- user configuration file for bpython | ||
| 20 | 20 | .SH SYNOPSIS | |
| 21 | - .B ~/.bpythonrc | ||
| 21 | + .B ~/.bpython.ini | ||
| 22 | 22 | .SH DESCRIPTION | |
| 23 | 23 | The | |
| 24 | - .B bpythonrc | ||
| 24 | + .B bpython.ini | ||
| 25 | 25 | contains various options controlling the behaviour of | |
| 26 | 26 | .B bpython | |
| 27 | 27 | . | |
| 28 | 28 | ||
| 29 | 29 | Boolean values are | |
| 30 | - .B yes, true, on | ||
| 31 | - and | ||
| 32 | - .B no, false, off | ||
| 33 | - . Currently only boolean variables exist. | ||
| 30 | + .B True, False | ||
| 34 | 31 | ||
| 35 | 32 | The various options are: | |
| 36 | 33 | ||
| 37 | 34 | .B auto_display_list | |
| 38 | 35 | .BI boolean | |
| 39 | - (default: yes) | ||
| 36 | + (default: True) | ||
| 40 | 37 | .RS | |
| 41 | 38 | Display the autocomplete list as you type. When this is off, you can hit tab to see the suggestions. | |
| 42 | 39 | .RE | |
| 43 | 40 | ||
| 44 | 41 | .B syntax | |
| 45 | 42 | .BI boolean | |
| 46 | - (default: yes) | ||
| 43 | + (default: True) | ||
| 47 | 44 | .RS | |
| 48 | 45 | Syntax highlighting as you type. | |
| 49 | 46 | .RE | |
| 50 | 47 | ||
| 51 | 48 | .B arg_spec | |
| 52 | 49 | .BI boolean | |
| 53 | - (default: yes) | ||
| 50 | + (default: True) | ||
| 54 | 51 | .RS | |
| 55 | 52 | Display the arg spec (list of arguments) for callables, when possible. | |
| 56 | 53 | .RE | |
| Back | FazBrowse Home | New Git URL |
0 commit comments