nautobot 2.2.7__py3-none-any.whl → 2.2.9__py3-none-any.whl

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 nautobot might be problematic. Click here for more details.

Files changed (306) hide show
  1. nautobot/core/filters.py +15 -1
  2. nautobot/core/graphql/generators.py +4 -4
  3. nautobot/core/graphql/schema.py +9 -7
  4. nautobot/core/jobs/__init__.py +4 -1
  5. nautobot/core/settings.py +13 -2
  6. nautobot/core/settings.yaml +14 -0
  7. nautobot/core/templates/nautobot_config.py.j2 +15 -0
  8. nautobot/core/tests/integration/test_general_functionality.py +36 -0
  9. nautobot/core/tests/test_graphql.py +51 -5
  10. nautobot/core/tests/test_jobs.py +82 -2
  11. nautobot/core/tests/test_templatetags_netutils.py +3 -3
  12. nautobot/dcim/models/device_components.py +7 -0
  13. nautobot/dcim/models/devices.py +14 -3
  14. nautobot/dcim/tables/devices.py +19 -4
  15. nautobot/dcim/templates/dcim/deviceredundancygroup_retrieve.html +6 -0
  16. nautobot/dcim/tests/test_models.py +106 -0
  17. nautobot/dcim/tests/test_views.py +13 -0
  18. nautobot/dcim/views.py +8 -2
  19. nautobot/extras/api/views.py +7 -59
  20. nautobot/extras/homepage.py +12 -2
  21. nautobot/extras/jobs.py +2 -2
  22. nautobot/extras/models/jobs.py +81 -0
  23. nautobot/extras/models/relationships.py +12 -0
  24. nautobot/extras/signals.py +14 -1
  25. nautobot/extras/tables.py +36 -5
  26. nautobot/extras/templates/extras/job_detail.html +11 -0
  27. nautobot/extras/tests/integration/test_dynamicgroups.py +1 -1
  28. nautobot/extras/tests/test_relationships.py +221 -1
  29. nautobot/extras/tests/test_views.py +21 -0
  30. nautobot/extras/utils.py +34 -5
  31. nautobot/extras/views.py +20 -46
  32. nautobot/ipam/models.py +9 -12
  33. nautobot/ipam/tests/test_models.py +3 -2
  34. nautobot/ipam/views.py +2 -8
  35. nautobot/project-static/css/base.css +1 -0
  36. nautobot/project-static/docs/404.html +4 -4
  37. nautobot/project-static/docs/apps/index.html +4 -4
  38. nautobot/project-static/docs/apps/nautobot-apps.html +4 -4
  39. nautobot/project-static/docs/assets/stylesheets/{main.6543a935.min.css → main.76a95c52.min.css} +1 -1
  40. nautobot/project-static/docs/assets/stylesheets/{main.6543a935.min.css.map → main.76a95c52.min.css.map} +1 -1
  41. nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +4 -4
  42. nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +4 -4
  43. nautobot/project-static/docs/code-reference/nautobot/apps/api.html +4 -4
  44. nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +4 -4
  45. nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +4 -4
  46. nautobot/project-static/docs/code-reference/nautobot/apps/config.html +4 -4
  47. nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +4 -4
  48. nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +4 -4
  49. nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +4 -4
  50. nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +4 -4
  51. nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +4 -4
  52. nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +4 -4
  53. nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +4 -4
  54. nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +4 -4
  55. nautobot/project-static/docs/code-reference/nautobot/apps/models.html +4 -4
  56. nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +4 -4
  57. nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +4 -4
  58. nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +4 -4
  59. nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +4 -4
  60. nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +4 -4
  61. nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +4 -4
  62. nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +6 -4
  63. nautobot/project-static/docs/code-reference/nautobot/apps/views.html +4 -4
  64. nautobot/project-static/docs/development/apps/api/configuration-view.html +4 -4
  65. nautobot/project-static/docs/development/apps/api/database-backend-config.html +4 -4
  66. nautobot/project-static/docs/development/apps/api/models/django-admin.html +4 -4
  67. nautobot/project-static/docs/development/apps/api/models/global-search.html +4 -4
  68. nautobot/project-static/docs/development/apps/api/models/graphql.html +4 -4
  69. nautobot/project-static/docs/development/apps/api/models/index.html +4 -4
  70. nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +4 -4
  71. nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +4 -4
  72. nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +4 -4
  73. nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +4 -4
  74. nautobot/project-static/docs/development/apps/api/platform-features/index.html +4 -4
  75. nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +4 -4
  76. nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +4 -4
  77. nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +4 -4
  78. nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +4 -4
  79. nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +4 -4
  80. nautobot/project-static/docs/development/apps/api/prometheus.html +4 -4
  81. nautobot/project-static/docs/development/apps/api/setup.html +4 -4
  82. nautobot/project-static/docs/development/apps/api/testing.html +4 -4
  83. nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +4 -4
  84. nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +4 -4
  85. nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +4 -4
  86. nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +4 -4
  87. nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +4 -4
  88. nautobot/project-static/docs/development/apps/api/views/base-template.html +4 -4
  89. nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +4 -4
  90. nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +4 -4
  91. nautobot/project-static/docs/development/apps/api/views/help-documentation.html +4 -4
  92. nautobot/project-static/docs/development/apps/api/views/index.html +4 -4
  93. nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +4 -4
  94. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +4 -4
  95. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +4 -4
  96. nautobot/project-static/docs/development/apps/api/views/notes.html +4 -4
  97. nautobot/project-static/docs/development/apps/api/views/rest-api.html +4 -4
  98. nautobot/project-static/docs/development/apps/api/views/urls.html +4 -4
  99. nautobot/project-static/docs/development/apps/index.html +4 -4
  100. nautobot/project-static/docs/development/apps/migration/code-updates.html +4 -4
  101. nautobot/project-static/docs/development/apps/migration/dependency-updates.html +4 -4
  102. nautobot/project-static/docs/development/apps/migration/from-v1.html +4 -4
  103. nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +4 -4
  104. nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +4 -4
  105. nautobot/project-static/docs/development/apps/migration/model-updates/global.html +4 -4
  106. nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +4 -4
  107. nautobot/project-static/docs/development/apps/porting-from-netbox.html +4 -4
  108. nautobot/project-static/docs/development/core/application-registry.html +4 -4
  109. nautobot/project-static/docs/development/core/best-practices.html +4 -4
  110. nautobot/project-static/docs/development/core/bootstrap-ui.html +4 -4
  111. nautobot/project-static/docs/development/core/caching.html +4 -4
  112. nautobot/project-static/docs/development/core/controllers.html +4 -4
  113. nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +4 -4
  114. nautobot/project-static/docs/development/core/generic-views.html +4 -4
  115. nautobot/project-static/docs/development/core/getting-started.html +4 -4
  116. nautobot/project-static/docs/development/core/homepage.html +4 -4
  117. nautobot/project-static/docs/development/core/index.html +15 -4
  118. nautobot/project-static/docs/development/core/model-checklist.html +4 -4
  119. nautobot/project-static/docs/development/core/model-features.html +4 -4
  120. nautobot/project-static/docs/development/core/natural-keys.html +4 -4
  121. nautobot/project-static/docs/development/core/navigation-menu.html +4 -4
  122. nautobot/project-static/docs/development/core/release-checklist.html +4 -4
  123. nautobot/project-static/docs/development/core/role-internals.html +4 -4
  124. nautobot/project-static/docs/development/core/settings.html +4 -4
  125. nautobot/project-static/docs/development/core/style-guide.html +4 -4
  126. nautobot/project-static/docs/development/core/templates.html +4 -4
  127. nautobot/project-static/docs/development/core/testing.html +4 -4
  128. nautobot/project-static/docs/development/core/user-preferences.html +4 -4
  129. nautobot/project-static/docs/development/index.html +4 -4
  130. nautobot/project-static/docs/development/jobs/index.html +379 -365
  131. nautobot/project-static/docs/development/jobs/migration/from-v1.html +4 -4
  132. nautobot/project-static/docs/index.html +8228 -13
  133. nautobot/project-static/docs/overview/application_stack.html +4 -4
  134. nautobot/project-static/docs/overview/design_philosophy.html +6 -6
  135. nautobot/project-static/docs/overview/index.html +13 -8228
  136. nautobot/project-static/docs/release-notes/index.html +4 -4
  137. nautobot/project-static/docs/release-notes/version-1.0.html +4 -4
  138. nautobot/project-static/docs/release-notes/version-1.1.html +4 -4
  139. nautobot/project-static/docs/release-notes/version-1.2.html +4 -4
  140. nautobot/project-static/docs/release-notes/version-1.3.html +4 -4
  141. nautobot/project-static/docs/release-notes/version-1.4.html +4 -4
  142. nautobot/project-static/docs/release-notes/version-1.5.html +4 -4
  143. nautobot/project-static/docs/release-notes/version-1.6.html +4 -4
  144. nautobot/project-static/docs/release-notes/version-2.0.html +4 -4
  145. nautobot/project-static/docs/release-notes/version-2.1.html +4 -4
  146. nautobot/project-static/docs/release-notes/version-2.2.html +419 -136
  147. nautobot/project-static/docs/requirements.txt +2 -1
  148. nautobot/project-static/docs/search/search_index.json +1 -1
  149. nautobot/project-static/docs/sitemap.xml +260 -260
  150. nautobot/project-static/docs/sitemap.xml.gz +0 -0
  151. nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +4 -4
  152. nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +4 -4
  153. nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +4 -4
  154. nautobot/project-static/docs/user-guide/administration/configuration/index.html +4 -4
  155. nautobot/project-static/docs/user-guide/administration/configuration/optional-settings.html +36 -4
  156. nautobot/project-static/docs/user-guide/administration/configuration/required-settings.html +4 -4
  157. nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +4 -4
  158. nautobot/project-static/docs/user-guide/administration/guides/caching.html +4 -4
  159. nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +8 -4
  160. nautobot/project-static/docs/user-guide/administration/guides/healthcheck.html +4 -4
  161. nautobot/project-static/docs/user-guide/administration/guides/permissions.html +4 -4
  162. nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +4 -4
  163. nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +4 -4
  164. nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +4 -4
  165. nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +4 -4
  166. nautobot/project-static/docs/user-guide/administration/installation/app-install.html +4 -4
  167. nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +4 -4
  168. nautobot/project-static/docs/user-guide/administration/installation/http-server.html +8 -8
  169. nautobot/project-static/docs/user-guide/administration/installation/index.html +4 -4
  170. nautobot/project-static/docs/user-guide/administration/installation/install_system.html +9 -5
  171. nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +4 -4
  172. nautobot/project-static/docs/user-guide/administration/installation/services.html +4 -4
  173. nautobot/project-static/docs/user-guide/administration/installation-extras/docker.html +4 -4
  174. nautobot/project-static/docs/user-guide/administration/installation-extras/health-checks.html +4 -4
  175. nautobot/project-static/docs/user-guide/administration/installation-extras/selinux-troubleshooting.html +4 -4
  176. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +4 -4
  177. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +4 -4
  178. nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +62 -10
  179. nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +4 -4
  180. nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +4 -4
  181. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +4 -4
  182. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +4 -4
  183. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +4 -4
  184. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +4 -4
  185. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +4 -4
  186. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +4 -4
  187. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +4 -4
  188. nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +4 -4
  189. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +4 -4
  190. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +4 -4
  191. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +4 -4
  192. nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +4 -4
  193. nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +4 -4
  194. nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +4 -4
  195. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +4 -4
  196. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +4 -4
  197. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +4 -4
  198. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +4 -4
  199. nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +4 -4
  200. nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +4 -4
  201. nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +4 -4
  202. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +4 -4
  203. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +4 -4
  204. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +4 -4
  205. nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +4 -4
  206. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +4 -4
  207. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +4 -4
  208. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +4 -4
  209. nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +4 -4
  210. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +4 -4
  211. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +4 -4
  212. nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +4 -4
  213. nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +4 -4
  214. nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +4 -4
  215. nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +4 -4
  216. nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +4 -4
  217. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +4 -4
  218. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +4 -4
  219. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +4 -4
  220. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +4 -4
  221. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +4 -4
  222. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +4 -4
  223. nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +4 -4
  224. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +4 -4
  225. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +4 -4
  226. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +4 -4
  227. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +4 -4
  228. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +4 -4
  229. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +4 -4
  230. nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +4 -4
  231. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +4 -4
  232. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +4 -4
  233. nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +4 -4
  234. nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +4 -4
  235. nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +4 -4
  236. nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +4 -4
  237. nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +4 -4
  238. nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +4 -4
  239. nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +4 -4
  240. nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +4 -4
  241. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +4 -4
  242. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +4 -4
  243. nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +4 -4
  244. nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +4 -4
  245. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +4 -4
  246. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +4 -4
  247. nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +4 -4
  248. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +4 -4
  249. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +4 -4
  250. nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +4 -4
  251. nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +4 -4
  252. nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +4 -4
  253. nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +4 -4
  254. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +4 -4
  255. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +4 -4
  256. nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +4 -4
  257. nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +4 -4
  258. nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +4 -4
  259. nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +4 -4
  260. nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +4 -4
  261. nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +4 -4
  262. nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +4 -4
  263. nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +4 -4
  264. nautobot/project-static/docs/user-guide/feature-guides/graphql.html +4 -4
  265. nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +4 -4
  266. nautobot/project-static/docs/user-guide/feature-guides/relationships.html +4 -4
  267. nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +4 -4
  268. nautobot/project-static/docs/user-guide/index.html +4 -4
  269. nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +4 -4
  270. nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +4 -4
  271. nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +4 -4
  272. nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +4 -4
  273. nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +4 -4
  274. nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +4 -4
  275. nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +4 -4
  276. nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +4 -4
  277. nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +4 -4
  278. nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +4 -4
  279. nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +4 -4
  280. nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +4 -4
  281. nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +4 -4
  282. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +4 -4
  283. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +4 -4
  284. nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +4 -4
  285. nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +4 -4
  286. nautobot/project-static/docs/user-guide/platform-functionality/note.html +4 -4
  287. nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +4 -4
  288. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +4 -4
  289. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +4 -4
  290. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +4 -4
  291. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +4 -4
  292. nautobot/project-static/docs/user-guide/platform-functionality/role.html +4 -4
  293. nautobot/project-static/docs/user-guide/platform-functionality/secret.html +4 -4
  294. nautobot/project-static/docs/user-guide/platform-functionality/status.html +4 -4
  295. nautobot/project-static/docs/user-guide/platform-functionality/tag.html +4 -4
  296. nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +4 -4
  297. nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +4 -4
  298. nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +4 -4
  299. nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +4 -4
  300. nautobot/virtualization/tables.py +2 -5
  301. {nautobot-2.2.7.dist-info → nautobot-2.2.9.dist-info}/METADATA +3 -3
  302. {nautobot-2.2.7.dist-info → nautobot-2.2.9.dist-info}/RECORD +306 -305
  303. {nautobot-2.2.7.dist-info → nautobot-2.2.9.dist-info}/LICENSE.txt +0 -0
  304. {nautobot-2.2.7.dist-info → nautobot-2.2.9.dist-info}/NOTICE +0 -0
  305. {nautobot-2.2.7.dist-info → nautobot-2.2.9.dist-info}/WHEEL +0 -0
  306. {nautobot-2.2.7.dist-info → nautobot-2.2.9.dist-info}/entry_points.txt +0 -0
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../../assets/stylesheets/main.6543a935.min.css">
29
+ <link rel="stylesheet" href="../../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../../overview/index.html" class="md-tabs__link">
241
+ <a href="../../index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../../overview/index.html" class="md-nav__link ">
412
+ <a href="../../index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">