Searched refs:app (Results 1 – 12 of 12) sorted by relevance
| /doc/extensions/ |
| A D | last_updated.py | 106 if app.config.last_updated_git_path is None: 107 app.config.last_updated_git_path = [app.srcdir] 122 app.disconnect(app.listener_id) 125 app.config.last_updated_git_path = last_updated_git_path_abs 132 if app.config.html_last_updated_fmt is None: 135 date_fmt = app.config.html_last_updated_fmt 145 \n {app.config.last_updated_git_path}\n') 152 def setup(app): argument 153 app.logger = logging.getLogger(__name__) 154 app.add_config_value('last_updated_git_path', None, 'html') [all …]
|
| A D | html_redirects.py | 42 def setup(app): argument 43 app.add_config_value('html_redirect_pages', [], 'html') 44 app.connect('build-finished', create_redirect_pages) 54 def create_redirect_pages(app, docname): argument 55 if not isinstance(app.builder, StandaloneHTMLBuilder): 58 for (old_url, new_url) in app.config.html_redirect_pages: 63 new_url = app.builder.get_relative_uri(old_url, new_url) 64 out_file = app.builder.get_outfilename(old_url)
|
| A D | kerneldoc.py | 142 def setup(app): argument 143 app.add_config_value('kerneldoc_bin', None, 'env') 144 app.add_config_value('kerneldoc_srctree', None, 'env') 145 app.add_config_value('kerneldoc_verbosity', 1, 'env') 147 app.add_directive('kernel-doc', KernelDocDirective)
|
| A D | eager_only.py | 32 env.app.builder.tags.add('TRUE') 34 if not env.app.builder.tags.eval_condition(self.arguments[0]): 44 def setup(app): argument
|
| A D | link_roles.py | 34 def setup(app): argument 39 app.add_role('acrn_file', autolink('{}/blob/{}/%s'.format(baseurl, rev))) 40 app.add_role('acrn_raw', autolink('{}/raw/{}/%s'.format(baseurl, rev)))
|
| /doc/ |
| A D | conf.py | 233 def setup(app): argument 237 app.add_stylesheet("acrn-custom.css") 238 app.add_javascript("https://www.googletagmanager.com/gtag/js?id=UA-831873-64") 240 app.add_javascript("acrn-custom.js") 242 app.add_css_file("acrn-custom.css") 246 app.add_js_file("acrn-custom.js")
|
| A D | try.rst | 18 getting-started/sample-app
|
| /doc/developer-guides/hld/ |
| A D | hld-trace-log.rst | 52 - **ACRNTrace userland app**: Userland application collecting trace data to 57 userland app to retrieve trace data from sbuf 97 until sbuf is full, which can happen easily if the ACRNTrace app is not 132 - **ACRN Log app**: Userland application collecting hypervisor log to 136 Service VM and HV, and provides a dev node for the userland app to 201 userspace app to read one sbuf element.
|
| A D | ivshmem-hld.rst | 224 any third-party or native app stores.
|
| /doc/getting-started/ |
| A D | sample-app.rst | 101 ``rtApp`` app in the RT VM reads the output from the cyclictest program and 103 the ``userApp`` app receives the data and formats it for presentation using the 104 ``histapp.py`` Python app. 115 specific version of the hypervisor that you should use for the sample app's 156 ready to launch as an ACRN user VM with the HMI parts of the sample app 166 branch of ``acrn-kernel`` for the sample app's RT VM::
|
| /doc/tutorials/ |
| A D | realtime_performance_tuning.rst | 49 Time point ``now`` is the actual point at which the cyclictest app is woken up
|
| /doc/release_notes/ |
| A D | release_notes_3.2.rst | 159 - :acrn-issue:`8352` - Sample app fails to build for v3.2 RC1
|
Completed in 34 milliseconds