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 254
254
# The format is a list of tuples containing the path and title.
255
255
#epub_pre_files = []
256
256
257
- # HTML files shat should be inserted after the pages created by sphinx.
257
+ # HTML files that should be inserted after the pages created by sphinx.
258
258
# The format is a list of tuples containing the path and title.
259
259
#epub_post_files = []
260
260
Original file line number Diff line number Diff line change @@ -371,7 +371,12 @@ Blueprint
371
371
Buildout
372
372
--------
373
373
374
- .. todo :: Write about Buildout
375
-
376
- `Buildout Website <http://www.buildout.org >`_
374
+ `Buildout <http://www.buildout.org >`_ is an open source software build tool.
375
+ Buildout is created using the Python programming language. It implements a
376
+ principle of separation of configuration from the scripts that do the setting up.
377
+ Buildout is primarily used to download and set up dependencies in Python eggs
378
+ format of the software being developed or deployed. Recipes for build tasks in any
379
+ environment can be created, and many are already available.
380
+
381
+ Buidout is written in Python.
377
382
You can’t perform that action at this time.
0 commit comments