roroacms 0.0.7.1 → 0.0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/roroacms/admin/favicon.ico +0 -0
  3. data/app/assets/javascripts/roroacms/admin/site.js +7 -0
  4. data/app/assets/stylesheets/roroacms/admin/main.css.scss +14 -0
  5. data/app/helpers/roroacms/media_helper.rb +1 -0
  6. data/app/helpers/roroacms/menu_helper.rb +26 -15
  7. data/app/views/layouts/roroacms/admin.html.erb +2 -2
  8. data/app/views/roroacms/admin/settings/index.html.erb +2 -2
  9. data/docs/Makefile +177 -0
  10. data/docs/_build/doctrees/environment.pickle +0 -0
  11. data/docs/_build/doctrees/index.doctree +0 -0
  12. data/docs/_build/html/.buildinfo +4 -0
  13. data/docs/_build/html/_sources/index.txt +41 -0
  14. data/docs/_build/html/_static/ajax-loader.gif +0 -0
  15. data/docs/_build/html/_static/basic.css +537 -0
  16. data/docs/_build/html/_static/comment-bright.png +0 -0
  17. data/docs/_build/html/_static/comment-close.png +0 -0
  18. data/docs/_build/html/_static/comment.png +0 -0
  19. data/docs/_build/html/_static/default.css +256 -0
  20. data/docs/_build/html/_static/doctools.js +238 -0
  21. data/docs/_build/html/_static/down-pressed.png +0 -0
  22. data/docs/_build/html/_static/down.png +0 -0
  23. data/docs/_build/html/_static/file.png +0 -0
  24. data/docs/_build/html/_static/jquery.js +2 -0
  25. data/docs/_build/html/_static/minus.png +0 -0
  26. data/docs/_build/html/_static/plus.png +0 -0
  27. data/docs/_build/html/_static/pygments.css +62 -0
  28. data/docs/_build/html/_static/searchtools.js +622 -0
  29. data/docs/_build/html/_static/sidebar.js +159 -0
  30. data/docs/_build/html/_static/underscore.js +31 -0
  31. data/docs/_build/html/_static/up-pressed.png +0 -0
  32. data/docs/_build/html/_static/up.png +0 -0
  33. data/docs/_build/html/_static/websupport.js +808 -0
  34. data/docs/_build/html/genindex.html +92 -0
  35. data/docs/_build/html/index.html +138 -0
  36. data/docs/_build/html/objects.inv +0 -0
  37. data/docs/_build/html/search.html +99 -0
  38. data/docs/_build/html/searchindex.js +1 -0
  39. data/docs/_images/logo.png +0 -0
  40. data/docs/_themes/roroa_rtd_theme/__init__.py +17 -0
  41. data/docs/_themes/roroa_rtd_theme/breadcrumbs.html +19 -0
  42. data/docs/_themes/roroa_rtd_theme/footer.html +31 -0
  43. data/docs/_themes/roroa_rtd_theme/layout.html +161 -0
  44. data/docs/_themes/roroa_rtd_theme/layout_old.html +205 -0
  45. data/docs/_themes/roroa_rtd_theme/search.html +50 -0
  46. data/docs/_themes/roroa_rtd_theme/searchbox.html +7 -0
  47. data/docs/_themes/roroa_rtd_theme/static/css/badge_only.css +1 -0
  48. data/docs/_themes/roroa_rtd_theme/static/css/sylius.css +57 -0
  49. data/docs/_themes/roroa_rtd_theme/static/css/theme.css +3224 -0
  50. data/docs/_themes/roroa_rtd_theme/static/fonts/FontAwesome.otf +0 -0
  51. data/docs/_themes/roroa_rtd_theme/static/fonts/fontawesome-webfont.eot +0 -0
  52. data/docs/_themes/roroa_rtd_theme/static/fonts/fontawesome-webfont.svg +414 -0
  53. data/docs/_themes/roroa_rtd_theme/static/fonts/fontawesome-webfont.ttf +0 -0
  54. data/docs/_themes/roroa_rtd_theme/static/fonts/fontawesome-webfont.woff +0 -0
  55. data/docs/_themes/roroa_rtd_theme/static/img/logo.png +0 -0
  56. data/docs/_themes/roroa_rtd_theme/static/js/theme.js +47 -0
  57. data/docs/_themes/roroa_rtd_theme/theme.conf +8 -0
  58. data/docs/_themes/roroa_rtd_theme/versions.html +37 -0
  59. data/docs/conf.py +259 -0
  60. data/docs/index.rst +41 -0
  61. data/docs/make.bat +242 -0
  62. data/lib/roroacms/engine.rb +1 -1
  63. data/lib/roroacms/version.rb +1 -1
  64. metadata +318 -3
