devel-proj-hierarchy.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 12:46:36 +0200
changeset 1905 fba288d59662
parent 1457 3a90e314bb47
child 1912 8b81a8f0f692
permissions -rw-r--r--
Include only local subsections into TOC. This prevent duplication of TOC when build single page HTML document. Also this make unnecessary CSS hack to hide document title as top level section.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

=============================
 Software project hierarchy.
=============================
.. contents::
   :local:

Additional reading.
===================

 * http://stackoverflow.com/questions/14747056/common-practice-to-name-project-directory-which-hold-support-scripts-configs-d

Essential project dirs.
=======================

TODO

Support directories.
====================

``examples`` or ``samples`` used to show practical usage of project in
mini-scripts or mini-programs, or mini-configs.

``scripts``, ``support`` - wrappers or copy of missing scripts/utilities to
provide cross-environment build.

``tools`` - extra utilities to profile or debug project.

``contrib`` - user supplied scripts, configs, etc...

``misc``, ``etc`` - uncategorised files (if you don't know the right place for
it).

``config``, ``extra``