├── LICENSE
├── README.md
├── asciidoc_only
├── afterword.asciidoc
├── appa.asciidoc
├── bibliography.asciidoc
├── ch01.asciidoc
├── foreword.asciidoc
├── glossary.asciidoc
├── intro.asciidoc
├── part1.asciidoc
├── preface.asciidoc
├── preface_make.asciidoc
├── sample_chapter.asciidoc
└── v1_only
│ ├── afterword.asciidoc
│ ├── book-docinfo.xml
│ ├── book.asciidoc
│ ├── colophon
│ ├── animal_or_cookbook
│ │ └── colo.asciidoc
│ ├── hacks
│ │ └── colo.asciidoc
│ ├── makerpress
│ │ └── colo.asciidoc
│ ├── realtime
│ │ └── colo.asciidoc
│ └── trade
│ │ └── colo.asciidoc
│ ├── dedication.asciidoc
│ └── preface.asciidoc
├── author_bio.html
├── colo.html
├── copyright.html
├── cover.html
├── dedication.html
├── docbook_only
├── afterword.xml
├── appa.xml
├── bibliography.xml
├── ch01.xml
├── foreword.xml
├── glossary.xml
├── part1.xml
├── preface.xml
├── preface_make.xml
├── sample_chapter.xml
└── v1_only
│ ├── ascii_art
│ ├── ascii_art.xml
│ ├── ascii_art.xml.pdf
│ └── figs
│ │ ├── incoming
│ │ ├── ascii_commandments.txt
│ │ ├── ch02dia1.png
│ │ └── iq-interaction.txt
│ │ └── print
│ │ ├── svc_0201.pdf
│ │ └── xmpp_0205.pdf
│ ├── book-docinfo.xml
│ ├── book.xml
│ ├── colophon
│ ├── animal_or_cookbook
│ │ └── colo.xml
│ ├── hacks
│ │ └── colo.xml
│ ├── realtime
│ │ └── colo.xml
│ ├── theory
│ │ └── colo.xml
│ └── trade
│ │ └── colo.xml
│ └── dedication.xml
├── htmlbook_only
├── afterword.html
├── appa.html
├── bibliography.html
├── ch01.html
├── foreword.html
├── glossary.html
├── intro.html
├── part1.html
├── preface.html
├── preface_make.html
└── sample_chapter.html
├── ix.html
├── jupyter_book_only
├── README.md
├── _config.yml
├── _toc.yml
├── afterword.ipynb
├── appx_a.ipynb
├── bibliography.ipynb
├── ch01.ipynb
├── foreword.ipynb
├── glossary.ipynb
├── preface.ipynb
├── requirements.txt
└── sample_chapter.ipynb
├── layout.html
├── pdf.css
├── tarsier.png
├── titlepage.html
└── toc.html
/LICENSE:
--------------------------------------------------------------------------------
1 | +++++++++++++++++++++
2 | Copyright (c) <2013> Log on to Touchstone
29 |
Decide what you want to update.
35 |Peripheral files that are common to each repo can be updated.
37 |NOTE: Updating peripheral files will push to all three Atlas template repos.
38 | 39 |Format specific files that are specific to each template can be updated.
41 |NOTE: You need to explicitly state which formats you want to update.
42 |Run the script
48 |$ [variables] v2sample_template_update
Here's a list of the variables to specify when you run the command:
50 | 51 |To update format specific files
54 |55 | format_specific=true asc=true # Specifies to update asciidoc template repo 56 | format_specific=true db=true # Specifies to update db template repo 57 | format_specific=true html=true # Specifies to update html template repo58 |
To update peripheral files
61 |peripheral=true # Specifies to update every template repo's common files (like, titlepage.html, 62 | toc.html, and so on)63 |
TIPs:
70 |You can update format specific files for more than one sample repo at a time.
73 |
74 | #Examples 75 | $ format_specific=true asc=true db=true v2sample_template_update 76 | $ format_specific=true asc=true db=true html=true v2sample_template_update 77 |78 |
You can update format specific files and peripheral files at the same time. (Peripheral file updates will be pushed to every template repo, but the format specific updates only apply to the repo specified):
81 |
#Examples 82 | $ peripheral=true format_specific=true asc=true v2sample_template_update 83 | $ peripheral=true format_specific=true asc=true db=true html=true v2sample_template_update 84 |85 |
The animal on the cover of FILL IN TITLE is FILL IN DESCRIPTION.
5 | 6 |Many of the animals on O'Reilly covers are endangered; all of them are important to the world.
7 | 8 |The cover illustration is by Karen Montgomery, based on a black-and-white engraving from FILL IN CREDITS. The series design is by Edie Freedman, Ellie Volckhausen, and Karen Montgomery. The cover fonts are Gilroy Semibold and Guardian Sans. The text font is Adobe Minion Pro; the heading font is Adobe Myriad Condensed; and the code font is Dalton Maag's Ubuntu Mono.
9 | 10 |Copyright © 2017 ???. All rights reserved.
11 | 12 | 13 |Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472.
14 | 15 |O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most 16 | titles (https://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com.
17 | 18 | 19 |See https://oreilly.com/catalog/errata.csp?isbn=XXXXXXXXXXXXX for release details.
47 | 48 | 49 |The O’Reilly logo is a registered trademark of O’Reilly Media, Inc. {{ title }}, the cover image, and related trade dress are trademarks of O’Reilly Media, Inc.
51 | 52 |The views expressed in this work are those of the author(s), and do not represent the publisher's views. While the publisher and the author(s) have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author(s) disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.
53 |xxx-x-xxx-xxxx-x
57 |[???]
58 |This book is dedicated to my cat, Garfield.
4 |66 |69 | 70 |Lewis Carol 67 |Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, 68 |and what is the use of a book, thought Alicewithout pictures or conversation?
5 |8 |A. T. Moseley 6 |For all the toolsmiths who don’t yet have a name for what they do. 7 |
9 |12 |L. Cohen 10 |Ditto. Sincerely. 11 |
Afterword text begins here.
4 |An appendix is generally used for extra material that supplements your main book content.
8 |Bibliography content starts here.
4 |Put some introductory text here.
4 |Put more content here.
7 |Foreword text begins here.
4 |A glossary contains a collection of terms and brief descriptions or definitions of those terms. The basic markup follows.
5 | 6 |Content here.
5 | 6 |Part introduction text here.
4 | 5 |The following typographical conventions are used in this book:
6 |Indicates new terms, URLs, email addresses, filenames, and file extensions.
10 |Constant width
Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.
14 |Constant width bold
Shows commands or other text that should be typed literally by the user.
18 |Constant width italic
Shows text that should be replaced with user-supplied values or by values determined by context.
22 |This element signifies a tip or suggestion.
26 |This element signifies a general note.
29 |This element indicates a warning or caution.
32 |Supplemental material (code examples, exercises, etc.) is available for download at https://github.com/oreillymedia/title_title.
38 |If you have a technical question or a problem using the code examples, please send email to support@oreilly.com.
39 |This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless you’re reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing examples from O’Reilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your product’s documentation does require permission.
40 |We appreciate, but generally do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example: “Book Title by Some Author (O’Reilly). Copyright 2012 Some Copyright Holder, 978-0-596-xxxx-x.”
41 |If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at permissions@oreilly.com.
42 |For more than 40 years, O'Reilly Media has provided technology and business training, knowledge, and insight to help companies succeed.
47 |Our unique network of experts and innovators share their knowledge and expertise through books, articles, and our online learning platform. O’Reilly’s online learning platform gives you on-demand access to live training courses, in-depth learning paths, interactive coding environments, and a vast collection of text and video from O'Reilly and 200+ other publishers. For more information, visit https://oreilly.com.
49 |Please address comments and questions concerning this book to the publisher:
53 |We have a web page for this book, where we list errata, examples, and any additional information. You can access this page at https://www.oreilly.com/catalog/<catalog page>.
64 | 65 | 66 |For news and information about our books and courses, visit https://oreilly.com.
67 |Find us on LinkedIn: https://linkedin.com/company/oreilly-media
68 |Watch us on YouTube: https://youtube.com/oreillymedia
69 |The following typographical conventions are used in this book:
6 |Indicates new terms, URLs, email addresses, filenames, and file extensions.
10 |Constant width
Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.
14 |Constant width bold
Shows commands or other text that should be typed literally by the user.
18 |Constant width italic
Shows text that should be replaced with user-supplied values or by values determined by context.
22 |This element signifies a tip or suggestion.
26 |This element signifies a general note.
29 |This element indicates a warning or caution.
32 |Supplemental material (code examples, exercises, etc.) is available for download at https://github.com/oreillymedia/title_title.
38 |If you have a technical question or a problem using the code examples, please send email to bookquestions@oreilly.com.
39 |This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless you’re reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing examples from Make: books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your product’s documentation does require permission.
40 |We appreciate, but generally do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example: “Book Title by Some Author (O’Reilly). Copyright 2012 Some Copyright Holder, 978-0-596-xxxx-x.”
41 |If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at bookpermissions@makermedia.com.
42 |For more than 40 years, O'Reilly Media has provided technology and business training, knowledge, and insight to help companies succeed.
47 |Our unique network of experts and innovators share their knowledge and expertise through books, articles, conferences, and our online learning platform. O’Reilly’s online learning platform gives you on-demand access to live training courses, in-depth learning paths, interactive coding environments, and a vast collection of text and video from O'Reilly and 200+ other publishers. For more information, please visit https://oreilly.com.
49 |Please address comments and questions concerning this book to the publisher:
54 |We have a web page for this book, where we list errata, examples, and any additional information. You can access this page at https://www.oreilly.com/catalog/<catalog page>.
62 | 63 | 64 |Make: unites, inspires, informs, and entertains a growing community of resourceful people who undertake amazing projects in 65 | their backyards, basements, and garages. Make: celebrates your 66 | right to tweak, hack, and bend any technology to your will. The 67 | Make: audience continues to be a growing culture and community that believes in bettering ourselves, our environment, our 68 | educational system—our entire world. This is much more than 69 | an audience, it’s a worldwide movement that Make is leading we call it the Maker Movement.
70 | 71 |For more information about Make:, visit us online:
72 | 73 |To comment or ask technical questions about this book, send email to bookquestions@oreilly.com.
82 | 83 |Chapter text begins here. Replace any of this placeholder text with your opus. The following portion outlines heading levels and section structure.
5 | 6 |Section text begins here.
10 | 11 |Your text goes here.
15 | 16 |Section content goes here.
20 | 21 |Section content goes here.
25 | 26 |This is the lowest level of section delineation available, but is not commonly used.
30 | 31 |Next we've included a few examples of commonly used block elements. You can add these elements using the buttons in the toolbar, as well.
32 | 33 |Many people use notes to qualify a statement they made in the preceding paragraphs, or to warn their readers about pitfalls they might run into.
37 |This is a warning, used to alert readers to something important or encourage caution. Headings are optional for admonitions like notes and warnings.
41 |Here is an informal code listing:
44 | 45 |46 | print('hello world') 47 |48 | 49 |
And this is a formal listing, or example:
50 | 51 |55 | print "Hello World" 56 | # Formal listings have titles that will be numbered in output. 57 |58 |
For either type of listing, you have the option of specifying the code language displayed; see http://docs.atlas.oreilly.com/ch05.html#idp1668976 for more details.
61 | 62 |You can also specify inline text as code: print "Hello World"
.
Now, let's take a look at a figure with a caption:
65 | 66 |Here is a blockquote, and specifically it's an epigraph, with an author attribution (epigraphs are a subset of blockquotes):
71 | 72 |73 |77 | 78 |Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, 'and what is the use of a book,' thought Alice 'without pictures or conversation?'
74 | 75 |Lewis Carroll, Alice in Wonderland
76 |
There are three types of lists available. Numbered (ordered) lists are often used to describe steps in a process:
79 | 80 |Bulleted (unordered) lists are good for describing a set of requirements:
87 | 88 |Definition/variable lists serve as glossaries of terminology:
95 | 96 |Source
.Finally, here's a sample table:
114 | 115 |Feature | 120 |1.x | 121 |0.22 | 122 |2.x | 123 |
Secure authentication | 128 |Yes | 129 |No | 130 |Yes | 131 |
Old configuration names | 134 |Yes | 135 |Deprecated | 136 |Deprecated | 137 |
New configuration names | 140 |No | 141 |Yes | 142 |Yes | 143 |
Old MapReduce API | 146 |Yes | 147 |Yes | 148 |Yes | 149 |
New MapReduce API | 152 |Yes (with some missing libraries) | 153 |Yes | 154 |Yes | 155 |
For more than 40 years, O'Reilly Media has provided technology and business training, knowledge, and insight to help companies succeed.
\n", 63 | "??? Edition
4 |Subtitle Goes Here
5 | 6 |