From 8b2bb44114e3a724d66035e76051a6910e14657e Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 28 Dec 2019 03:03:43 -0800 Subject: Fix heading levels --- docs/tutorials/wiki2/definingmodels.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/tutorials/wiki2/definingmodels.rst b/docs/tutorials/wiki2/definingmodels.rst index 516fd66cf..4b80e09ac 100644 --- a/docs/tutorials/wiki2/definingmodels.rst +++ b/docs/tutorials/wiki2/definingmodels.rst @@ -256,14 +256,14 @@ Populating the database Because our model has changed, and to repopulate the database, we need to rerun the ``initialize_tutorial_db`` command to pick up the changes we've made to the ``initialize_db.py`` file. On Unix -^^^^^^^ +------- .. code-block:: bash $VENV/bin/initialize_tutorial_db development.ini On Windows -^^^^^^^^^^ +---------- .. code-block:: doscon -- cgit v1.2.3