Commit 16ef13f6 authored by Valentin Skripnikov's avatar Valentin Skripnikov

Введение

parent e6fdaa2e
.. include:: ../AUTHORS.rst
.. include:: ../CONTRIBUTING.rst
.. include:: ../HISTORY.rst
......@@ -3,10 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Read the Docs Template's documentation!
==================================================
Contents:
Содержание
==========
.. toctree::
:maxdepth: 2
......
=====================
Введение в разработку
=====================
========
Введение
========
Install the package with pip::
Вспомните, сколько раз при разработке нового или развитии старого приложения вам приходилось писать код заново? Приходилось снова разрабатывать структуру базы данных, новое API, новые функции JavaScript, переписывать механизмы интеграции?
view.playerView.addTSTableTotalRow = function(){
jQuery('#ts_timesheet_table_total_row').remove();
jQuery('div[data-asformid="table.container.ts_timesheet_table"]>table tr:last').after(view.playerView.tsTableTotalRowElement);
view.playerView.displayTotalHours();
};
asd
Разве не было бы здорово воспользоваться платформой, которая позволит не писать снова и снова один и тот же код? Платформа которая позволит скорее приступить к реализации функций вашего приложения, вместо реализации функций, которые уже применены и используются на множестве других проектов. Именно для это создана Платформа ARTA SYNERGY - ускорение разработки Enterprise-приложений.
.. include:: ../README.rst
========
Usage
========
To use this template, simply update it::
import read-the-docs-template
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