- matplotlib Plotting Cookbook
- Alexandre Devert
- 198字
- 2021-07-16 12:16:22
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:
[default] exten => s,1,Dial(Zap/1|30) exten => s,2,Voicemail(u100) exten => s,102,Voicemail(b100) exten => i,1,Voicemail(s0)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
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: "Clicking on the Next button moves you to the next screen".
- Mastering Entity Framework
- Scala謎題
- Instant Ext.NET Application Development
- 移動界面(Web/App)Photoshop UI設(shè)計十全大補
- Linux:Embedded Development
- Babylon.js Essentials
- 移動增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- 區(qū)塊鏈國產(chǎn)化實踐指南:基于Fabric 2.0
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應(yīng)用實戰(zhàn)
- 監(jiān)控的藝術(shù):云原生時代的監(jiān)控框架
- WCF技術(shù)剖析(卷1)
- Xamarin Cross-Platform Development Cookbook
- 虛擬現(xiàn)實建模與編程(SketchUp+OSG開發(fā)技術(shù))
- 例解Python:Python編程快速入門踐行指南
- Backbone.js Patterns and Best Practices