Skip to content

Commit

Permalink
docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
mazvv committed Jan 30, 2016
1 parent 6f9dc66 commit dd20efc
Show file tree
Hide file tree
Showing 43 changed files with 418 additions and 184 deletions.
2 changes: 1 addition & 1 deletion docs/build/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: c06d46f1dcd3aef1364cbbbf0e087949
config: 7a97391712a559fd84ba74a2ede4ef97
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/build/.doctrees/changes.doctree
Binary file not shown.
Binary file added docs/build/.doctrees/configuration.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/.doctrees/getting_started.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/install.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/setting.doctree
Binary file not shown.
Binary file added docs/build/_images/menu_tree.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/_images/permissions.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions docs/build/_sources/configuration.txt
@@ -0,0 +1,53 @@
Конфигурация
============

Типы ресурсов
#############

Основным фундаментом, на котором построена TravelCRM, являются "Типы ресурсов".
Вся информация в базе данных относится к тому или иному типу ресурсов. Полный
справочник типов ресурсов, которые установлены в системе, можно посмотреть,
перейдя в пункт навигационного меню **Система - Типы ресурсов**. Не стоит
редактировать этот справочник, если вы не уверены в том, что делаете, так как
вмешательство в этот справочник может иметь негативные последствия для работы
и стабильности системы.
Добавление новых типов ресурсов может понадобиться только для добавления нового
функционала в систему.

Структура компании
##################
Откройте справочник **Компания - Структура**. По-умолчанию этот справочник содержит
только одну запись "Головной офис". Структура компании отражает реальную иерархию
вашей компании. Элементами структуры компании являются офисы, дочерние компании
и даже отдельные подразделения компании. Для каждого структурного элемента в
дальнейшем можно будет определить должности и области видимости типов ресурсов.
Например, менеджер головного офиса может видеть только заявки, созданные
сотрудниками головного офиса, но не может видеть заявки, созданные сотрудниками
других подразделений.
Для удобства структура компании имеет вид дерева.

Должности сотрудников
#####################
Элемент структуры компании может содержать одну или несколько должностей. Перейдите
в справочник должностей **Компания - Должности**. На этой странице можно не только
добавить должности в структуру, но и описать другие настройки рабочего пространства
для сотрудников, которые будут назначены на должности.
Нажмите на пункт меню **Доступ**. В открывшемся окен можно указать доступ должности
к типам ресурсов.

.. image::
_static/_images/permissions.png

Здесь вы можете указать не только права доступа, но и область видимости типов
ресурсов, указав элемент структуры.

.. note::
Если указанный элемент структуры компании содержит дочерние элементы, то область
видимости распространяется и на все дочерние элементы.

Для настройки меню для должности нажмите на пункт меню **Меню**. В открывшемся
окне можно увидеть меню в виде дерева.

.. image::
_static/_images/menu_tree.png

6 changes: 3 additions & 3 deletions docs/build/_sources/getting_started.txt
Expand Up @@ -39,8 +39,8 @@

Элементы рабочего стола
#######################
Рабочий стол в TravelCRM состоит из двух частей: рабочего пространства и панели
инструментов.
Рабочий стол в TravelCRM состоит из трех частей: меню навигации, рабочего
пространства и панели инструментов.

.. image::
_static/_images/workspace.png
Expand All @@ -52,7 +52,7 @@

