Skip to content

Commit 806dbe7

Browse files
authored
Merge pull request #501 from nudles/SINGA-480
Singa 480 Update documentations
2 parents 6d1f90e + 7a6330e commit 806dbe7

24 files changed

+754
-623
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ thirdparty/*
1313
!thirdparty/install.sh
1414
test/samples/
1515
.idea
16+
doc/_build/*

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
2020

2121
PROJECT(singa)
22-
SET(PACKAGE_VERSION "2.0.0")
22+
SET(PACKAGE_VERSION "2.1.0")
2323
SET(SINGA_MAJOR_VERSION 2) # 0 -
24-
SET(SINGA_MINOR_VERSION 0) # 0 - 9
24+
SET(SINGA_MINOR_VERSION 1) # 0 - 9
2525
SET(SINGA_PATCH_VERSION 0) # 0 - 99
2626
MATH(EXPR SINGA_VERSION "${SINGA_MAJOR_VERSION} * 1000 + ${SINGA_MINOR_VERSION} * 100 + ${SINGA_PATCH_VERSION}")
2727

doc/README.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

doc/conf.py

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
# See the License for the specific language governing permissions and
2020
# limitations under the License.
2121

22+
# Directives for doing spell check only for python comments
23+
# cSpell:includeRegExp #.*
24+
# cSpell:includeRegExp ("""|''')[^]*
25+
2226
# This file is execfile()d with the current directory set to its
2327
# containing dir.
2428
#
@@ -40,7 +44,6 @@
4044
sys.path.append(os.path.abspath('../python/'))
4145
sys.path.append(os.path.abspath('../build/python/'))
4246

43-
4447
# -- General configuration ------------------------------------------------
4548
from recommonmark.parser import CommonMarkParser
4649

@@ -71,7 +74,7 @@
7174
# source_encoding = 'utf-8-sig'
7275

7376
# The master toctree document.
74-
master_doc = 'index'
77+
master_doc = 'en/index'
7578

7679
# General information about the project.
7780
project = u'incubator-singa'
@@ -139,7 +142,6 @@
139142
# If true, `todo` and `todoList` produce output, else they produce nothing.
140143
todo_include_todos = False
141144

142-
143145
# -- Options for HTML output ----------------------------------------------
144146

145147
# The theme to use for HTML and HTML Help pages. See the documentation for
@@ -168,7 +170,7 @@
168170
# The name of an image file (relative to this directory) to place at the top
169171
# of the sidebar.
170172
#
171-
html_logo = '/singa.png'
173+
html_logo = '_static/singa.png'
172174

173175
# The name of an image file (relative to this directory) to use as a favicon of
174176
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
@@ -264,21 +266,21 @@
264266
# -- Options for LaTeX output ---------------------------------------------
265267

266268
latex_elements = {
267-
# The paper size ('letterpaper' or 'a4paper').
268-
#
269-
# 'papersize': 'letterpaper',
269+
# The paper size ('letterpaper' or 'a4paper').
270+
#
271+
# 'papersize': 'letterpaper',
270272

271-
# The font size ('10pt', '11pt' or '12pt').
272-
#
273-
# 'pointsize': '10pt',
273+
# The font size ('10pt', '11pt' or '12pt').
274+
#
275+
# 'pointsize': '10pt',
274276

275-
# Additional stuff for the LaTeX preamble.
276-
#
277-
# 'preamble': '',
277+
# Additional stuff for the LaTeX preamble.
278+
#
279+
# 'preamble': '',
278280

279-
# Latex figure (float) alignment
280-
#
281-
# 'figure_align': 'htbp',
281+
# Latex figure (float) alignment
282+
#
283+
# 'figure_align': 'htbp',
282284
}
283285

284286
# Grouping the document tree into LaTeX files. List of tuples
@@ -315,30 +317,25 @@
315317
#
316318
# latex_domain_indices = True
317319

318-
319320
# -- Options for manual page output ---------------------------------------
320321

321322
# One entry per manual page. List of tuples
322323
# (source start file, name, description, authors, manual section).
323-
man_pages = [
324-
(master_doc, 'incubator-singa', u'incubator-singa Documentation',
325-
[author], 1)
326-
]
324+
man_pages = [(master_doc, 'incubator-singa', u'incubator-singa Documentation',
325+
[author], 1)]
327326

328327
# If true, show URL addresses after external links.
329328
#
330329
# man_show_urls = False
331330

332-
333331
# -- Options for Texinfo output -------------------------------------------
334332

335333
# Grouping the document tree into Texinfo files. List of tuples
336334
# (source start file, target name, title, author,
337335
# dir menu entry, description, category)
338336
texinfo_documents = [
339-
(master_doc, 'incubator-singa', u'incubator-singa Documentation',
340-
author, 'incubator-singa', 'One line description of project.',
341-
'Miscellaneous'),
337+
(master_doc, 'incubator-singa', u'incubator-singa Documentation', author,
338+
'incubator-singa', 'One line description of project.', 'Miscellaneous'),
342339
]
343340

344341
# Documents to append as an appendix to all manuals.

doc/en/_templates/layout.html

Lines changed: 0 additions & 56 deletions
This file was deleted.

doc/en/community/team-list.rst

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ The SINGA community has developers mainly from National University of Singapore,
4646
+--------------------+--------------------------------+-----------------------------------------------+
4747
| Haibo Chen | [email protected] | NetEase |
4848
+--------------------+--------------------------------+-----------------------------------------------+
49-
| Anh Dinh | [email protected] | National University of Singapore |
49+
| Anh Dinh | [email protected] | Singapore University of Technology and Design |
5050
+--------------------+--------------------------------+-----------------------------------------------+
51-
| Jinyang Gao | [email protected] | National University of Singapore |
51+
| Jinyang Gao | [email protected] | DAMO Academy, Alibaba Group |
5252
+--------------------+--------------------------------+-----------------------------------------------+
53-
| Xin Ji | [email protected] | National University of Singapore |
53+
| Xin Ji | [email protected] | Visenze |
5454
+--------------------+--------------------------------+-----------------------------------------------+
5555
| Chonho Lee | [email protected] | Osaka University |
5656
+--------------------+--------------------------------+-----------------------------------------------+
@@ -62,23 +62,34 @@ The SINGA community has developers mainly from National University of Singapore,
6262
+--------------------+--------------------------------+-----------------------------------------------+
6363
| Anthony K. H. Tung | [email protected] | National University of Singapore |
6464
+--------------------+--------------------------------+-----------------------------------------------+
65-
| Ji Wang | [email protected] | National University of Singapore |
65+
| Ji Wang | [email protected] | Hangzhou MZH Technologies |
6666
+--------------------+--------------------------------+-----------------------------------------------+
67-
| Sheng Wang | [email protected] | National University of Singapore |
67+
| Sheng Wang | [email protected] | DAMO Academy, Alibaba Group |
6868
+--------------------+--------------------------------+-----------------------------------------------+
6969
| Wei Wang | [email protected] | National University of Singapore |
7070
+--------------------+--------------------------------+-----------------------------------------------+
7171
| Yuan Wang | [email protected] | NetEase |
7272
+--------------------+--------------------------------+-----------------------------------------------+
7373
| Wenfeng Wu | [email protected] | National University of Singapore |
7474
+--------------------+--------------------------------+-----------------------------------------------+
75-
| Zhongle Xie | [email protected] | National University of Singapore |
75+
| Zhongle Xie | [email protected] | Hangzhou MZH Technologies |
7676
+--------------------+--------------------------------+-----------------------------------------------+
77-
| Meihui Zhang | [email protected] | Singapore University of Technology and Design |
77+
| Meihui Zhang | [email protected] | Beijing Institute of Technology |
7878
+--------------------+--------------------------------+-----------------------------------------------+
7979
| Kaiping Zheng | [email protected] | National University of Singapore |
8080
+--------------------+--------------------------------+-----------------------------------------------+
8181
| Moaz Reyad | [email protected] | University of Genoa |
8282
+--------------------+--------------------------------+-----------------------------------------------+
83-
| Chang Yao | [email protected] | yzBigdata |
83+
| Chang Yao | [email protected] | Hangzhou MZH Technologies |
8484
+--------------------+--------------------------------+-----------------------------------------------+
85+
86+
87+
88+
How to become a SINGA committer
89+
--------------------------------
90+
91+
SINGA committers are members that have write access to SINGA code and documentation repositories. They can contribute by themselves and accept other contributions.
92+
93+
Becoming a SINGA committer requires understanding the Apache Way and being an active member in the SINGA project. An active member participates on mailing lists, answers questions, contributes code, tests and documentation, presents SINGA in talks and seminars, verifies releases and report issues or feature requests.
94+
95+
New committers can be suggested by current committers or PPMC members, and voted upon by the PPMC according to Apache guidelines. You can start by talking to other committers and ask for their advice and guidance.

0 commit comments

Comments
 (0)