Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
flan = "495" flan type(flan) flan_i = int(flan) flan_i type(flan_i)
Any command-line input or output is written as follows:
sudo python setup.py install
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Next we will disable the LineEdit widget that will be used for displaying the result of a unit conversion, this is done by selecting the widget and removing the tick in the enabled property in the Property Editor as shown in the following screenshot."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.