Merge lp:~didrocks/ubuntu-ui-toolkit/unblock-proposed into lp:ubuntu-ui-toolkit

Proposed by Didier Roche-Tolomelli
Status: Merged
Merged at revision: 975
Proposed branch: lp:~didrocks/ubuntu-ui-toolkit/unblock-proposed
Merge into: lp:ubuntu-ui-toolkit
Diff against target: 658 lines (+3/-590)
9 files modified
README (+2/-22)
debian/control (+0/-2)
debian/rules (+1/-3)
debian/ubuntu-ui-toolkit-autopilot.docs (+0/-1)
docs-autopilot-emulator/_static/nature.css (+0/-211)
docs-autopilot-emulator/_templates/layout.html (+0/-28)
docs-autopilot-emulator/conf.py (+0/-290)
docs-autopilot-emulator/index.rst (+0/-23)
docs-autopilot-emulator/ubuntuuitoolkit.rst (+0/-10)
To merge this branch: bzr merge lp:~didrocks/ubuntu-ui-toolkit/unblock-proposed
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Zoltan Balogh Approve
Review via email: mp+211267@code.launchpad.net

Commit message

remove the doc generation for UITK autopilot emulator. Autopilot is in universe for now, it needs MIRing first

Description of the change

remove the doc generation for UITK autopilot emulator. Autopilot is in universe for now, it needs MIRing first

To post a comment you must log in.
Revision history for this message
Zoltan Balogh (bzoltan) wrote :

