/hal_espressif-2.7.6/docs/ |
D | build_docs.py | 6 # This is just a front-end to sphinx-build that can call it multiple times for different language/t… 23 # See the License for the specific language governing permissions and 82 … 'Check `Beta: Use Unicode UTF-8 for worldwide language support` and reboot') 86 parser.add_argument('--language', '-l', choices=LANGUAGES, required=False) 97 …p='List of documents to build relative to the doc base folder, i.e. the language folder. Defaults … 111 if args.language is None: 115 languages = [args.language] 165 for language in languages: 166 build_dir = os.path.realpath(os.path.join(args.build_dir, language, target)) 167 … source_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)), args.source_dir, language) [all …]
|
D | check_lang_folder_sync.sh | 5 # 1. Traverse each folder with language version and generate a sorted list 10 # All differences between folders with language versions should be resolved
|
D | conf_common.py | 3 # Common (non-language-specific) configuration for Read The Docs & Sphinx 8 # This file is imported from a language-specific conf.py (ie en/conf.py or 472 …pdf_name = 'esp-idf-{}-{}-{}'.format(app.config.language, app.config.version, app.config.idf_targe… 478 config.html_context['conf_py_path'] = '/docs/{}/'.format(app.config.language) 488 }[app.config.language] 493 print('Downloading font file %s for %s' % (font_name, app.config.language))
|
/hal_espressif-2.7.6/docs/zh_CN/ |
D | conf.py | 3 # English Language RTD & Sphinx config file 5 # Uses ../conf_common.py for most non-language-specific settings. 7 # Importing conf_common adds all the non-language-specific 21 # The language for content autogenerated by Sphinx. Refer to documentation 23 language = 'zh_CN' variable
|
/hal_espressif-2.7.6/docs/en/ |
D | conf.py | 3 # English Language RTD & Sphinx config file 5 # Uses ../conf_common.py for most non-language-specific settings. 7 # Importing conf_common adds all the non-language-specific 21 # The language for content autogenerated by Sphinx. Refer to documentation 23 language = 'en' variable
|
/hal_espressif-2.7.6/docs/test/en/ |
D | conf.py | 3 # English Language RTD & Sphinx config file 5 # Uses ../conf_common.py for most non-language-specific settings. 6 # Importing conf_common adds all the non-language-specific 20 # The language for content autogenerated by Sphinx. Refer to documentation 22 language = 'en' variable
|
/hal_espressif-2.7.6/tools/ci/ |
D | deploy_docs.py | 17 # See the License for the specific language governing permissions and 86 language, _, target = vurl.split('/') 87 tag = '{}_{}'.format(language, target) 93 # (language first) it's kind of a pain to do on a remote server, so we just repeat the 121 …# another thing made much more complex by the directory structure putting language before version.… 155 # html_dir has the form '<ignored>/<language>/<target>/html/' 158 language = os.path.basename(os.path.dirname(target_dirname)) 160 # when deploying, we want the top-level directory layout 'language/version/target' 161 archive_path = '{}/{}/{}'.format(language, version, target) 167 # pdf_path has the form '<ignored>/<language>/<target>/latex/build' [all …]
|
/hal_espressif-2.7.6/ |
D | .pre-commit-config.yaml | 45 language: python 51 language: python 57 language: python 62 language: python 67 language: python 75 language: python
|
/hal_espressif-2.7.6/docs/test/ |
D | test_docs.py | 19 def __init__(self, src_dir, build_dir, target, language): argument 20 self.language = language 24 self.html_out_dir = os.path.join(CURRENT_DIR, build_dir, language, target, 'html') 27 …ild_docs_py_path, '-b', self.build_dir, '-s', self.src_dir, '-t', self.target, '-l', self.language]
|
/hal_espressif-2.7.6/components/tinyusb/additions/src/ |
D | usb_descriptors.c | 12 // See the License for the specific language governing permissions and 53 (char[]){0x09, 0x04}, // 0: is supported language is English (0x0409) 106 (char[]){0x09, 0x04}, // 0: is supported language is English (0x0409)
|
/hal_espressif-2.7.6/docs/en/contribute/ |
D | add-ons-reference.rst | 34 … ``conf.py`` located in respective language folders (e.g. ``docs/en``, ``docs/zh_CN``) during buil… 45 …Top-level executable program which runs a Sphinx build for one or more language/target combination… 50 …ntial discrepancies when maintaining concurrent language version, the structure and filenames of l… 130 …iption of implemented roles, please see :ref:`link-custom-roles` and :ref:`link-language-versions`.
|
D | documenting-code.rst | 171 .. _link-language-versions: 173 Linking Language Versions 176 …placed on a page of documentation provides a link to the same page in a language specified as a pa… 181 The language is specified using standard abbreviations like ``en`` or ``zh_CN``. The text after las… 379 …inx`_ documentation. If you are not clear how to write using rst markup language, see `reStructure… 491 To build for a single language and target combination only:: 495 Choices for language (``-l``) are ``en`` and ``zh_CN``. Choices for target (``-t``) are any support… 497 Build documentation will be placed in ``_build/<language>/<target>/html`` folder. To see it, open t… 541 Latex files and the PDF will be placed in ``_build/<language>/<target>/latex`` folder.
|
/hal_espressif-2.7.6/docs/idf_extensions/ |
D | link_roles.py | 146 (language, link_text) = text.split(':') 151 # then take off 3 more paths for language/release/targetname and build the new URL 152 … url = '{}.html'.format(os.path.join(return_path, '../../..', language, env.config.release, 174 # link to the current documentation file in specific language version
|
D | gen_version_specific_includes.py | 131 language = app.config.language 137 template = TEMPLATES[language]
|
/hal_espressif-2.7.6/tools/ci/python_packages/tiny_test_fw/docs/ |
D | conf.py | 66 # The language for content autogenerated by Sphinx. Refer to documentation 70 # Usually you set "language" from the command line for these cases. 71 language = None variable
|
/hal_espressif-2.7.6/components/esp_hw_support/port/esp32c3/ |
D | regi2c_ctrl.h | 12 // See the License for the specific language governing permissions and 26 // See the License for the specific language governing permissions and
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | romconsole.rst | 6 …ts entered should be in the form of BASIC statements. As is common in the BASIC language, without a 26 - USR(addr, arg1, ..) - *Execute a machine language function*
|
/hal_espressif-2.7.6/components/esp_system/port/soc/esp32/ |
D | intr.c | 12 // See the License for the specific language governing permissions and
|
/hal_espressif-2.7.6/components/esp_hw_support/port/esp32s3/ |
D | rtc_wdt.c | 12 // See the License for the specific language governing permissions and
|
/hal_espressif-2.7.6/components/esp_gdbstub/esp32c3/ |
D | gdbstub_target_config.h | 12 // See the License for the specific language governing permissions and
|
/hal_espressif-2.7.6/components/soc/include/soc/ |
D | emac_periph.h | 12 // See the License for the specific language governing permissions and
|
/hal_espressif-2.7.6/tools/esp_prov/utils/ |
D | __init__.py | 12 # See the License for the specific language governing permissions and
|
/hal_espressif-2.7.6/components/openssl/include/platform/ |
D | ssl_opt.h | 12 // See the License for the specific language governing permissions and
|
/hal_espressif-2.7.6/components/driver/include/driver/ |
D | touch_pad.h | 12 // See the License for the specific language governing permissions and
|
/hal_espressif-2.7.6/components/esp_system/port/include/port/ |
D | panic_funcs.h | 12 // See the License for the specific language governing permissions and
|