Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0e06a61

Browse filesBrowse files
committed
Merge branch 'pr/640'
Closes #640
2 parents 4426806 + fd846d8 commit 0e06a61
Copy full SHA for 0e06a61

File tree

Expand file treeCollapse file tree

2 files changed

+9
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-4
lines changed

‎docs/conf.py

Copy file name to clipboardExpand all lines: docs/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
# The format is a list of tuples containing the path and title.
255255
#epub_pre_files = []
256256

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.
258258
# The format is a list of tuples containing the path and title.
259259
#epub_post_files = []
260260

‎docs/scenarios/admin.rst

Copy file name to clipboardExpand all lines: docs/scenarios/admin.rst
+8-3Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,12 @@ Blueprint
371371
Buildout
372372
--------
373373

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.
377382

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.