Skip to content

Commit

Permalink
Introduction paragraph in source/index.rst
Browse files Browse the repository at this point in the history
fixes #6
  • Loading branch information
scymtym committed Jun 7, 2019
1 parent 28048b6 commit 7cf2e0c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
4 changes: 3 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
.. _issue tracker: https://github.com/rdtk/generator/issues
.. _new issue: https://github.com/rdtk/generator/issues/new
.. _citec: https://www.cit-ec.de/en
.. _jenkins: https://jenkins.io
.. _asdf: https://common-lisp.net/project/asdf/
Expand Down Expand Up @@ -210,4 +212,4 @@
todo_include_todos = True

def setup(app):
app.add_stylesheet('custom.css')
app.add_stylesheet('custom.css')
33 changes: 32 additions & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,38 @@
Welcome to |project|'s documentation!
=====================================

|Project| provides tools for analyzing and building software projects.
The Research Development Toolkit (|project|) consists of tools and
processes which help software engineers working on complex,
heterogeneous, software-intensive systems in the following regards:

* Continuous Integration (CI) and Deployment (onto diverse target
platforms)

* Reproducibility

* Handling of dependencies

* Documentation, cataloging, meta-data and re-use

In the Cluster of Excellence Cognitive Interactive Technology (CITEC_)
at Bielefeld University is used for internal projects as well as in
cooperation with external partners. So far, 1,400 software
:term:`projects <project>` and about 200 :term:`distributions
<distribution>` have been modeled by more than 100 contributors.

Examples of :term:`distributions <distribution>` in the areas research
and education whose requirements are met by the |project| include an
intelligent apartment, workbenches for domain-specific languages,
service robots, etc. Many of these distributions are comprised of
hundreds of :term:`projects <project>` from diverse domains such as
machine learning, natural language understanding and synthesis,
databases and system monitoring and are mainly developed and
maintained by (PhD) students.

In contrast to other CI and DevOps solutions and services, the
model-based approach employed in the |project| is particularly
suitable for heterogeneous systems combining divers project kinds,
inclusion of 3rd-party elements and complex dependency structures.

.. toctree::
:hidden:
Expand Down

0 comments on commit 7cf2e0c

Please sign in to comment.