pgAdmin 4 commit: Add a Sphinx based help system, and include some init

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add a Sphinx based help system, and include some init
Date: 2015-02-23 10:52:18
Message-ID: E1YPqcc-0002Fl-EY@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add a Sphinx based help system, and include some initial docs on development.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=39089cca2143d5a72d95148c4a2d0f3a04c40b04

Modified Files
--------------
docs/en_US/Makefile.sphinx | 130 +++++++++++++
docs/en_US/browser.rst | 5 +
docs/en_US/code-overview.rst | 154 +++++++++++++++
docs/en_US/coding-standards.rst | 187 ++++++++++++++++++
docs/en_US/conf.py | 219 ++++++++++++++++++++++
docs/en_US/debugger.rst | 4 +
docs/en_US/images/logo-128.png | Bin 0 -> 22429 bytes
docs/en_US/images/logo-right-128.png | Bin 0 -> 22418 bytes
docs/en_US/index.rst | 96 ++++++++++
docs/en_US/query-tool.rst | 5 +
docs/en_US/submitting-patches.rst | 31 +++
web/config.py | 3 +
web/pgadmin/about/hooks.py | 6 +-
web/pgadmin/browser/nodes/CollectionNode.py | 14 ++
web/pgadmin/browser/nodes/ObjectNode.py | 15 ++
web/pgadmin/browser/nodes/server_groups/hooks.py | 3 +-
web/pgadmin/browser/templates/browser/index.html | 10 +-
web/pgadmin/help/hooks.py | 23 +++
web/pgadmin/help/views.py | 22 +++
web/pgadmin/test/hooks.py | 3 +-
20 files changed, 920 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Prasad 2015-02-23 21:55:59 Patch for know bug
Previous Message Dave Page 2015-02-19 03:06:52 pgAdmin 4 commit: Add a context menu to the treeview, with options to d