Searched +full:doc +full:- +full:path (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/.github/workflows/ |
D | pack.yml | 11 group: ${{ github.workflow }}-${{ github.ref }} 12 cancel-in-progress: true 17 runs-on: ubuntu-22.04 19 - uses: actions/checkout@v4 21 fetch-depth: 0 23 - name: Fetch tags 25 git fetch --tags --force 27 - uses: Open-CMSIS-Pack/gen-pack-action@main 29 doxygen-version: 1.9.6 30 packchk-version: 1.4.1 [all …]
|
/cmsis-dsp-latest/PythonWrapper/docs/source/ |
D | conf.py | 5 # https://www.sphinx-doc.org/en/master/usage/configuration.html 7 # -- Path setup -------------------------------------------------------------- 10 # add these directories to sys.path here. If the directory is relative to the 11 # documentation root, use os.path.abspath to make it absolute, like shown here. 15 # sys.path.insert(0, os.path.abspath('.')) 19 sys.path.insert(0, pathlib.Path(__file__).parents[2].resolve().as_posix()) 22 # -- Project information ----------------------------------------------------- 25 copyright = 'Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved.' 32 # -- General configuration --------------------------------------------------- 49 # -- Options for HTML output -------------------------------------------------
|
/cmsis-dsp-latest/PythonWrapper/docs/ |
D | make.bat | 8 set SPHINXBUILD=sphinx-build 18 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx 20 echo.to the full path of the 'sphinx-build' executable. Alternatively you 21 echo.may add the Sphinx directory to PATH. 24 echo.https://www.sphinx-doc.org/ 28 %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% 32 %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 19 # doxygen -x [configFile] 23 # doxygen -x_noenv [configFile] 25 #--------------------------------------------------------------------------- 27 #--------------------------------------------------------------------------- 30 # file that follow. The default is UTF-8 which is also the encoding used for all 34 # The default value is: UTF-8. 36 DOXYFILE_ENCODING = UTF-8 39 # double-quotes, unless you are using Doxywizard) that should identify the 44 PROJECT_NAME = "CMSIS-DSP" 65 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path [all …]
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | resize.js | 6 Copyright (C) 1997-2020 by Dimitri van Heesch 40 if (index != -1) { 43 if (valEnd == -1) { 62 …= cookie_namespace + "_" + cookie + "=" + val + "; SameSite=Lax; expires=" + expiration+"; path=/"; 74 writeSetting('width',sidenavWidth-barWidth); 94 contentHeight = windowHeight - headerHeight - footerHeight; 98 contentHeight = windowHeight - footerHeight; 99 navtreeHeight = windowHeight - headerHeight; 122 writeSetting('width',sidenavWidth-barWidth); 126 sidenav = $("#side-nav"); [all …]
|
D | extra_stylesheet.css | 3 --arm_light_blue: #00C1DE; 4 --arm_blue: #11809F; 5 --arm_blue1: #0091BD; 6 --arm_dark_blue: #002B49; 7 --arm_light_gray: #E5ECEB; 8 --arm_light_gray1: #EFF5F4; 9 --arm_light_gray2: #EBEBEB; 10 --arm_light_gray3: #F7F7F7; 11 --arm_dark_gray: #7D868C; 12 --arm_dark_gray1: #6F777C; [all …]
|
D | navtree.js | 6 Copyright (C) 1997-2020 by Dimitri van Heesch 33 return eval(n.replace(/\-/g,'_')); 46 return m ? uri.substring(i-6) : s; 51 return $(location).attr('hash').substring(1).replace(/[^\w\-]/g,''); 61 return $(location).attr('pathname').replace(/[^-A-Za-z0-9+&@#/%?=~_|!:,.;\(\)]/g, ''); 76 if (!$("#nav-sync").hasClass('sync') && localStorageSupported()) { 110 var level=-1; 145 var pos, docContent = $('#doc-content'); 159 pos-docContent.offset().top, 160 docContent[0].scrollHeight- [all …]
|
/cmsis-dsp-latest/Testing/ |
D | extractDb.py | 6 from TestScripts.doc.Structure import * 7 from TestScripts.doc.Format import * 8 import os.path 50 parser.add_argument('-b', nargs='?',type = str, default="bench.db", help="Database") 51 parser.add_argument('-o', nargs='?',type = str, default="full.md", help="Full summary") 52 parser.add_argument('-r', action='store_true', help="Regression database") 53 parser.add_argument('-t', nargs='?',type = str, default="md", help="type md or html") 54 parser.add_argument('-byc', action='store_true', help="Result oganized by Compiler") 55 parser.add_argument('-g', action='store_true', help="Include graphs in regression report") 57 parser.add_argument('-details', action='store_true', help="Details about runids") [all …]
|