ixbrl-viewer 1.4.55__tar.gz → 1.4.57__tar.gz

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.

Potentially problematic release.


This version of ixbrl-viewer might be problematic. Click here for more details.

Files changed (299) hide show
  1. ixbrl_viewer-1.4.57/.github/workflows/build-documentation.yml +30 -0
  2. ixbrl_viewer-1.4.57/.github/workflows/publish-documentation.yml +27 -0
  3. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/workflows/release.yml +4 -0
  4. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.gitignore +2 -0
  5. ixbrl_viewer-1.4.57/.readthedocs.yaml +14 -0
  6. ixbrl_viewer-1.4.55/LICENSE → ixbrl_viewer-1.4.57/LICENSE.md +8 -14
  7. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/PKG-INFO +3 -3
  8. ixbrl_viewer-1.4.57/docs/Makefile +23 -0
  9. ixbrl_viewer-1.4.57/docs/make.bat +40 -0
  10. ixbrl_viewer-1.4.57/docs/source/_images/arelle-rtd.png +0 -0
  11. ixbrl_viewer-1.4.57/docs/source/_images/favicon.ico +0 -0
  12. ixbrl_viewer-1.4.57/docs/source/_images/user_guides/document_outline.png +0 -0
  13. ixbrl_viewer-1.4.57/docs/source/_images/user_guides/document_summary.png +0 -0
  14. ixbrl_viewer-1.4.57/docs/source/_images/user_guides/fact_locations.png +0 -0
  15. ixbrl_viewer-1.4.57/docs/source/_images/user_guides/fact_properties.png +0 -0
  16. ixbrl_viewer-1.4.57/docs/source/_images/user_guides/search_filters.png +0 -0
  17. ixbrl_viewer-1.4.57/docs/source/_images/user_guides/search_results.png +0 -0
  18. ixbrl_viewer-1.4.57/docs/source/_images/user_guides/toolbar_controls.png +0 -0
  19. ixbrl_viewer-1.4.57/docs/source/_images/user_guides/viewing_the_report.png +0 -0
  20. ixbrl_viewer-1.4.57/docs/source/_static/css/extra.css +5 -0
  21. ixbrl_viewer-1.4.57/docs/source/build_docs.md +45 -0
  22. ixbrl_viewer-1.4.57/docs/source/conf.py +57 -0
  23. ixbrl_viewer-1.4.57/docs/source/index.md +11 -0
  24. ixbrl_viewer-1.4.57/docs/source/license.md +5 -0
  25. ixbrl_viewer-1.4.57/docs/source/user_guides/user_guide.md +248 -0
  26. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/_version.py +2 -2
  27. ixbrl_viewer-1.4.57/iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js +2 -0
  28. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/util.js +1 -1
  29. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/viewer.js +8 -0
  30. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/colours.less +3 -0
  31. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/inspector.less +15 -0
  32. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/viewer.less +28 -6
  33. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/ixbrl_viewer.egg-info/PKG-INFO +3 -3
  34. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/ixbrl_viewer.egg-info/SOURCES.txt +23 -1
  35. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/ixbrl_viewer.egg-info/requires.txt +1 -1
  36. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/pyproject.toml +1 -1
  37. ixbrl_viewer-1.4.57/requirements-docs.txt +8 -0
  38. ixbrl_viewer-1.4.55/iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js +0 -2
  39. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.babelrc +0 -0
  40. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/ISSUE_TEMPLATE/bug.yml +0 -0
  41. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  42. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/ISSUE_TEMPLATE/questions.yml +0 -0
  43. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/ISSUE_TEMPLATE/request.yml +0 -0
  44. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  45. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/dependabot.yml +0 -0
  46. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/release-drafter.yml +0 -0
  47. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/workflows/node-tests.yml +0 -0
  48. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/workflows/npm-package.yml +0 -0
  49. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/workflows/puppeteer.yml +0 -0
  50. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/workflows/python-package.yml +0 -0
  51. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/workflows/python-tests.yml +0 -0
  52. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.github/workflows/release-drafter.yml +0 -0
  53. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/.npmignore +0 -0
  54. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/ARCHITECTURE.md +0 -0
  55. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/CODEOWNERS +0 -0
  56. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/COPYRIGHT.md +0 -0
  57. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/MANIFEST.in +0 -0
  58. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/Makefile +0 -0
  59. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/NOTICE +0 -0
  60. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/PLUGINS.md +0 -0
  61. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/README.md +0 -0
  62. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/docs/sample-config.json +0 -0
  63. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/README.md +0 -0
  64. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630.xsd +0 -0
  65. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_cal.xml +0 -0
  66. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_d2.htm +0 -0
  67. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_def.xml +0 -0
  68. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_g1.jpg +0 -0
  69. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_lab.xml +0 -0
  70. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_pre.xml +0 -0
  71. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex21subsidiaries.htm +0 -0
  72. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex23accountingfirmc.htm +0 -0
  73. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex311ceocertificati.htm +0 -0
  74. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex312cfocertificati.htm +0 -0
  75. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex32ceocfocertifica.htm +0 -0
  76. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex992reconofeconomi.htm +0 -0
  77. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/clorox-2022-10-K-ixbrl-viewer/ixbrl-viewer.htm +0 -0
  78. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/example_plugin/README.md +0 -0
  79. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/example_plugin/example-plugin.gif +0 -0
  80. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/example_plugin/extended-viewer.js +0 -0
  81. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/example_plugin/index.js +0 -0
  82. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/example_plugin/package-lock.json +0 -0
  83. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/example_plugin/package.json +0 -0
  84. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/example_plugin/webpack.config.js +0 -0
  85. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/ixbrl-viewer-demo.gif +0 -0
  86. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/review-mode.png +0 -0
  87. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/workiva-january-2023-8-k-ixbrl-viewer/exhibit31abylawsofworkivai.htm +0 -0
  88. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/workiva-january-2023-8-k-ixbrl-viewer/exhibit31bbylawsofworkivai.htm +0 -0
  89. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/workiva-january-2023-8-k-ixbrl-viewer/ixbrl-viewer.htm +0 -0
  90. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/workiva-january-2023-8-k-ixbrl-viewer/wk-20230109.xsd +0 -0
  91. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/workiva-january-2023-8-k-ixbrl-viewer/wk-20230109_lab.xml +0 -0
  92. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/examples/workiva-january-2023-8-k-ixbrl-viewer/wk-20230109_pre.xml +0 -0
  93. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/__init__.py +0 -0
  94. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/constants.py +0 -0
  95. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/featureConfig.py +0 -0
  96. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/iXBRLViewer.py +0 -0
  97. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/plugin.py +0 -0
  98. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/stubviewer.html +0 -0
  99. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/ui.py +0 -0
  100. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js.LICENSE.txt +0 -0
  101. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/i18next-parser.config.js +0 -0
  102. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/data/utr.json +0 -0
  103. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/html/fact-details.html +0 -0
  104. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/html/footer-logo.html +0 -0
  105. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/html/footnote-details.html +0 -0
  106. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/html/inspector.html +0 -0
  107. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/cy/balancetypes.json +0 -0
  108. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/cy/currencies.json +0 -0
  109. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/cy/datatypes.json +0 -0
  110. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/cy/labelroles.json +0 -0
  111. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/cy/referenceparts.json +0 -0
  112. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/cy/scale.json +0 -0
  113. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/cy/tooltips.json +0 -0
  114. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/cy/translation.json +0 -0
  115. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/en/balancetypes.json +0 -0
  116. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/en/currencies.json +0 -0
  117. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/en/datatypes.json +0 -0
  118. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/en/labelroles.json +0 -0
  119. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/en/referenceparts.json +0 -0
  120. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/en/scale.json +0 -0
  121. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/en/tooltips.json +0 -0
  122. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/en/translation.json +0 -0
  123. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/es/balancetypes.json +0 -0
  124. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/es/currencies.json +0 -0
  125. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/es/datatypes.json +0 -0
  126. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/es/labelroles.json +0 -0
  127. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/es/referenceparts.json +0 -0
  128. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/es/scale.json +0 -0
  129. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/es/tooltips.json +0 -0
  130. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/i18n/es/translation.json +0 -0
  131. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/arrow-down.svg +0 -0
  132. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/arrow-up.svg +0 -0
  133. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/calculator.svg +0 -0
  134. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/chevron-down.svg +0 -0
  135. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/chevron-left.svg +0 -0
  136. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/chevron-right.svg +0 -0
  137. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/chevron-up.svg +0 -0
  138. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/circle-cross.svg +0 -0
  139. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/circle-tick.svg +0 -0
  140. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/clipboard.svg +0 -0
  141. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/close.svg +0 -0
  142. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/cog.svg +0 -0
  143. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/dark-mode.svg +0 -0
  144. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/dimension-member.svg +0 -0
  145. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/dimension.svg +0 -0
  146. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/download.svg +0 -0
  147. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/filter.svg +0 -0
  148. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/graph.svg +0 -0
  149. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/member.svg +0 -0
  150. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/multi-tag.svg +0 -0
  151. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/outline.svg +0 -0
  152. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/print.svg +0 -0
  153. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/question.svg +0 -0
  154. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/search.svg +0 -0
  155. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/select.svg +0 -0
  156. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/summary.svg +0 -0
  157. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/tag.svg +0 -0
  158. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/text-block.svg +0 -0
  159. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/tick.svg +0 -0
  160. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/icons/warning.svg +0 -0
  161. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/img/arelle-dark.svg +0 -0
  162. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/img/arelle.svg +0 -0
  163. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/img/favicon.ico +0 -0
  164. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/img/inline-viewer-dark.svg +0 -0
  165. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/img/inline-viewer.png +0 -0
  166. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/img/inline-viewer.svg +0 -0
  167. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/img/powered-by-workiva.png +0 -0
  168. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/img/powered-by-workiva.svg +0 -0
  169. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/accordian.js +0 -0
  170. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/aspect.js +0 -0
  171. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/aspect.test.js +0 -0
  172. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/balance.js +0 -0
  173. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/calculation.js +0 -0
  174. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/calculation.test.js +0 -0
  175. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/calculationInspector.js +0 -0
  176. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/chart.js +0 -0
  177. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/chart.test.js +0 -0
  178. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/concept.js +0 -0
  179. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/concept.test.js +0 -0
  180. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/datatype.js +0 -0
  181. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/datatype.test.js +0 -0
  182. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/dialog.js +0 -0
  183. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/docOrderIndex.js +0 -0
  184. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/fact.js +0 -0
  185. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/fact.test.js +0 -0
  186. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/factset.js +0 -0
  187. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/factset.test.js +0 -0
  188. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/footnote.js +0 -0
  189. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/identifiers.js +0 -0
  190. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/identifiers.test.js +0 -0
  191. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/index.js +0 -0
  192. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/inspector.js +0 -0
  193. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/inspector.test.js +0 -0
  194. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/interval.js +0 -0
  195. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/interval.test.js +0 -0
  196. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/ixbrlviewer.js +0 -0
  197. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/ixbrlviewer.test.js +0 -0
  198. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/ixnode.js +0 -0
  199. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/menu.js +0 -0
  200. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/messagebox.js +0 -0
  201. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/moment-jest.js +0 -0
  202. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/number-matcher-preprocess.test.js +0 -0
  203. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/number-matcher.js +0 -0
  204. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/number-matcher.test.js +0 -0
  205. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/outline.js +0 -0
  206. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/outline.test.js +0 -0
  207. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/period.js +0 -0
  208. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/period.test.js +0 -0
  209. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/qname.js +0 -0
  210. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/report.js +0 -0
  211. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/report.test.js +0 -0
  212. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/reportset.js +0 -0
  213. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/reportset.test.js +0 -0
  214. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/search.js +0 -0
  215. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/search.test.js +0 -0
  216. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/summary.js +0 -0
  217. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/summary.test.js +0 -0
  218. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/tableExport.js +0 -0
  219. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/taxonomynamer.js +0 -0
  220. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/taxonomynamer.test.js +0 -0
  221. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/test-utils.js +0 -0
  222. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/textblockviewer.js +0 -0
  223. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/theme.js +0 -0
  224. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/unit.js +0 -0
  225. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/unit.test.js +0 -0
  226. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/util.test.js +0 -0
  227. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/utr.js +0 -0
  228. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/validationreport.js +0 -0
  229. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/js/viewerOptions.js +0 -0
  230. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/accordian.less +0 -0
  231. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/block-list.less +0 -0
  232. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/calculation-inspector.less +0 -0
  233. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/chart.less +0 -0
  234. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/clearfix.less +0 -0
  235. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/colours-dark-mode.less +0 -0
  236. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/common.less +0 -0
  237. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/components.less +0 -0
  238. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/core.less +0 -0
  239. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/dialog.less +0 -0
  240. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/fonts.less +0 -0
  241. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/form-controls.less +0 -0
  242. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/icons.less.njk +0 -0
  243. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/loader.less +0 -0
  244. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/menu.less +0 -0
  245. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/summary.less +0 -0
  246. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/tabs.less +0 -0
  247. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/text-block-viewer.less +0 -0
  248. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/text-mixins.less +0 -0
  249. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/src/less/validation-report.less +0 -0
  250. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/tools/build-font.js +0 -0
  251. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/version.js +0 -0
  252. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/webpack.common.js +0 -0
  253. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/webpack.dev.js +0 -0
  254. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/viewer/webpack.prod.js +0 -0
  255. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/iXBRLViewerPlugin/xhtmlserialize.py +0 -0
  256. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/ixbrl_viewer.egg-info/dependency_links.txt +0 -0
  257. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/ixbrl_viewer.egg-info/entry_points.txt +0 -0
  258. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/ixbrl_viewer.egg-info/top_level.txt +0 -0
  259. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/jest.config.json +0 -0
  260. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/package-lock.json +0 -0
  261. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/package.json +0 -0
  262. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/Makefile +0 -0
  263. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/Makefile-src +0 -0
  264. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/build-viewer.py +0 -0
  265. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/fetch-sample-files.py +0 -0
  266. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/sample-files.list +0 -0
  267. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/src/continuation/continuation.html +0 -0
  268. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/src/ixds-test/document1.html +0 -0
  269. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/src/ixds-test/faurecia.html +0 -0
  270. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/src/ixds-test/valeo.html +0 -0
  271. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/src/scrollable-div/scrollable-div.html +0 -0
  272. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/src/testdoc/build.sh +0 -0
  273. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/src/testdoc/example.xsd +0 -0
  274. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/src/testdoc/labels.json +0 -0
  275. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/src/testdoc/testdoc.ixtmpl +0 -0
  276. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/samples/src/xbrl-invalid-tests/xbrl-invalid-test.html +0 -0
  277. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/setup.cfg +0 -0
  278. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/__init__.py +0 -0
  279. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/framework/core_elements.js +0 -0
  280. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/framework/page_objects/doc_frame.js +0 -0
  281. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/framework/page_objects/fact_details_panel.js +0 -0
  282. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/framework/page_objects/search_panel.js +0 -0
  283. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/framework/page_objects/toolbar.js +0 -0
  284. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/framework/utils.js +0 -0
  285. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/framework/viewer_page.js +0 -0
  286. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/puppeteer_test_run_via_intellij.jpg +0 -0
  287. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/test_filings/filing_documents_smoke_test.zip +0 -0
  288. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/test_filings/highlights.zip +0 -0
  289. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/tests/fact_properties.test.js +0 -0
  290. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/tests/highlight.test.js +0 -0
  291. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/tests/search.test.js +0 -0
  292. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/puppeteer/tools/generate.sh +0 -0
  293. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/unit_tests/__init__.py +0 -0
  294. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/unit_tests/iXBRLViewerPlugin/__init__.py +0 -0
  295. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/unit_tests/iXBRLViewerPlugin/mock_arelle.py +0 -0
  296. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/unit_tests/iXBRLViewerPlugin/test_iXBRLViewer.py +0 -0
  297. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tests/unit_tests/iXBRLViewerPlugin/test_xhtmlserialize.py +0 -0
  298. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tools/fetch-utr.py +0 -0
  299. {ixbrl_viewer-1.4.55 → ixbrl_viewer-1.4.57}/tox.ini +0 -0
