Commit 94c5edff authored by Petrus J.v.Rensburg's avatar Petrus J.v.Rensburg

Minor formatting fixes.

parent e5cae356
...@@ -37,10 +37,10 @@ on some of the existing ones, and then submit them via GitHub as a *pull-request ...@@ -37,10 +37,10 @@ on some of the existing ones, and then submit them via GitHub as a *pull-request
You can see some of these examples in action at `http://examples.flask-admin.org <http://examples.flask-admin.org/>`_. You can see some of these examples in action at `http://examples.flask-admin.org <http://examples.flask-admin.org/>`_.
To run one of the examples in your local environment, simply run:: To run one of the examples in your local environment, simply::
cd flask-admin cd flask-admin
python examples/sqla/simple.py python examples/simple/simple.py
Documentation Documentation
------------- -------------
...@@ -55,9 +55,7 @@ To build the docs in your local environment:: ...@@ -55,9 +55,7 @@ To build the docs in your local environment::
cd flask-admin cd flask-admin
sudo make html sudo make html
And to preview any .rst snippets that you want to contribute, go to:: Or, if you want to preview any *.rst* snippets that you may want to contribute, go to `http://rst.ninjs.org/ <http://rst.ninjs.org/>`_.
http://rst.ninjs.org/
Installation Installation
------------ ------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment