Changeset e3a054 in git for main.dox


Ignore:
Timestamp:
Jul 7, 2014, 7:28:39 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
8e7951cdd117df96980509cecc8e75cc174f5be0
Parents:
c238a0dd3f1aea04fdcedcf1a92ac9cd108d4b86
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-07 19:28:39+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-09 03:22:54+02:00
Message:
Initial addition of some Wiki materials to Sources in markdown form (.md) with references
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main.dox

    rc238a0 re3a054  
    11/*!
    2 \dir
    32\page main_page Introductory developers manual
    43
    54The Singular kernel development introduction contains:
    65
    7 - \subpage styleguide "the C/C++ programming Style Guide",
    8 - \subpage bs_page "the Singular build system",
     6- \subpage build_sources_page "Building Singular from Sources",
     7- \subpage development_model_page "New git-supported Development Model",
     8- \subpage howto_contribute_page "HowTo CONTRIBUTE to Singular development",
     9- \subpage styleguide "Newer C/C++ programming style guide",
     10- \subpage legacystyleguide "Legacy C programming style guide",
     11- \subpage bs_page "the build system",
     12- \subpage changes_in_sw_page "significant SW changes",
    913- somewhat outdated Singular kernel documentation: <ftp://www.mathematik.uni-kl.de/pub/Math/Singular/doc/singular-anatomy.tgz>,
    1014- a short description of the Singular restructurization: <http://www.singular.uni-kl.de/gap-meeting-2012/SW.Aug.12.motsak.2.pdf> and
    1115- the current internal structure and dependencies can be seen at \subpage deps_page.
    1216  Top-level packages are:
    13   - \subpage omalloc_page "Singular Memory Manager"
    14   - \subpage resources_page "Resource Handling Helpers"
    15   - \subpage factory_page "Factorization lib."
    16   - \subpage libpolys_page "Singular most basic data structures"
    17   - \subpage kernel_page "Mathematical Algorithms"
    18   - \subpage singular_page "Singular Interpreter and related"
     17  - \subpage omalloc_page "Singular Memory Manager",
     18  - \subpage resources_page "Resource Handling Helpers",
     19  - \subpage factory_page "Factorization library",
     20  - \subpage libpolys_page "Singular most basic data structures",
     21  - \subpage kernel_page "Mathematical Algorithms",
     22  - \subpage singular_page "Singular Interpreter and related".
    1923
    20 \dir
    21 \ref main_page
     24Note that Singlar may rely on some third-party \subpage external_packages_page "Packages".
    2225*/
    2326
     
    8386targets in makefiles) but have to be treated specially.
    8487
     88Short HOWTO:
     89- \subpage adding_kernel_package "Adding a sub-package to /kernel/"
     90
    8591
    8692New sub-libraries may be added to the existing directories (to the
     
    98104in case of a build system chenges.
    99105
    100 See also \ref styleguide
     106See also \ref styleguide and \ref legacystyleguide .
    101107*/
    102108
     
    122128*/
    123129/*!
    124 \dir factory
     130\dir ./factory/
    125131\ref factory_page
    126132*/
     
    131137
    132138 
     139/*!
     140\page copying_page COPYING
     141\verbinclude COPYING
     142*/
Note: See TracChangeset for help on using the changeset viewer.