@@ -0,0 +1,30 @@
1
+ name: Build Documentation
2
+
3
+ on:
4
+ pull_request:
5
+ branches:
6
+ - master
7
+ workflow_dispatch:
8
+
9
+ permissions: {}
10
+
11
+ jobs:
12
+ build-documentation:
13
+ runs-on: ubuntu-24.04
14
+ steps:
15
+ - uses: actions/checkout@v4.2.2
16
+ - name: Install Python
17
+ uses: actions/setup-python@v5.4.0
18
+ with:
19
+ cache: 'pip'
20
+ cache-dependency-path: **/requirements-docs.txt
21
+ check-latest: true
22
+ python-version: '3.12'
23
+ - name: Install dependencies
24
+ run: |
25
+ python -m pip install --upgrade pip setuptools wheel
26
+ pip install -r requirements-docs.txt
27
+ - name: Build documentation
28
+ env:
29
+ SPHINXOPTS: -T -W --keep-going
30
+ run: make -C docs html
@@ -0,0 +1,27 @@
1
+ name: Publish Documentation
2
+
3
+ on:
4
+ workflow_call:
5
+ inputs:
6
+ branch:
7
+ default: 'master'
8
+ description: 'branch to trigger RTD builds for'
9
+ required: false
10
+ type: string
11
+ workflow_dispatch:
12
+ inputs:
13
+ branch:
14
+ default: 'master'
15
+ description: 'branch to trigger RTD builds for'
16
+ required: true
17
+ type: string
18
+
19
+ permissions: {}
20
+
21
+ jobs:
22
+ publish-documentation:
23
+ environment: release
24
+ runs-on: ubuntu-24.04
25
+ steps:
26
+ - name: Trigger RTD builds for input branch and any new tags
27
+ run: curl -X POST -d "branches=${{ inputs.branch }}" -d "token=${{ secrets.RTD_TOKEN }}" -d "default_branch=master" "${{ secrets.RTD_WEBHOOK }}"
@@ -7,6 +7,10 @@ on:
7
7
  permissions: {}
8
8
 
9
9
  jobs:
10
+ publish-documentation:
11
+ uses: ./.github/workflows/publish-documentation.yml
12
+ secrets: inherit
13
+
10
14
  node-tests:
11
15
  uses: ./.github/workflows/node-tests.yml
12
16
  npm-package:
@@ -6,6 +6,8 @@
6
6
  build
7
7
  node_modules/
8
8
  dist/
9
+ docs/_build
10
+ docs/source/apidocs
9
11
  __pycache__
10
12
  /tests/puppeteer/artifacts/
11
13
  iXBRLViewerPlugin/viewer/src/fonts/
@@ -0,0 +1,14 @@
1
+ version: 2
2
+
3
+ build:
4
+ os: ubuntu-24.04
5
+ tools:
6
+ python: "3.12"
7
+
8
+ python:
9
+ install:
10
+ - requirements: requirements-docs.txt
11
+
12
+ sphinx:
13
+ configuration: docs/source/conf.py
14
+ fail_on_warning: true
@@ -1,22 +1,16 @@
1
+ # License
1
2
 
3
+ Copyright © 2019-present Workiva, Inc.
2
4
 
3
- ixbrl-viewer
4
-
5
- Copyright 2019 Workiva Inc.
6
-
7
-
8
- Licensed under the Apache License, Version 2.0 (the "License");
5
+ Licensed under the Apache License, Version 2.0 (the "License");
9
6
  you may not use this file except in compliance with the License.
