Giter VIP home page Giter VIP logo

cubrid-manual's Introduction

cubrid-manual

Documentation for CUBRID RDBMS

  1. Extension of original files of this manual

     *.rst
     *.inc
    
  2. Precaution to edit files.

    Please don't use tab character. Change your editor setting that "change tab as spaces". 1 tab should be 4 spaces.

  3. How to build manual

    1. Install sphinx package and theme

      1. Install python

        yum install python3 -y
        
      2. Install read the docs theme

        pip3 install sphinx_rtd_theme
        
      3. Install make to build

        yum install make -y
        
    2. go to the manual directory (cd ko for Korean; or cd en for English)

    3. make html

    4. now you can see the built html files from _built/

  4. Make commands

    make clean
    
    make html
    
  5. Mainly used tags on sphinx document(.rst file).

    Basically, indent is very important when you use tags. For details, see http://sphinx-doc.org/

    1. Titles
    *****
    First
    *****
    
    Second
    ======
    
    Third
    -----
    
    Fourth
    ^^^^^^
    
    Fifth
    +++++
    
    1. bold & italic
    **bold text**
    
    *italic text*
    
    1. escaping with \
    *italic text*\_  will be "italic text_" : blank is ignored.
    
    1. dot list
    *   text
    -   text
    
    1. boxes
    ::
    
        text
    
    .. code-block:: sql
    
        SELECT 1;
    
    .. note::
    
        note this.
    
    .. warning::
    
        warning this.
    
    1. footnote
    .. rubric:: Footnotes
    
    .. [#f1] word: explanation
    
    1. function
    .. function:: function_name (arg1, arg2)
    
    1. option
    .. program:: program_name
    
    .. option:: option_description
    
        explanation
    
    1. links

      1. function link

            :func:`func_name`
        
      2. footnote link

            [#f1]_
        
      3. internal link

            .. _link_position:
        
            :ref:`link_positon` or :ref:`title <link_positon>`
        
            :doc:`doc_path_name`
        
      4. external link

            `title <http address>`_
        

cubrid-manual's People

Contributors

hgryoo avatar eseokoh avatar airnet73 avatar mhoh3963 avatar beyondykk9 avatar ribram avatar ctshim avatar kisoo-han avatar hornetmj avatar youngjinj avatar eido5 avatar radudoros avatar zionyun avatar wrlawodms avatar joohok avatar razvanradulescu avatar ssihil avatar shparkcubrid avatar min6676 avatar kmjc6611 avatar srltas avatar lucianlazar2211 avatar nays111 avatar xmilex-git avatar asturzu avatar hwany7seo avatar hyahong avatar kang-dot avatar applys76 avatar alexstanro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.