diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-02-22 13:40:56 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-02-22 13:40:56 +0000 |
| commit | 998cd478d3eae88c9630e411e91f03fc20d41a96 (patch) | |
| tree | 24ca95a59f0c5c7820059df815a0521c18ab7734 /docs | |
| parent | 6d47bc3a3ba2600d8e4c7609d5fae29287b4a399 (diff) | |
| download | pyramid-998cd478d3eae88c9630e411e91f03fc20d41a96.tar.gz pyramid-998cd478d3eae88c9630e411e91f03fc20d41a96.tar.bz2 pyramid-998cd478d3eae88c9630e411e91f03fc20d41a96.zip | |
Fix introduction spellings.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.static/repoze_epub.css | 22 | ||||
| -rw-r--r-- | docs/narr/introduction.rst | 4 |
2 files changed, 24 insertions, 2 deletions
diff --git a/docs/.static/repoze_epub.css b/docs/.static/repoze_epub.css new file mode 100644 index 000000000..261500d82 --- /dev/null +++ b/docs/.static/repoze_epub.css @@ -0,0 +1,22 @@ +@import url('default.css'); +/* body { */ +/* background-color: #006339; */ +/* } */ + +/* div.document { */ +/* background-color: #dad3bd; */ +/* } */ + +/* div.sphinxsidebar h3, h4, h5, a { */ +/* color: #127c56 !important; */ +/* } */ + +/* div.related { */ +/* color: #dad3bd !important; */ +/* background-color: #00744a; */ +/* } */ + +/* div.related a { */ +/* color: #dad3bd !important; */ +/* } */ + diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 9a8ba0980..b13da0a0d 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -16,8 +16,8 @@ representation of the contents of an accounting ledger, while a web page served by another application might be a listing of songs. These applications probably won't serve the same set of customers. However, although they're not very similar on the surface, both a -ledger-serving application and a song-serving application could be -successfully written using :mod:`repoze.bfg`. +ledger-serving application and a song-serving application can be +written using :mod:`repoze.bfg`. :mod:`repoze.bfg` is a very general open source Python web *framework*. As a framework, its primary job is to make it easier for |
