HACKING.rst
changeset 87 3fa365b14c66
parent 77 c2bad6178c65
child 181 2252379bcc70
equal deleted inserted replaced
86:203f9afeaf2f 87:3fa365b14c66
     7 
     7 
     8 Document version.
     8 Document version.
     9 =================
     9 =================
    10 
    10 
    11 .. include:: VERSION.rst
    11 .. include:: VERSION.rst
       
    12 
       
    13 Home page.
       
    14 ==========
       
    15 
       
    16 SF disallow hosting project with names starting with number. So ``js-2048-ai`` used instead of
       
    17 ``2048-js-ai``.
       
    18 
       
    19   http://js-2048-ai.sourceforge.net/
       
    20     Home page.
       
    21   https://sourceforge.net/p/js-2048-ai/
       
    22     SF home page.
       
    23   https://sourceforge.net/projects/js-2048-ai/files/
       
    24     Releases.
       
    25 
       
    26 Getting sources.
       
    27 ================
       
    28 
       
    29 .. code:: console
       
    30 
       
    31   $ hg clone http://hg.code.sf.net/p/js-2048-ai/hg 2048-js-ai
       
    32 
       
    33 Getting help.
       
    34 =============
       
    35 
       
    36 See Authors_.
    12 
    37 
    13 Build docs.
    38 Build docs.
    14 ===========
    39 ===========
    15 
    40 
    16 Install reStructuredText text processor - docutils. On Debian:
    41 Install reStructuredText text processor - docutils. On Debian: