Skip to content

Commit

Permalink
- Added "What's New in Pyramid 1.0" chapter to HTML rendering of
Browse files Browse the repository at this point in the history
  documentation.
  • Loading branch information
mcdonc committed Jan 21, 2011
1 parent ddf07e7 commit c88d441
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 365 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Expand Up @@ -16,6 +16,9 @@ Features
Documentation
-------------

- Added "What's New in Pyramid 1.0" chapter to HTML rendering of
documentation.

- Merged caseman-master narrative editing branch, many wording fixes and
extensions.

Expand Down
2 changes: 0 additions & 2 deletions TODO.txt
Expand Up @@ -4,8 +4,6 @@ Pyramid TODOs
Must-Have (before 1.0)
----------------------

- Polish "Whats New" document.

- MANIFEST.in? https://github.com/Pylons/pyramid/issues#issue/95

- Explain how to use i18n localization in Mako better. Currently we just
Expand Down
2 changes: 2 additions & 0 deletions docs/narr/advconfig.rst
Expand Up @@ -403,6 +403,8 @@ constraints: the routes they imply require relative ordering. Such ordering
constraints are not absolved by two-phase configuration. Routes are still
added in configuration execution order.

.. _add_directive:

Adding Methods to the Configurator via ``add_directive``
--------------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions docs/narr/resources.rst
Expand Up @@ -205,6 +205,8 @@ In general, since so much :app:`Pyramid` infrastructure depends on
location-aware resources, it's a good idea to make each resource in your tree
location-aware.

.. _generating_the_url_of_a_resource:

.. index::
single: resource_url
pair: generating; resource url
Expand Down
2 changes: 2 additions & 0 deletions docs/narr/urldispatch.rst
Expand Up @@ -1243,6 +1243,8 @@ which you started the application from. For example:
See :ref:`environment_chapter` for more information about how, and where to
set these values.

.. _displaying_application_routes:

.. index::
pair: routes; printing
single: paster proutes
Expand Down

0 comments on commit c88d441

Please sign in to comment.