@@ -0,0 +1,8 @@
1
+ [theme]
2
+ inherit = basic
3
+ stylesheet = css/theme.css
4
+
5
+ [options]
6
+ typekit_id = hiw1hhg
7
+ analytics_id =
8
+ sticky_navigation = False
@@ -0,0 +1,37 @@
1
+ {% if READTHEDOCS %}
2
+ {# Add rst-badge after rst-versions for small badge style. #}
3
+ <!-- <div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
4
+ <span class="rst-current-version" data-toggle="rst-current-version">
5
+ <span class="fa fa-book"> Read the Docs</span>
6
+ v: {{ current_version }}
7
+ <span class="fa fa-caret-down"></span>
8
+ </span>
9
+ <div class="rst-other-versions">
10
+ <dl>
11
+ <dt>Versions</dt>
12
+ {% for slug, url in versions %}
13
+ <dd><a href="{{ url }}">{{ slug }}</a></dd>
14
+ {% endfor %}
15
+ </dl>
16
+ <dl>
17
+ <dt>Downloads</dt>
18
+ {% for type, url in downloads %}
19
+ <dd><a href="{{ url }}">{{ type }}</a></dd>
20
+ {% endfor %}
21
+ </dl>
22
+ <dl>
23
+ <dt>On Read the Docs</dt>
24
+ <dd>
25
+ <a href="//{{ PRODUCTION_DOMAIN }}/projects/{{ slug }}/?fromdocs={{ slug }}">Project Home</a>
26
+ </dd>
27
+ <dd>
28
+ <a href="//{{ PRODUCTION_DOMAIN }}/builds/{{ slug }}/?fromdocs={{ slug }}">Builds</a>
29
+ </dd>
30
+ </dl>
31
+ <hr/>
32
+ Free document hosting provided by <a href="http://www.readthedocs.org">Read the Docs</a>.
33
+
34
+ </div>
35
+ </div> -->
36
+ {% endif %}
37
+
data/docs/conf.py ADDED
@@ -0,0 +1,259 @@
1
+ # -*- coding: utf-8 -*-
2
+ #
3
+ # RoroaCMS documentation build configuration file, created by
4
+ # sphinx-quickstart on Sat Sep 27 14:19:58 2014.
5
+ #
6
+ # This file is execfile()d with the current directory set to its
7
+ # containing dir.
8
+ #
9
+ # Note that not all possible configuration values are present in this
10
+ # autogenerated file.
11
+ #
12
+ # All configuration values have a default; values that are commented out
13
+ # serve to show the default.
14
+
15
+ import sys
16
+ import os
17
+
18
+ # If extensions (or modules to document with autodoc) are in another directory,
19
+ # add these directories to sys.path here. If the directory is relative to the
20
+ # documentation root, use os.path.abspath to make it absolute, like shown here.
21
+ #sys.path.insert(0, os.path.abspath('.'))
22
+
23
+ # -- General configuration ------------------------------------------------
24
+
25
+ # If your documentation needs a minimal Sphinx version, state it here.
26
+ #needs_sphinx = '1.0'
27
+
28
+ # Add any Sphinx extension module names here, as strings. They can be
29
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
30
+ # ones.
31
+ extensions = []
32
+
33
+ # Add any paths that contain templates here, relative to this directory.
34
+ templates_path = ['_templates']
35
+
36
+ # The suffix of source filenames.
37
+ source_suffix = '.rst'
38
+
39
+ # The encoding of source files.
40
+ #source_encoding = 'utf-8-sig'
41
+
42
+ # The master toctree document.
43
+ master_doc = 'index'
44
+
45
+ # General information about the project.
46
+ project = u'RoroaCMS'
47
+ copyright = u'2014, Simon Fletcher'
48
+
49
+ # The version info for the project you're documenting, acts as replacement for
50
+ # |version| and |release|, also used in various other places throughout the
51
+ # built documents.
52
+ #
53
+ # The short X.Y version.
54
+ version = '0.0.7.1'
55
+ # The full version, including alpha/beta/rc tags.
56
+ release = '26.09.2013'
57
+
58
+ # The language for content autogenerated by Sphinx. Refer to documentation
59
+ # for a list of supported languages.
60
+ #language = None
61
+
62
+ # There are two options for replacing |today|: either, you set today to some
63
+ # non-false value, then it is used:
64
+ #today = ''
65
+ # Else, today_fmt is used as the format for a strftime call.
66
+ #today_fmt = '%B %d, %Y'
67
+
68
+ # List of patterns, relative to source directory, that match files and
69
+ # directories to ignore when looking for source files.
70
+ exclude_patterns = ['_build']
71
+
72
+ # The reST default role (used for this markup: `text`) to use for all
73
+ # documents.
74
+ #default_role = None
75
+
76
+ # If true, '()' will be appended to :func: etc. cross-reference text.
77
+ #add_function_parentheses = True
78
+
79
+ # If true, the current module name will be prepended to all description
80
+ # unit titles (such as .. function::).
81
+ #add_module_names = True
82
+
83
+ # If true, sectionauthor and moduleauthor directives will be shown in the
84
+ # output. They are ignored by default.
85
+ #show_authors = False
86
+
87
+ # The name of the Pygments (syntax highlighting) style to use.
88
+ pygments_style = 'sphinx'
89
+
90
+ # A list of ignored prefixes for module index sorting.
91
+ #modindex_common_prefix = []
92
+
93
+ # If true, keep warnings as "system message" paragraphs in the built documents.
94
+ #keep_warnings = False
95
+
96
+
97
+ # -- Options for HTML output ----------------------------------------------
98
+
99
+ # The theme to use for HTML and HTML Help pages. See the documentation for
100
+ # a list of builtin themes.
101
+ html_theme = 'roroa_rtd_theme'
102
+ html_theme_path = ["_themes"]
103
+
104
+ # Theme options are theme-specific and customize the look and feel of a theme
105
+ # further. For a list of options available for each theme, see the
106
+ # documentation.
107
+ #html_theme_options = {}
108
+
109
+ # Add any paths that contain custom themes here, relative to this directory.
110
+ #html_theme_path = []
111
+
112
+ # The name for this set of Sphinx documents. If None, it defaults to
113
+ # "<project> v<release> documentation".
114
+ #html_title = None
115
+
116
+ # A shorter title for the navigation bar. Default is the same as html_title.
117
+ #html_short_title = None
118
+
119
+ # The name of an image file (relative to this directory) to place at the top
120
+ # of the sidebar.
121
+ #html_logo = None
122
+
123
+ # The name of an image file (within the static path) to use as favicon of the
124
+ # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
125
+ # pixels large.
126
+ #html_favicon = None
127
+
128
+ # Add any paths that contain custom static files (such as style sheets) here,
129
+ # relative to this directory. They are copied after the builtin static files,
130
+ # so a file named "default.css" will overwrite the builtin "default.css".
131
+ html_static_path = ['_static']
132
+
133
+ # Add any extra paths that contain custom files (such as robots.txt or
134
+ # .htaccess) here, relative to this directory. These files are copied
135
+ # directly to the root of the documentation.
136
+ #html_extra_path = []
137
+
138
+ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
139
+ # using the given strftime format.
140
+ #html_last_updated_fmt = '%b %d, %Y'
141
+
142
+ # If true, SmartyPants will be used to convert quotes and dashes to
143
+ # typographically correct entities.
144
+ #html_use_smartypants = True
145
+
146
+ # Custom sidebar templates, maps document names to template names.
147
+ #html_sidebars = {}
148
+
149
+ # Additional templates that should be rendered to pages, maps page names to
150
+ # template names.
151
+ #html_additional_pages = {}
152
+
153
+ # If false, no module index is generated.
154
+ #html_domain_indices = True
155
+
156
+ # If false, no index is generated.
157
+ #html_use_index = True
158
+
159
+ # If true, the index is split into individual pages for each letter.
160
+ #html_split_index = False
161
+
162
+ # If true, links to the reST sources are added to the pages.
163
+ #html_show_sourcelink = True
164
+
165
+ # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
166
+ #html_show_sphinx = True
167
+
168
+ # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
169
+ #html_show_copyright = True
170
+
171
+ # If true, an OpenSearch description file will be output, and all pages will
172
+ # contain a <link> tag referring to it. The value of this option must be the
173
+ # base URL from which the finished HTML is served.
174
+ #html_use_opensearch = ''
175
+
176
+ # This is the file name suffix for HTML files (e.g. ".xhtml").
177
+ #html_file_suffix = None
178
+
179
+ # Output file base name for HTML help builder.
180
+ htmlhelp_basename = 'RoroaCMSdoc'
181
+
182
+
183
+ # -- Options for LaTeX output ---------------------------------------------
184
+
185
+ latex_elements = {
186
+ # The paper size ('letterpaper' or 'a4paper').
187
+ #'papersize': 'letterpaper',
188
+
189
+ # The font size ('10pt', '11pt' or '12pt').
190
+ #'pointsize': '10pt',
191
+
192
+ # Additional stuff for the LaTeX preamble.
193
+ #'preamble': '',
194
+ }
195
+
196
+ # Grouping the document tree into LaTeX files. List of tuples
197
+ # (source start file, target name, title,
198
+ # author, documentclass [howto, manual, or own class]).
199
+ latex_documents = [
200
+ ('index', 'RoroaCMS.tex', u'RoroaCMS Documentation',
201
+ u'Simon Fletcher', 'manual'),
202
+ ]
203
+
204
+ # The name of an image file (relative to this directory) to place at the top of
205
+ # the title page.
206
+ #latex_logo = None
207
+
208
+ # For "manual" documents, if this is true, then toplevel headings are parts,
209
+ # not chapters.
210
+ #latex_use_parts = False
211
+
212
+ # If true, show page references after internal links.
213
+ #latex_show_pagerefs = False
214
+
215
+ # If true, show URL addresses after external links.
216
+ #latex_show_urls = False
217
+
218
+ # Documents to append as an appendix to all manuals.
219
+ #latex_appendices = []
220
+
221
+ # If false, no module index is generated.
222
+ #latex_domain_indices = True
223
+
224
+
225
+ # -- Options for manual page output ---------------------------------------
226
+
227
+ # One entry per manual page. List of tuples
228
+ # (source start file, name, description, authors, manual section).
229
+ man_pages = [
230
+ ('index', 'roroacms', u'RoroaCMS Documentation',
231
+ [u'Simon Fletcher'], 1)
232
+ ]
233
+
234
+ # If true, show URL addresses after external links.
235
+ #man_show_urls = False
236
+
237
+
238
+ # -- Options for Texinfo output -------------------------------------------
239
+
240
+ # Grouping the document tree into Texinfo files. List of tuples
241
+ # (source start file, target name, title, author,
242
+ # dir menu entry, description, category)
243
+ texinfo_documents = [
244
+ ('index', 'RoroaCMS', u'RoroaCMS Documentation',
245
+ u'Simon Fletcher', 'RoroaCMS', 'One line description of project.',
246
+ 'Miscellaneous'),
247
+ ]
248
+
249
+ # Documents to append as an appendix to all manuals.
250
+ #texinfo_appendices = []
251
+
252
+ # If false, no module index is generated.
253
+ #texinfo_domain_indices = True
254
+
255
+ # How to display URL addresses: 'footnote', 'no', or 'inline'.
256
+ #texinfo_show_urls = 'footnote'
257
+
258
+ # If true, do not generate a @detailmenu in the "Top" node's menu.
259
+ #texinfo_no_detailmenu = False
data/docs/index.rst ADDED
@@ -0,0 +1,41 @@
1
+ RoroaCMS
2
+ ========
3
+
4
+ RoroaCMS will solve your problem of where to start with documentation,
5
+ by providing a basic explanation of how to do it easily.
6
+
7
+ Look how easy it is to use:
8
+
9
+ import project
10
+ # Get your stuff done
11
+ project.do_stuff()
12
+
13
+ Features
14
+ --------
15
+
16
+ - Be awesome
17
+ - Make things faster
18
+
19
+ Installation
20
+ ------------
21
+
22
+ Install $project by running:
23
+
24
+ install project
25
+
26
+ Contribute
27
+ ----------
28
+
29
+ - Issue Tracker: github.com/$project/$project/issues
30
+ - Source Code: github.com/$project/$project
31
+
32
+ Support
33
+ -------
34
+
35
+ If you are having issues, please let us know.
36
+ We have a mailing list located at: project@google-groups.com
37
+
38
+ License
39
+ -------
40
+
41
+ The project is licensed under the BSD license.
data/docs/make.bat ADDED
@@ -0,0 +1,242 @@
1
+ @ECHO OFF
2
+
3
+ REM Command file for Sphinx documentation
4
+
5
+ if "%SPHINXBUILD%" == "" (
6
+ set SPHINXBUILD=sphinx-build
7
+ )
8
+ set BUILDDIR=_build
9
+ set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
10
+ set I18NSPHINXOPTS=%SPHINXOPTS% .
11
+ if NOT "%PAPER%" == "" (
12
+ set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
13
+ set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
14
+ )
15
+
16
+ if "%1" == "" goto help
17
+
18
+ if "%1" == "help" (
19
+ :help
20
+ echo.Please use `make ^<target^>` where ^<target^> is one of
21
+ echo. html to make standalone HTML files
22
+ echo. dirhtml to make HTML files named index.html in directories
23
+ echo. singlehtml to make a single large HTML file
24
+ echo. pickle to make pickle files
25
+ echo. json to make JSON files
26
+ echo. htmlhelp to make HTML files and a HTML help project
27
+ echo. qthelp to make HTML files and a qthelp project
28
+ echo. devhelp to make HTML files and a Devhelp project
29
+ echo. epub to make an epub
30
+ echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
31
+ echo. text to make text files
32
+ echo. man to make manual pages
33
+ echo. texinfo to make Texinfo files
34
+ echo. gettext to make PO message catalogs
35
+ echo. changes to make an overview over all changed/added/deprecated items
36
+ echo. xml to make Docutils-native XML files
37
+ echo. pseudoxml to make pseudoxml-XML files for display purposes
38
+ echo. linkcheck to check all external links for integrity
39
+ echo. doctest to run all doctests embedded in the documentation if enabled
40
+ goto end
41
+ )
42
+
43
+ if "%1" == "clean" (
44
+ for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
45
+ del /q /s %BUILDDIR%\*
46
+ goto end
47
+ )
48
+
49
+
50
+ %SPHINXBUILD% 2> nul
51
+ if errorlevel 9009 (
52
+ echo.
53
+ echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
54
+ echo.installed, then set the SPHINXBUILD environment variable to point
55
+ echo.to the full path of the 'sphinx-build' executable. Alternatively you
56
+ echo.may add the Sphinx directory to PATH.
57
+ echo.
58
+ echo.If you don't have Sphinx installed, grab it from
59
+ echo.http://sphinx-doc.org/
60
+ exit /b 1
61
+ )
62
+
63
+ if "%1" == "html" (
64
+ %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
65
+ if errorlevel 1 exit /b 1
66
+ echo.
67
+ echo.Build finished. The HTML pages are in %BUILDDIR%/html.
68
+ goto end
69
+ )
70
+
71
+ if "%1" == "dirhtml" (
72
+ %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
73
+ if errorlevel 1 exit /b 1
74
+ echo.
75
+ echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
76
+ goto end
77
+ )
78
+
79
+ if "%1" == "singlehtml" (
80
+ %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
81
+ if errorlevel 1 exit /b 1
82
+ echo.
83
+ echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
84
+ goto end
85
+ )
86
+
87
+ if "%1" == "pickle" (
88
+ %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
89
+ if errorlevel 1 exit /b 1
90
+ echo.
91
+ echo.Build finished; now you can process the pickle files.
92
+ goto end
93
+ )
94
+
95
+ if "%1" == "json" (
96
+ %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
97
+ if errorlevel 1 exit /b 1
98
+ echo.
99
+ echo.Build finished; now you can process the JSON files.
100
+ goto end
101
+ )
102
+
103
+ if "%1" == "htmlhelp" (
104
+ %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
105
+ if errorlevel 1 exit /b 1
106
+ echo.
107
+ echo.Build finished; now you can run HTML Help Workshop with the ^
108
+ .hhp project file in %BUILDDIR%/htmlhelp.
109
+ goto end
110
+ )
111
+
112
+ if "%1" == "qthelp" (
113
+ %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
114
+ if errorlevel 1 exit /b 1
115
+ echo.
116
+ echo.Build finished; now you can run "qcollectiongenerator" with the ^
117
+ .qhcp project file in %BUILDDIR%/qthelp, like this:
118
+ echo.^> qcollectiongenerator %BUILDDIR%\qthelp\RoroaCMS.qhcp
119
+ echo.To view the help file:
120
+ echo.^> assistant -collectionFile %BUILDDIR%\qthelp\RoroaCMS.ghc
121
+ goto end
122
+ )
123
+
124
+ if "%1" == "devhelp" (
125
+ %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
126
+ if errorlevel 1 exit /b 1
127
+ echo.
128
+ echo.Build finished.
129
+ goto end
130
+ )
131
+
132
+ if "%1" == "epub" (
133
+ %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
134
+ if errorlevel 1 exit /b 1
135
+ echo.
136
+ echo.Build finished. The epub file is in %BUILDDIR%/epub.
137
+ goto end
138
+ )
139
+
140
+ if "%1" == "latex" (
141
+ %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
142
+ if errorlevel 1 exit /b 1
143
+ echo.
144
+ echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
145
+ goto end
146
+ )
147
+
148
+ if "%1" == "latexpdf" (
149
+ %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
150
+ cd %BUILDDIR%/latex
151
+ make all-pdf
152
+ cd %BUILDDIR%/..
153
+ echo.
154
+ echo.Build finished; the PDF files are in %BUILDDIR%/latex.
155
+ goto end
156
+ )
157
+
158
+ if "%1" == "latexpdfja" (
159
+ %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
160
+ cd %BUILDDIR%/latex
161
+ make all-pdf-ja
162
+ cd %BUILDDIR%/..
163
+ echo.
164
+ echo.Build finished; the PDF files are in %BUILDDIR%/latex.
165
+ goto end
166
+ )
167
+
168
+ if "%1" == "text" (
169
+ %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
170
+ if errorlevel 1 exit /b 1
171
+ echo.
172
+ echo.Build finished. The text files are in %BUILDDIR%/text.
173
+ goto end
174
+ )
175
+
176
+ if "%1" == "man" (
177
+ %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
178
+ if errorlevel 1 exit /b 1
179
+ echo.
180
+ echo.Build finished. The manual pages are in %BUILDDIR%/man.
181
+ goto end
182
+ )
183
+
184
+ if "%1" == "texinfo" (
185
+ %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
186
+ if errorlevel 1 exit /b 1
187
+ echo.
188
+ echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
189
+ goto end
190
+ )
191
+
192
+ if "%1" == "gettext" (
193
+ %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
194
+ if errorlevel 1 exit /b 1
195
+ echo.
196
+ echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
197
+ goto end
198
+ )
199
+
200
+ if "%1" == "changes" (
201
+ %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
202
+ if errorlevel 1 exit /b 1
203
+ echo.
204
+ echo.The overview file is in %BUILDDIR%/changes.
205
+ goto end
206
+ )
207
+
208
+ if "%1" == "linkcheck" (
209
+ %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
210
+ if errorlevel 1 exit /b 1
211
+ echo.
212
+ echo.Link check complete; look for any errors in the above output ^
213
+ or in %BUILDDIR%/linkcheck/output.txt.
214
+ goto end
215
+ )
216
+
217
+ if "%1" == "doctest" (
218
+ %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
219
+ if errorlevel 1 exit /b 1
220
+ echo.
221
+ echo.Testing of doctests in the sources finished, look at the ^
222
+ results in %BUILDDIR%/doctest/output.txt.
223
+ goto end
224
+ )
225
+
226
+ if "%1" == "xml" (
227
+ %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
228
+ if errorlevel 1 exit /b 1
229
+ echo.
230
+ echo.Build finished. The XML files are in %BUILDDIR%/xml.
231
+ goto end
232
+ )
233
+
234
+ if "%1" == "pseudoxml" (
235
+ %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
236
+ if errorlevel 1 exit /b 1
237
+ echo.
238
+ echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
239
+ goto end
240
+ )
241
+
242
+ :end