File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Original file line number Diff line number Diff line change 251
251
# The format is a list of tuples containing the path and title.
252
252
#epub_pre_files = []
253
253
254
- # HTML files shat should be inserted after the pages created by sphinx.
254
+ # HTML files that should be inserted after the pages created by sphinx.
255
255
# The format is a list of tuples containing the path and title.
256
256
#epub_post_files = []
257
257
Original file line number Diff line number Diff line change @@ -345,7 +345,12 @@ Blueprint
345
345
Buildout
346
346
--------
347
347
348
- .. todo :: Write about Buildout
349
-
350
- `Buildout Website <http://www.buildout.org >`_
348
+ `Buildout <http://www.buildout.org >`_ is an open source software build tool.
349
+ Buildout is created using the Python programming language. It implements a
350
+ principle of separation of configuration from the scripts that do the setting up.
351
+ Buildout is primarily used to download and set up dependencies in Python eggs
352
+ format of the software being developed or deployed. Recipes for build tasks in any
353
+ environment can be created, and many are already available.
354
+
355
+ Buidout is written in Python.
351
356
You can’t perform that action at this time.
0 commit comments