Меню навигации
##############
Содержит рабочии пункты меню. Меню навигации полностью конфигурируемо
Содержит рабочие пункты меню. Меню навигации полностью конфигурируемо
и его содержание зависит от должности текущего пользователя. Кнопка "Обновить"
обновляет содержимое меню навигации без перезагрузки рабочего пространства. Это
бывает полезно после редактирования содержания меню для должности.
Expand Down
1 change: 1 addition & 0 deletions docs/build/_sources/index.txt
Expand Up @@ -14,4 +14,5 @@
install
setting
getting_started
configuration
changes
Binary file added docs/build/_static/_images/menu_tree.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/build/_static/_images/permissions.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 5 additions & 67 deletions docs/build/_static/basic.css
Expand Up @@ -197,10 +197,7 @@ h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink,
caption:hover > a.headerlink,
p.caption:hover > a.headerlink,
div.code-block-caption:hover > a.headerlink {
dt:hover > a.headerlink {
visibility: visible;
}

Expand Down Expand Up @@ -317,13 +314,6 @@ table.docutils {
border-collapse: collapse;
}

table caption span.caption-number {
font-style: italic;
}

table caption span.caption-text {
}

table.docutils td, table.docutils th {
padding: 1px 8px 1px 5px;
border-top: 0;
Expand Down Expand Up @@ -354,25 +344,6 @@ table.citation td {
border-bottom: none;
}

/* -- figures --------------------------------------------------------------- */

div.figure {
margin: 0.5em;
padding: 0.5em;
}

div.figure p.caption {
padding: 0.3em;
}

div.figure p.caption span.caption-number {
font-style: italic;
}

div.figure p.caption span.caption-text {
}


/* -- other body styles ----------------------------------------------------- */

ol.arabic {
Expand Down Expand Up @@ -435,10 +406,6 @@ dl.glossary dt {
font-size: 1.3em;
}

.sig-paren {
font-size: larger;
}

.versionmodified {
font-style: italic;
}
Expand Down Expand Up @@ -504,51 +471,22 @@ table.highlighttable td {
padding: 0 0.5em 0 0.5em;
}

div.code-block-caption {
padding: 2px 5px;
font-size: small;
}

div.code-block-caption code {
background-color: transparent;
}

div.code-block-caption + div > div.highlight > pre {
margin-top: 0;
}

div.code-block-caption span.caption-number {
padding: 0.1em 0.3em;
font-style: italic;
}

div.code-block-caption span.caption-text {
}

div.container {
padding: 1em 1em 0;
}

div.container div.highlight {
margin: 0;
}

code.descname {
tt.descname {
background-color: transparent;
font-weight: bold;
font-size: 1.2em;
}

code.descclassname {
tt.descclassname {
background-color: transparent;
}

code.xref, a code {
tt.xref, a tt {
background-color: transparent;
font-weight: bold;
}

h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
background-color: transparent;
}

Expand Down
35 changes: 12 additions & 23 deletions docs/build/_static/bootstrap-sphinx.css
@@ -1,43 +1,32 @@
/*
* bootstrap-sphinx.css
* ~~~~~~~~~~~~~~~~~~~~
*
* Sphinx stylesheet -- Bootstrap theme.
*/
* bootstrap-sphinx.css
* ~~~~~~~~~~~~~~~~~~~~
*
* Sphinx stylesheet -- Twitter Bootstrap theme.
*/

.navbar-inverse .brand {
color: #FFF;
}

/*
* Reset navbar styles from overrides in:
* https://bitbucket.org/birkenfeld/sphinx/commits/78d8ebf76b630ab4073a7328af9d91e8123b8d96
*/
.navbar .container {
padding-top: 0;
}

.page-top {
top: 0px;
}






body {
padding-top: 60px;

padding-top: 60px;

}
.page-top {
top: 60px;

top: 60px;

}



.navbar-inner {
padding-left: 12px !important;
padding-right: 12px !important;
Expand Down
2 changes: 1 addition & 1 deletion docs/build/_static/bootstrap-sphinx.js
Expand Up @@ -54,7 +54,7 @@
$(window).load(function () {
/*
* Scroll the window to avoid the topnav bar
* https://github.com/twbs/bootstrap/issues/1768
* https://github.com/twitter/bootstrap/issues/1768
*/
if ($("#navbar.navbar-fixed-top").length > 0) {
var navHeight = $("#navbar").height(),
Expand Down
25 changes: 0 additions & 25 deletions docs/build/_static/doctools.js
Expand Up @@ -91,30 +91,6 @@ jQuery.fn.highlightText = function(text, className) {
});
};

/*
* backward compatibility for jQuery.browser
* This will be supported until firefox bug is fixed.
*/
if (!jQuery.browser) {
jQuery.uaMatch = function(ua) {
ua = ua.toLowerCase();

var match = /(chrome)[ \/]([\w.]+)/.exec(ua) ||
/(webkit)[ \/]([\w.]+)/.exec(ua) ||
/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) ||
/(msie) ([\w.]+)/.exec(ua) ||
ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) ||
[];

return {
browser: match[ 1 ] || "",
version: match[ 2 ] || "0"
};
};
jQuery.browser = {};
jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true;
}

/**
* Small JavaScript module for the documentation.
*/
Expand Down Expand Up @@ -176,7 +152,6 @@ var Documentation = {

/**
* workaround a firefox stupidity
* see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075
*/
fixFirefoxAnchorBug : function() {
if (document.location.hash && $.browser.mozilla)
Expand Down
Binary file modified docs/build/_static/down-pressed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/_static/down.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/_static/file.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions docs/build/_static/jquery.js

Large diffs are not rendered by default.

Binary file modified docs/build/_static/minus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/_static/plus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/build/_static/pygments.css
Expand Up @@ -40,7 +40,6 @@
.highlight .nv { color: #bb60d5 } /* Name.Variable */
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #208050 } /* Literal.Number.Bin */
.highlight .mf { color: #208050 } /* Literal.Number.Float */
.highlight .mh { color: #208050 } /* Literal.Number.Hex */
.highlight .mi { color: #208050 } /* Literal.Number.Integer */
Expand Down
Binary file modified docs/build/_static/up-pressed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/_static/up.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions docs/build/_static/websupport.js
Expand Up @@ -50,51 +50,51 @@
}

function initEvents() {
$(document).on("click", 'a.comment-close', function(event) {
$('a.comment-close').live("click", function(event) {
event.preventDefault();
hide($(this).attr('id').substring(2));
});
$(document).on("click", 'a.vote', function(event) {
$('a.vote').live("click", function(event) {
event.preventDefault();
handleVote($(this));
});
$(document).on("click", 'a.reply', function(event) {
$('a.reply').live("click", function(event) {
event.preventDefault();
openReply($(this).attr('id').substring(2));
});
$(document).on("click", 'a.close-reply', function(event) {
$('a.close-reply').live("click", function(event) {
event.preventDefault();
closeReply($(this).attr('id').substring(2));
});
$(document).on("click", 'a.sort-option', function(event) {
$('a.sort-option').live("click", function(event) {
event.preventDefault();
handleReSort($(this));
});
$(document).on("click", 'a.show-proposal', function(event) {
$('a.show-proposal').live("click", function(event) {
event.preventDefault();
showProposal($(this).attr('id').substring(2));
});
$(document).on("click", 'a.hide-proposal', function(event) {
$('a.hide-proposal').live("click", function(event) {
event.preventDefault();
hideProposal($(this).attr('id').substring(2));
});
$(document).on("click", 'a.show-propose-change', function(event) {
$('a.show-propose-change').live("click", function(event) {
event.preventDefault();
showProposeChange($(this).attr('id').substring(2));
});
$(document).on("click", 'a.hide-propose-change', function(event) {
$('a.hide-propose-change').live("click", function(event) {
event.preventDefault();
hideProposeChange($(this).attr('id').substring(2));
});
$(document).on("click", 'a.accept-comment', function(event) {
$('a.accept-comment').live("click", function(event) {
event.preventDefault();
acceptComment($(this).attr('id').substring(2));
});
$(document).on("click", 'a.delete-comment', function(event) {
$('a.delete-comment').live("click", function(event) {
event.preventDefault();
deleteComment($(this).attr('id').substring(2));
});
$(document).on("click", 'a.comment-markup', function(event) {
$('a.comment-markup').live("click", function(event) {
event.preventDefault();
toggleCommentMarkupBox($(this).attr('id').substring(2));
});
Expand Down Expand Up @@ -700,8 +700,8 @@
(<a href="#" class="comment-markup" id="ab<%id%>">markup</a>):</p>\
<div class="comment-markup-box" id="mb<%id%>">\
reStructured text markup: <i>*emph*</i>, <b>**strong**</b>, \
<code>``code``</code>, \
code blocks: <code>::</code> and an indented block after blank line</div>\
<tt>``code``</tt>, \
code blocks: <tt>::</tt> and an indented block after blank line</div>\
<form method="post" id="cf<%id%>" class="comment-form" action="">\
<textarea name="comment" cols="80"></textarea>\
<p class="propose-button">\
Expand Down

0 comments on commit dd20efc

Please sign in to comment.