10
7
  You may obtain a copy of the License at
8
+ <http://www.apache.org/licenses/LICENSE-2.0>
11
9
 
12
- http://www.apache.org/licenses/LICENSE-2.0
13
-
14
-
15
- Unless required by applicable law or agreed to in writing, software
16
- distributed under the License is distributed on an "AS IS" BASIS,
17
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
- See the License for the specific language governing permissions and
19
- limitations under the License.
10
+ Unless required by applicable law or agreed to in writing, software distributed
11
+ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12
+ CONDITIONS OF ANY KIND, either express or implied. See the License for the
13
+ specific language governing permissions and limitations under the License.
20
14
 
21
15
  ---
22
16
  This ixbrl-viewer software includes a number of subcomponents with separate copyright notices and/or license
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ixbrl-viewer
3
- Version: 1.4.55
3
+ Version: 1.4.57
4
4
  Summary: The Arelle iXBRL Viewer allows iXBRL reports to be viewed interactively in a web browser.
5
5
  Author-email: "arelle.org" <support@arelle.org>
6
6
  License: Apache-2.0
@@ -27,7 +27,7 @@ Classifier: Operating System :: OS Independent
27
27
  Classifier: Topic :: Text Processing :: Markup :: XML
28
28
  Requires-Python: >=3.9