OK

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2013-12-17 20:31:40 +0000
3+++ README 2014-03-17 08:54:28 +0000
4@@ -47,26 +47,6 @@
5 Documentation
6 -------------
7
8-Main Documentation (QDocs):
9-+++++++++++++++++++++++++++
10-
11 Once built, you may view the documentation by opening
12-`documentation/html/overview-ubuntu-sdk.html` in your favorite web browser.
13-
14-
15-Autopilot Emulators (Sphinx docs):
16-++++++++++++++++++++++++++++++++++
17-
18-To build the AutoPilot Emulators API documentation (html),
19-
20- * install python-sphinx::
21-
22- $ sudo apt-get install python-sphinx
23-
24- * from the branch's root, run::
25-
26- $ sphinx-build -b html docs-autopilot-emulator emulator-html
27-
28- * Once built, you may view the documentation by opening
29- `emulator-html/ubuntuuitoolkit.html` in your favorite web browser.
30-
31+ documentation/html/overview-ubuntu-sdk.html
32+in your favorite web browser.
33
34=== modified file 'debian/control'
35--- debian/control 2014-03-07 18:37:32 +0000
36+++ debian/control 2014-03-17 08:54:28 +0000
37@@ -39,8 +39,6 @@
38 xvfb,
39 libgl1-mesa-dri,
40 locales,
41- python-sphinx,
42- python-autopilot (>= 1.4),
43 Standards-Version: 3.9.4
44 Homepage: https://launchpad.net/ubuntu-ui-toolkit
45 # If you aren't a member of ~ubuntu-sdk-team but need to upload packaging
46
47=== modified file 'debian/rules'
48--- debian/rules 2014-03-03 08:37:42 +0000
49+++ debian/rules 2014-03-17 08:54:28 +0000
50@@ -20,8 +20,6 @@
51 dh_auto_build -- docs
52
53 override_dh_install:
54- dh_auto_build -- docs
55- sphinx-build -b html docs-autopilot-emulator docs-autopilot-emulator/_build/html
56- mkdir -p debian/tmp/`qmake -query QT_INSTALL_DOCS`/qch
57+ mkdir -p debian/tmp/`qmake -query QT_INSTALL_DOCS`/qch
58 dh_install --fail-missing
59
60
61=== removed file 'debian/ubuntu-ui-toolkit-autopilot.docs'
62--- debian/ubuntu-ui-toolkit-autopilot.docs 2014-02-05 17:01:34 +0000
63+++ debian/ubuntu-ui-toolkit-autopilot.docs 1970-01-01 00:00:00 +0000
64@@ -1,1 +0,0 @@
65-docs-autopilot-emulator/_build/html
66
67=== removed directory 'docs-autopilot-emulator'
68=== removed directory 'docs-autopilot-emulator/_static'
69=== removed file 'docs-autopilot-emulator/_static/favicon.ico'
70Binary files docs-autopilot-emulator/_static/favicon.ico 2013-12-17 20:31:40 +0000 and docs-autopilot-emulator/_static/favicon.ico 1970-01-01 00:00:00 +0000 differ
71=== removed file 'docs-autopilot-emulator/_static/nature.css'
72--- docs-autopilot-emulator/_static/nature.css 2013-12-17 20:31:40 +0000
73+++ docs-autopilot-emulator/_static/nature.css 1970-01-01 00:00:00 +0000
74@@ -1,211 +0,0 @@
75-/*
76- Copyright 2013 Canonical Ltd.
77-*/
78-
79- @import url(basic.css);
80-
81-body {
82- font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
83- font-size:100%;
84- background-color:#2C001E;
85- margin:0;
86- padding:0;
87- }
88-
89-div.documentwrapper {
90- float:left;
91- width:100%;
92-}
93-
94-div.bodywrapper {
95- margin:0 0 0 0;
96-}
97-
98-hr {
99- border:1px solid #B1B4B6;
100-}
101-
102-div.body {
103- background-color:#FFF;
104- color:#3E4349;
105- font-size:.9em;
106- padding:0 30px 30px;
107-}
108-
109-div.footer {
110- color:#CCC;
111- width:100%;
112- text-align:center;
113- font-size:75%;
114- padding:13px 0;
115-}
116-
117-div.footer a {
118- color:#444;
119- text-decoration:underline;
120-}
121-
122-div.related {
123- background-color:#DD4814;
124- line-height:32px;
125- color:#fff;
126- font-size:.9em;
127-}
128-
129-div.related a {
130- color:#EEE;
131-}
132-
133-div.sphinxsidebar {
134- font-size:.75em;
135- line-height:1.5em;
136-}
137-
138-div.sphinxsidebarwrapper {
139- padding:20px 0;
140-}
141-
142-div.sphinxsidebar h3,
143-div.sphinxsidebar h4 {
144- font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
145- color:#222;
146- font-size:1.2em;
147- font-weight:400;
148- background-color:#ddd;
149- margin:0;
150- padding:5px 10px;
151-}
152-
153-div.sphinxsidebar p {
154- color:#444;
155- padding:2px 10px;
156-}
157-
158-div.sphinxsidebar ul {
159- color:#000;
160- margin:10px 5px;
161- padding:0;
162-}
163-
164-div.sphinxsidebar input {
165- border:1px solid #ccc;
166- font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
167- font-size:1em;
168-}
169-
170-div.sphinxsidebar input[type=text] {
171- margin-left:5px;
172-}
173-
174-a {
175- color:#5E2750;
176- text-decoration:none;
177-}
178-
179-a:hover {
180- color:#DD4814;
181- text-decoration:underline;
182-}
183-
184-div.body h1 {
185- font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
186- font-weight:bold;
187- font-size:200%;
188- color:#444;
189- margin:20px 0 10px;
190- padding:5px 0 5px 10px;
191-}
192-
193-div.body h2 {
194- font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
195- font-size:130%;
196- background-color:#CCC;
197- margin:20px 0 10px;
198- padding:5px 0 5px 10px;
199-}
200-
201-div.body h6 {
202- font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
203- background-color:#BED4EB;
204- font-weight:400;
205- color:#333;
206- margin:30px 0 10px;
207- padding:5px 0 5px 10px;
208-}
209-
210-a.headerlink {
211- text-decoration:none;
212- padding:0 4px;
213-}
214-
215-a.headerlink:hover {
216- background-color:#AEA79F;
217- color:#FFF;
218-}
219-
220-div.body p,div.body dd,div.body li {
221- line-height:1.5em;
222-}
223-
224-div.highlight {
225- background-color:#FFF;
226-}
227-
228-div.note {
229- background-color:#eee;
230- border:1px solid #ccc;
231-}
232-
233-div.seealso {
234- background-color:#ffc;
235- border:1px solid #ff6;
236-}
237-
238-div.warning {
239- background-color:#ffe4e4;
240- border:1px solid #f66;
241-}
242-
243-p.admonition-title:after {
244- content:":";
245-}
246-
247-pre {
248- background-color:#EFEFEF;
249- color:#000;
250- line-height:1.1em;
251- border:1px solid #C6C9CB;
252- font-size:1.2em;
253- font-family:"Ubuntu Mono", Monaco, Consolas, "DejaVu Sans Mono", "Lucida Console", monospace;
254- margin:1.5em 0;
255- padding:6px;
256-}
257-
258-tt {
259- background-color:#EFEFEF;
260- color:#222;
261- font-size:1.1em;
262- font-family:"Ubuntu Mono", Monaco, Consolas, "DejaVu Sans Mono", "Lucida Console", monospace;
263-}
264-
265-.viewcode-back {
266- font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
267-}
268-
269-div.viewcode-block:target {
270- background-color:#f4debf;
271- border-top:1px solid #ac9;
272- border-bottom:1px solid #ac9;
273-}
274-
275-div.document,div.topic {
276- background-color:#eee;
277-}
278-
279-div.sphinxsidebar h3 a,div.sphinxsidebar a {
280- color:#444;
281-}
282-
283-div.admonition p.admonition-title + p,p.admonition-title {
284- display:inline;
285-}
286
287=== removed directory 'docs-autopilot-emulator/_templates'
288=== removed file 'docs-autopilot-emulator/_templates/layout.html'
289--- docs-autopilot-emulator/_templates/layout.html 2013-12-17 20:31:40 +0000
290+++ docs-autopilot-emulator/_templates/layout.html 1970-01-01 00:00:00 +0000
291@@ -1,28 +0,0 @@
292-<!--
293- Copyright 2013 Canonical Ltd.
294--->
295-
296-{#
297- default/layout.html
298- ~~~~~~~~~~~~~~~~~~~
299-
300- Sphinx layout template for the default theme.
301-
302- :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
303- :license: BSD, see LICENSE for details.
304-#}
305-{% extends "basic/layout.html" %}
306-
307-{%- block content %}
308-<div class="document">
309- {%- block document %}
310- <div class="documentwrapper">
311- {%- if render_sidebar %}
312- <div class="bodywrapper">
313- {%- endif %}
314- <div class="body">
315- {% block body %} {% endblock %}
316- </div>
317- </div>
318- {%- endblock %}
319-{%- endblock %}
320\ No newline at end of file
321
322=== removed file 'docs-autopilot-emulator/conf.py'
323--- docs-autopilot-emulator/conf.py 2013-12-17 20:35:02 +0000
324+++ docs-autopilot-emulator/conf.py 1970-01-01 00:00:00 +0000
325@@ -1,290 +0,0 @@
326-#-*- coding: utf-8 -*-
327-#
328-#ubuntu-ui-toolkit-autopilot documentation build configuration file, created by
329-#sphinx-quickstart on Fri Jul 26 12:12:45 2013.
330-#
331-#This file is execfile()d with the current directory set to its containing dir.
332-#
333-#Note that not all possible configuration values are present in this
334-#autogenerated file.
335-#
336-#All configuration values have a default; values that are commented out
337-#serve to show the default.
338-
339-import sys
340-import os
341-
342-#If extensions (or modules to document with autodoc) are in another directory,
343-#add these directories to sys.path here. If the directory is relative to the
344-#documentation root, use os.path.abspath to make it absolute, like shown here.
345-sys.path.insert(0, os.path.abspath('../tests/autopilot/'))
346-
347-#-- General configuration -----------------------------------------------------
348-
349-#If your documentation needs a minimal Sphinx version, state it here.
350-#needs_sphinx = '1.0'
351-
352-#Add any Sphinx extension module names here, as strings. They can be extensions
353-#coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
354-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
355-
356-#Add any paths that contain templates here, relative to this directory.
357-templates_path = ['_templates']
358-
359-#The suffix of source filenames.
360-source_suffix = '.rst'
361-
362-#The encoding of source files.
363-#source_encoding = 'utf-8-sig'
364-
365-#The master toctree document.
366-master_doc = 'index'
367-
368-#General information about the project.
369-project = u'ubuntu-ui-toolkit-autopilot'
370-copyright = u'2013, Canonical'
371-
372-#The version info for the project you're documenting, acts as replacement for
373-#|version| and |release|, also used in various other places throughout the
374-#built documents.
375-#
376-#The short X.Y version.
377-version = ''
378-#The full version, including alpha/beta/rc tags.
379-release = ''
380-
381-#The language for content autogenerated by Sphinx. Refer to documentation
382-#for a list of supported languages.
383-#language = None
384-
385-#There are two options for replacing |today|: either, you set today to some
386-#non-false value, then it is used:
387-#today = ''
388-#Else, today_fmt is used as the format for a strftime call.
389-#today_fmt = '%B %d, %Y'
390-
391-#List of patterns, relative to source directory, that match files and
392-#directories to ignore when looking for source files.
393-exclude_patterns = ['_build']
394-
395-#The reST default role (used for this markup: `text`) to use for all documents.
396-#default_role = None
397-
398-#If true, '()' will be appended to :func: etc. cross-reference text.
399-#add_function_parentheses = True
400-
401-#If true, the current module name will be prepended to all description
402-#unit titles (such as .. function::).
403-#add_module_names = True
404-
405-#If true, sectionauthor and moduleauthor directives will be shown in the
406-#output. They are ignored by default.
407-#show_authors = False
408-
409-#The name of the Pygments (syntax highlighting) style to use.
410-pygments_style = 'sphinx'
411-
412-#A list of ignored prefixes for module index sorting.
413-#modindex_common_prefix = []
414-
415-
416-#-- Options for HTML output ---------------------------------------------------
417-
418-#The theme to use for HTML and HTML Help pages. See the documentation for
419-#a list of builtin themes.
420-html_theme = 'nature'
421-
422-#Theme options are theme-specific and customize the look and feel of a theme
423-#further. For a list of options available for each theme, see the
424-#documentation.
425-#html_theme_options = {}
426-
427-#Add any paths that contain custom themes here, relative to this directory.
428-#html_theme_path = []
429-
430-#The name for this set of Sphinx documents. If None, it defaults to
431-#"<project> v<release> documentation".
432-#html_title = None
433-
434-#A shorter title for the navigation bar. Default is the same as html_title.
435-#html_short_title = None
436-
437-#The name of an image file (relative to this directory) to place at the top
438-#of the sidebar.
439-#html_logo = None
440-
441-#The name of an image file (within the static path) to use as favicon of the
442-#docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
443-#pixels large.
444-html_favicon = 'favicon.ico'
445-
446-#Add any paths that contain custom static files (such as style sheets) here,
447-#relative to this directory. They are copied after the builtin static files,
448-#so a file named "default.css" will overwrite the builtin "default.css".
449-html_static_path = ['_static']
450-
451-#If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
452-#using the given strftime format.
453-#html_last_updated_fmt = '%b %d, %Y'
454-
455-#If true, SmartyPants will be used to convert quotes and dashes to
456-#typographically correct entities.
457-#html_use_smartypants = True
458-
459-#Custom sidebar templates, maps document names to template names.
460-#html_sidebars = {}
461-
462-#Additional templates that should be rendered to pages, maps page names to
463-#template names.
464-#html_additional_pages = {}
465-
466-#If false, no module index is generated.
467-html_domain_indices = True
468-
469-#If false, no index is generated.
470-html_use_index = True
471-
472-#If true, the index is split into individual pages for each letter.
473-#html_split_index = False
474-
475-#If true, links to the reST sources are added to the pages.
476-html_show_sourcelink = False
477-
478-#If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
479-html_show_sphinx = False
480-
481-#If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
482-html_show_copyright = True
483-
484-#If true, an OpenSearch description file will be output, and all pages will
485-#contain a <link> tag referring to it. The value of this option must be the
486-#base URL from which the finished HTML is served.
487-#html_use_opensearch = ''
488-
489-#This is the file name suffix for HTML files (e.g. ".xhtml").
490-html_file_suffix = '.html'
491-
492-#Output file base name for HTML help builder.
493-htmlhelp_basename = 'ubuntu-ui-toolkit-autopilotdoc'
494-
495-
496-#-- Options for LaTeX output --------------------------------------------------
497-
498-latex_elements = {
499- #The paper size ('letterpaper' or 'a4paper').
500- #'papersize': 'letterpaper',
501-
502- #The font size ('10pt', '11pt' or '12pt').
503- #'pointsize': '10pt',
504-
505- #Additional stuff for the LaTeX preamble.
506- #'preamble': '',
507-}
508-
509-#Grouping the document tree into LaTeX files. List of tuples
510-#(source start file, target name, title, author, documentclass [howto/manual]).
511-latex_documents = [
512- ('index', 'ubuntu-ui-toolkit-autopilot.tex',
513- u'ubuntu-ui-toolkit-autopilot Documentation',
514- u'authors', 'manual'),
515-]
516-
517-#The name of an image file (relative to this directory) to place at the top of
518-#the title page.
519-#latex_logo = None
520-
521-#For "manual" documents, if this is true, then toplevel headings are parts,
522-#not chapters.
523-#latex_use_parts = False
524-
525-#If true, show page references after internal links.
526-#latex_show_pagerefs = False
527-
528-#If true, show URL addresses after external links.
529-#latex_show_urls = False
530-
531-#Documents to append as an appendix to all manuals.
532-#latex_appendices = []
533-
534-#If false, no module index is generated.
535-#latex_domain_indices = True
536-
537-
538-#-- Options for manual page output --------------------------------------------
539-
540-#One entry per manual page. List of tuples
541-#(source start file, name, description, authors, manual section).
542-man_pages = [
543- ('index', 'ubuntu-ui-toolkit-autopilot',
544- u'ubuntu-ui-toolkit-autopilot Documentation',
545- [u'authors'], 1)
546-]
547-
548-#If true, show URL addresses after external links.
549-#man_show_urls = False
550-
551-
552-#-- Options for Texinfo output ------------------------------------------------
553-
554-#Grouping the document tree into Texinfo files. List of tuples
555-#(source start file, target name, title, author,
556-# dir menu entry, description, category)
557-texinfo_documents = [
558- ('index', 'ubuntu-ui-toolkit-autopilot',
559- u'ubuntu-ui-toolkit-autopilot Documentation',
560- u'authors', 'ubuntu-ui-toolkit-autopilot',
561- 'An autopilot emulator for the ubuntu sdk',
562- 'Miscellaneous'),
563-]
564-
565-#Documents to append as an appendix to all manuals.
566-#texinfo_appendices = []
567-
568-#If false, no module index is generated.
569-#texinfo_domain_indices = True
570-
571-#How to display URL addresses: 'footnote', 'no', or 'inline'.
572-#texinfo_show_urls = 'footnote'
573-
574-
575-#-- Options for Epub output ---------------------------------------------------
576-
577-#Bibliographic Dublin Core info.
578-epub_title = u'ubuntu-ui-toolkit-autopilot'
579-epub_author = u'authors'
580-epub_publisher = u'Canonical'
581-epub_copyright = u'2013, Canonical'
582-
583-#The language of the text. It defaults to the language option
584-#or en if the language is not set.
585-#epub_language = ''
586-
587-#The scheme of the identifier. Typical schemes are ISBN or URL.
588-#epub_scheme = ''
589-
590-#The unique identifier of the text. This can be a ISBN number
591-#or the project homepage.
592-#epub_identifier = ''
593-
594-#A unique identification for the text.
595-#epub_uid = ''
596-
597-#A tuple containing the cover image and cover page html template filenames.
598-#epub_cover = ()
599-
600-#HTML files that should be inserted before the pages created by sphinx.
601-#The format is a list of tuples containing the path and title.
602-#epub_pre_files = []
603-
604-#HTML files shat should be inserted after the pages created by sphinx.
605-#The format is a list of tuples containing the path and title.
606-#epub_post_files = []
607-
608-#A list of files that should not be packed into the epub file.
609-#epub_exclude_files = []
610-
611-#The depth of the table of contents in toc.ncx.
612-#epub_tocdepth = 3
613-
614-#Allow duplicate toc entries.
615-#epub_tocdup = True
616
617=== removed file 'docs-autopilot-emulator/index.rst'
618--- docs-autopilot-emulator/index.rst 2013-12-17 20:31:40 +0000
619+++ docs-autopilot-emulator/index.rst 1970-01-01 00:00:00 +0000
620@@ -1,23 +0,0 @@
621-.. ubuntu-ui-toolkit-autopilot documentation master file, created by
622- sphinx-quickstart on Fri Jul 26 12:12:45 2013.
623- You can adapt this file completely to your liking, but it should at least
624- contain the root `toctree` directive.
625-
626-Welcome to ubuntu-ui-toolkit-autopilot's documentation!
627-=======================================================
628-
629-Contents:
630-
631-.. toctree::
632- :maxdepth: 4
633-
634- ubuntuuitoolkit
635-
636-
637-Indices and tables
638-==================
639-
640-* :ref:`genindex`
641-* :ref:`modindex`
642-* :ref:`search`
643-
644
645=== removed file 'docs-autopilot-emulator/ubuntuuitoolkit.rst'
646--- docs-autopilot-emulator/ubuntuuitoolkit.rst 2013-12-17 20:31:40 +0000
647+++ docs-autopilot-emulator/ubuntuuitoolkit.rst 1970-01-01 00:00:00 +0000
648@@ -1,10 +0,0 @@
649-ubuntuuitoolkit Package
650-=======================
651-
652-:mod:`emulators` Module
653------------------------
654-
655-.. automodule:: ubuntuuitoolkit.emulators
656- :members:
657- :undoc-members:
658- :show-inheritance:

Subscribers

People subscribed via source and target branches

to status/vote changes: