Skip to content

Commit

Permalink
Fix ReST rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 23, 2018
1 parent 814b90b commit e8bcfd2
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions src/zope/generations/README.rst
Expand Up @@ -31,8 +31,9 @@ phrases. Let's keep it simple and store the data in a dict:
>>> transaction.commit()


Initial setup
-------------
===============
Initial setup
===============

Here's some generations-specific code. We will create and register a
SchemaManager. SchemaManagers are responsible for the actual updates of the
Expand Down Expand Up @@ -78,8 +79,9 @@ In real life you should never have to bother with this key directly,
but you should be aware that it exists.


Upgrade scenario
----------------
==================
Upgrade scenario
==================

Back to the story. Some time passes and one of our clients gets hacked because
we forgot to escape HTML special characters! The horror! We must fix this
Expand Down Expand Up @@ -145,8 +147,9 @@ you seek out old objects that you wish to update, by interface or by some other
criteria. They are easy to understand, check their docstrings.


Generations in action
---------------------
=======================
Generations in action
=======================

So, our furious client downloads our latest code and restarts Zope. The event
is automatically sent again:
Expand Down Expand Up @@ -189,7 +192,7 @@ subscriber which we have called previously.


Ordering of schema managers
~~~~~~~~~~~~~~~~~~~~~~~~~~~
===========================

Frequently subsystems used to compose an application rely on other
subsystems to operate properly. If both subsystems provide schema
Expand Down Expand Up @@ -290,8 +293,9 @@ before the 'another.app-extension' evolver:
['foundation 1', 'dependent 1']


Installation
------------
==============
Installation
==============

In the the example above, we manually initialized the answers. We
shouldn't have to do that manually. The application should be able to
Expand Down

0 comments on commit e8bcfd2

Please sign in to comment.