29
29
  Description-Content-Type: text/markdown
30
- License-File: LICENSE
30
+ License-File: LICENSE.md
31
31
  License-File: NOTICE
32
32
  Requires-Dist: lxml<6,>=4
33
33
  Provides-Extra: arelle
@@ -35,7 +35,7 @@ Requires-Dist: arelle_release==2.*; extra == "arelle"
35
35
  Provides-Extra: dev
36
36
  Requires-Dist: flake8==7.1.1; extra == "dev"
37
37
  Requires-Dist: lxml-stubs==0.5.1; extra == "dev"
38
- Requires-Dist: mypy==1.14.1; extra == "dev"
38
+ Requires-Dist: mypy==1.15.0; extra == "dev"
39
39
  Requires-Dist: pytest==8.3.4; extra == "dev"
40
40
  Requires-Dist: typing-extensions==4.12.2; extra == "dev"
41
41
 
@@ -0,0 +1,23 @@
1
+ # Minimal makefile for Sphinx documentation
2
+ #
3
+
4
+ # You can set these variables from the command line, and also
5
+ # from the environment for the first two.
6
+ SPHINXOPTS ?=
7
+ SPHINXBUILD ?= sphinx-build
8
+ SOURCEDIR = source
9
+ BUILDDIR = _build
10
+
11
+ # Put it first so that "make" without argument is like "make help".
12
+ help:
13
+ @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14
+
15
+ .PHONY: help Makefile
16
+
17
+ # Catch-all target: route all unknown targets to Sphinx using the new
18
+ # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
+ %: Makefile
20
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21
+
22
+ livehtml:
23
+ sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@@ -0,0 +1,40 @@
1
+ @ECHO OFF
2
+
3
+ pushd %~dp0
4
+
5
+ REM Command file for Sphinx documentation
6
+
7
+ if "%SPHINXBUILD%" == "" (
8
+ set SPHINXBUILD=sphinx-build
9
+ )
10
+ set SOURCEDIR=source
11
+ set BUILDDIR=_build
12
+
13
+ %SPHINXBUILD% >NUL 2>NUL
14
+ if errorlevel 9009 (
15
+ echo.
16
+ echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
17
+ echo.installed, then set the SPHINXBUILD environment variable to point
18
+ echo.to the full path of the 'sphinx-build' executable. Alternatively you
19
+ echo.may add the Sphinx directory to PATH.
20
+ echo.
21
+ echo.If you don't have Sphinx installed, grab it from
22
+ echo.https://www.sphinx-doc.org/
23
+ exit /b 1
24
+ )
25
+
26
+ if "%1" == "" goto help
27
+ if "%1" == "livehtml" goto livehtml
28
+
29
+ %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
30
+ goto end
31
+
32
+ :livehtml
33
+ sphinx-autobuild %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
34
+ goto end
35
+
36
+ :help
37
+ %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
38
+
39
+ :end
40
+ popd
@@ -0,0 +1,5 @@
1
+ #command-line-operation code.literal {
2
+ white-space: nowrap;
3
+ }
4
+
5
+
@@ -0,0 +1,45 @@
1
+ # Building Documentation
2
+
3
+ :::{index} Building Documentation
4
+ :::
5
+
6
+ Arelle's iXBRL Viewer documentation is built using Sphinx and published to [Read the Docs][read-the-docs-project].
7
+
8
+ [read-the-docs-project]: https://arelle-ixbrl-viewer.readthedocs.io/
9
+
10
+ ## Build Locally
11
+
12
+ 1. Install documentation dependencies.
13
+
14
+ ```shell
15
+ pip install -r requirements-docs.txt
16
+ ```
17
+
18
+ 2. Navigate to the `docs` directory.
19
+
20
+ ```shell
21
+ cd docs
22
+ ```
23
+
24
+ 3. Build HTML documentation
25
+ * Linux or macOS
26
+
27
+ ```shell
28
+ # build
29
+ make html
30
+ # or auto rebuild on file changes (useful when working on documentation)
31
+ make livehtml
32
+ ```
33
+
34
+ * Windows
35
+
36
+ ```powershell
37
+ # build
38
+ .\make.bat html
39
+ # or auto rebuild on file changes (useful when working on documentation)
40
+ .\make.bat livehtml
41
+ ```
42
+
43
+ 4. Open documentation:
44
+ * file `docs/_build/html/index.html` if using `make html`
45
+ * <http://127.0.0.1:8000/> if using `make livehtml`
@@ -0,0 +1,57 @@
1
+ # Configuration file for the Sphinx documentation builder.
2
+ #
3
+ # For the full list of built-in configuration values, see the documentation:
4
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html
5
+
6
+ # -- Project information -----------------------------------------------------
7
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
+
9
+ project = "Arelle iXBRL Viewer"
10
+ copyright = "2019-present Workiva, Inc."
11
+ author = "support@arelle.org"
12
+
13
+ # -- General configuration ---------------------------------------------------
14
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
15
+
16
+ extensions = [
17
+ "autodoc2",
18
+ "myst_parser",
19
+ "sphinx_copybutton",
20
+ ]
21
+
22
+ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
23
+
24
+ autodoc2_packages = [
25
+ {
26
+ "path": "../../iXBRLViewerPlugin",
27
+ "exclude_dirs": ["dist"],
28
+ }
29
+ ]
30
+ autodoc2_render_plugin = "myst"
31
+
32
+ # -- Options for HTML output -------------------------------------------------
33
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
34
+
35
+ html_theme = "furo"
36
+ html_theme_options = {
37
+ "light_css_variables": {
38
+ "color-brand-primary": "#ac218e",
39
+ "color-brand-content": "#ac218e",
40
+ },
41
+ "dark_css_variables": {
42
+ "color-brand-primary": "#6ecacb",
43
+ "color-brand-content": "#6ecacb",
44
+ },
45
+ }
46
+ html_title = "Arelle iXBRL Viewer <release>"
47
+ html_favicon = "_images/favicon.ico"
48
+ html_logo = "_images/arelle-rtd.png"
49
+
50
+ myst_enable_extensions = [
51
+ "colon_fence",
52
+ "fieldlist",
53
+ ]
54
+ myst_heading_anchors = 6
55
+
56
+ pygments_style = "xcode"
57
+ pygments_dark_style = "monokai"
@@ -0,0 +1,11 @@
1
+ :::{include} ../../README.md
2
+ :::
3
+
4
+ :::{toctree}
5
+ :hidden:
6
+ user_guides/user_guide
7
+ build_docs
8
+ license
9
+ apidocs/index
10
+ genindex
11
+ :::
@@ -0,0 +1,5 @@
1
+ :::{include} ../../LICENSE.md
2
+ :::
3
+
4
+ :::{index} License
5
+ :::
@@ -0,0 +1,248 @@
1
+ # User Guide
2
+
3
+ :::{index} User Guide
4
+ :::
5
+
6
+ ## Overview
7
+
8
+ The Arelle Inline XBRL (iXBRL) Viewer allows you to access, view and
9
+ interact with tagged XBRL data in iXBRL documents from your web browser.
10
+
11
+ Key features include:
12
+
13
+ - Full text search on taxonomy labels and references
14
+ - View full details of tagged facts
15
+ - Export tables to Excel
16
+ - Visualise and navigate calculation relationships
17
+ - Produce on-the-fly graphs using XBRL data
18
+
19
+ ## Viewing the Report
20
+
21
+ The Inline XBRL Viewer consists of the following components:
22
+
23
+ - Viewer pane - This area, taking up most of the screen, shows the
24
+ filed document.
25
+ - XBRL inspector - This area on the right shows information about the
26
+ currently-selected fact and allows navigation of the document using
27
+ XBRL Information.
28
+ - Toolbar - This area along the top of the viewer contains general
29
+ controls for the viewer..
30
+
31
+ The viewer pane allows you to browse information in the report that has
32
+ been tagged as XBRL by clicking on it to see tag details in the XBRL
33
+ inspector. The viewer pane has controls for zooming and printing the
34
+ Inline XBRL document, andalso for exporting the data in individual
35
+ tables.
36
+
37
+ You can also navigate between facts in the document using the left and
38
+ right arrows at the top of the XBRL inspector. Moving between facts will
39
+ move the viewing area to the selected fact and highlight the tagged
40
+ information in the viewer pane. Some XBRL tags contain information that
41
+ is not shown in the document. These are referred to as "hidden facts"
42
+ and are indicated by a "hidden fact" message at the top of the XBRL
43
+ inspector when selected. No information will be highlighted in the
44
+ viewer pane when a hidden fact is selected.
45
+
46
+ ![image](../_images/user_guides/viewing_the_report.png)
47
+
48
+ ### Highlighting Facts
49
+
50
+ The "Highlight XBRL Elements" checkbox on the toolbar can be used to
51
+ highlight all tagged information in the document. Different colors
52
+ represent different namespaces, which can be seen by hovering over the
53
+ (?) icon. Note that not all of the namespaces used by the document may
54
+ be visible if, for example, a given namespace is only used in
55
+ dimensions.
56
+
57
+ ## Fact Properties
58
+
59
+ When an XBRL fact is selected, information about the fact will be shown
60
+ in the XBRL inspector. This includes:
61
+
62
+ - Concept name
63
+ - Concept description
64
+ - Dimensions (if any)
65
+ - Date or date range
66
+ - Fact value
67
+ - Accuracy
68
+ - Scale
69
+ - Change
70
+ - Entity
71
+ - Concept
72
+ - Type
73
+ - Balance
74
+ - Concept Labels
75
+ - Concept References
76
+ - Anchoring information (if applicable)
77
+ - Calculations (if applicable)
78
+ - Footnotes (if applicable)
79
+ - Sections
80
+
81
+ ![image](../_images/user_guides/fact_properties.png)
82
+
83
+ ### Analysis charts
84
+
85
+ The icon next to the Date property will display a chart of the
86
+ currently-selected fact compared against correspondingly-tagged facts
87
+ from other periods in the report. If the fact has dimensions, each
88
+ dimension will also have an icon you can click to show a chart of the
89
+ currently-selected fact compared against correspondingly-tagged facts
90
+ with different values for that dimension. For example, if a dimension is
91
+ used to provide a breakdown by business segment, the chart will show the
92
+ correspondingly-tagged fact for each business segment. Dimensions shown
93
+ on the chart can be toggled using the buttons below the chart. Up to two
94
+ dimensions can be plotted at a time.
95
+
96
+ ### Change from prior period
97
+
98
+ The Change property shows the percentage change of the current fact
99
+ compared to the corresponding value from the prior period, if such a
100
+ tagged value exists. Clicking on the comparative period will focus the
101
+ fact inspector on the prior period fact.
102
+
103
+ ### Entity information
104
+
105
+ The Entity property shows the entity identifier that the fact is
106
+ reported against. Typically this will be the same for all facts in the
107
+ report and will be either the UK Company Registration number or the
108
+ Legal Entity Identifier. You can click the link to search the identifier
109
+ on the Companies House or GLEIF website in a new browser tab.
110
+
111
+ ### Fact locations
112
+
113
+ If the current fact appears in more than one location in the document,
114
+ the left and right arrow buttons at the bottom of the properties pane
115
+ can be used to cycle through the different occurrences.
116
+
117
+ ![image](../_images/user_guides/fact_locations.png)
118
+
119
+ ## XBRL Inspector Panels
120
+
121
+ By default, the XBRL Inspector will show the Fact Properties panel,
122
+ which shows information about the currently selected fact. The inspector
123
+ has three other modes, which can be selected using the icons at the top
124
+ of the XBRL Inspector:
125
+
126
+ - Document Summary
127
+ - Document Outline
128
+ - Search
129
+
130
+ To return to the Fact Properties panel, click on the same icon again or
131
+ use the back button to the left of the panel title.
132
+
133
+ ### Document Summary
134
+
135
+ The Document Summary mode shows information about the XBRL data in the
136
+ document, including the total number of XBRL facts, the number of hidden
137
+ facts and files included in the filing. The summary also includes the
138
+ number of distinct concepts, dimensions and members in the report. You
139
+ can click on the fact count to enter Search mode.
140
+
141
+ ::: note
142
+ ::: title
143
+ Note
144
+ :::
145
+
146
+ The number of concepts will be less than the total number of facts, as
147
+ concepts will often be reported for different periods and with different
148
+ dimensions.
149
+ :::
150
+
151
+ ![image](../_images/user_guides/document_summary.png)
152
+
153
+ ### Document Outline
154
+
155
+ The List icon toggles the Document Outline panel, which displays
156
+ sections of the document based on the structure of the XBRL Taxonomy
157
+ used to tag the document. Select a section to move to the start of that
158
+ section in the document.
159
+
160
+ ![image](../_images/user_guides/document_outline.png)
161
+
162
+ ### Search
163
+
164
+ The magnifying glass icon toggles the Search panel, where a powerful
165
+ search function allows you to find information in the document using
166
+ XBRL data. By default, all XBRL facts in the document are displayed in
167
+ the search results. You can use the search and filter controls at the
168
+ top of the search panel to examine a fact or facts more closely.
169
+
170
+ Entering terms into the search bar of the Search panel shows a list of
171
+ matching facts from the report. The search will match against
172
+ information from the XBRL Taxonomy, including concept and dimension
173
+ labels. The results are ordered according to match quality, with the
174
+ best matches shown first. Entering multiple search terms will show all
175
+ facts that match at least one term. Prefixing a search term with "+"
176
+ will restrict the results to those that contain that term.
177
+
178
+ ![image](../_images/user_guides/search_results.png)
179
+
180
+ Selecting a fact in the results will scroll the viewer pane to that fact
181
+ at its location in the document. Double clicking on a fact in the
182
+ results or using the arrow icon will close the search panel and focus on
183
+ that fact in the Fact Properties panel.
184
+
185
+ Search results can be customised using the filter functionality accessed
186
+ using the filter icon to the right of the search bar. Apply filters by
187
+ checking or unchecking boxes, by selecting the filter dropdown and
188
+ making a selection, or by choosing an option from the filter category.
189
+
190
+ The filter icon will be highlighted to indicate when there are active
191
+ filters, and a "reset" link will appear that will remove all filters.
192
+ Clicking on the filter icon again will close the filter controls, but
193
+ the filters will remain active.
194
+
195
+ Filters include:
196
+
197
+ - Concept type
198
+ - Fact value
199
+ - Hidden (or visible) facts
200
+ - Period
201
+ - Namespaces
202
+ - Types
203
+ - Units
204
+ - Scales
205
+ - Dimension type
206
+ - Calculations
207
+
208
+ ![image](../_images/user_guides/search_filters.png)
209
+
210
+ ## Table Export
211
+
212
+ Tables containing XBRL tags have a green diamond icon in the top left
213
+ corner. Mousing over this icon will show an "Export Table" link.
214
+ Clicking this will export data from the table as an Excel spreadsheet.
215
+
216
+ The exported table will include the descriptions used in the document
217
+ alongside the labels for the XBRL concepts and dimensions used to tag
218
+ the facts in the currently selected document language. This feature can
219
+ be used to review documents that have been prepared in a different
220
+ language.
221
+
222
+ ## Toolbar Controls
223
+
224
+ Checking the "Highlight XBRL Elements" option on the toolbar will
225
+ highlight all information in the document tagged with XRBL. The
226
+ highlighting is colour-coded to indicate which taxonomy (or part of a
227
+ taxonomy) was used to tag the fact. You can view a key for highlight
228
+ colours by mousing over the question mark icon in the toolbar.
229
+
230
+ The toolbar also has the following controls:
231
+
232
+ - Dark Mode - selecting the dark mode icon at the top of the Fact
233
+ Properties panel will toggle "dark mode". Dark mode changes the
234
+ interface to use light text on a dark background.
235
+ - Settings Menu - the gear icon on the right of the toolbar provides a
236
+ menu with a number of viewer settings. These include:
237
+ - Document language -- if the XBRL taxonomy used to prepare the
238
+ document contains more than one language, you can choose the
239
+ language here to adjust the language used when displaying labels
240
+ for concepts, dimensions and members.
241
+ - Application language -- this controls the language of the Inline
242
+ XBRL Viewer user interface.
243
+ - Calculations mode - the "Calculations v1.1" checkbox controls how
244
+ numeric facts in the document are checked against calculation
245
+ relationships in the XBRL Taxonomy. It is recommended that
246
+ Calculations v1.1 is enabled.
247
+
248
+ ![image](../_images/user_guides/toolbar_controls.png)
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.4.55'
16
- __version_tuple__ = version_tuple = (1, 4, 55)
15
+ __version__ = version = '1.4.57'
16
+ __version_tuple__ = version_tuple = (1, 4, 57)