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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add a Sphinx based help system, and include some init
Дата
Msg-id E1YPqcc-0002Fl-EY@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Add an ID to main menu options.
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Make context menu items hookable.