From 69d19ae9fb68d0be38ceb22ba43c9fff985cbbaa Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 4 Apr 2022 09:36:58 -0400 Subject: [PATCH] doc: move networking to connectivity Create a new section 'Connectivity' and move Networking guides and API docs to this new section. Signed-off-by: Anas Nashif --- doc/connectivity/index.rst | 1 + .../networking/api}/8021Qav.rst | 0 .../networking/api}/apis.rst | 0 .../networking/api}/buf_mgmt.rst | 0 .../networking/api}/capture.rst | 0 .../networking/api}/coap.rst | 0 .../networking/api}/dhcpv4.rst | 0 .../networking/api}/dns_resolve.rst | 0 .../networking/api}/ethernet.rst | 0 .../networking/api}/ethernet_mgmt.rst | 0 .../networking/api}/gptp.rst | 0 .../networking/api}/gsm_modem.rst | 0 .../networking/api}/ieee802154.rst | 0 .../networking/api}/index.rst | 4 ++-- .../networking/api}/ip_4_6.rst | 0 .../networking/api}/lldp.rst | 0 .../networking/api}/lwm2m.rst | 0 .../networking/api}/mqtt.rst | 0 .../networking/api}/net_buf.rst | 0 .../networking/api}/net_config.rst | 0 .../networking/api}/net_context.rst | 0 .../networking/api}/net_core.rst | 0 .../networking/api}/net_hostname.rst | 0 .../networking/api}/net_if.rst | 0 .../networking/api}/net_l2.rst | 0 .../networking/api}/net_linkaddr.rst | 0 .../networking/api}/net_mgmt.rst | 0 .../networking/api}/net_offload.rst | 0 .../networking/api}/net_pkt.rst | 0 .../networking/api}/net_pkt_filter.rst | 0 .../networking/api}/net_shell.rst | 0 .../networking/api}/net_stats.rst | 0 .../networking/api}/net_tech.rst | 0 .../networking/api}/net_timeout.rst | 0 .../networking/api}/ppp.rst | 0 .../networking/api}/promiscuous.rst | 0 .../networking/api}/protocols.rst | 0 .../networking/api}/ptp_time.rst | 0 .../networking/api}/sntp.rst | 0 .../networking/api}/sockets.rst | 0 .../networking/api}/socks5.rst | 0 .../networking/api}/system_mgmt.rst | 0 .../networking/api}/thread.rst | 0 .../networking/api}/traffic-class.rst | 0 .../networking/api}/trickle.rst | 0 .../networking/api}/tsn.rst | 0 .../networking/api}/vlan.rst | 0 .../networking/api}/websocket.rst | 0 doc/{guides => connectivity}/networking/index.rst | 1 + .../networking/native_posix_setup.rst | 0 .../networking/net-stack-architecture.rst | 0 .../networking/net_pkt_processing_stats.rst | 0 .../networking/network_monitoring.rst | 0 .../networking/networking-api-usage.rst | 0 .../networking/networking_with_host.rst | 0 .../networking_with_multiple_instances.rst | 0 .../networking/overview.rst | 0 .../networking/qemu_802154_setup.rst | 0 .../networking/qemu_eth_setup.rst | 0 .../networking/qemu_setup.rst | 0 .../networking/qemu_user_setup.rst | 0 .../networking/usbnet_setup.rst | 0 .../zephyr_netstack_overview-rx_sequence.svg | 0 .../zephyr_netstack_overview-tx_sequence.svg | 0 .../networking/zephyr_netstack_overview.jpg | Bin .../networking/zephyr_netstack_overview.svg | 0 .../networking/zephyr_netstack_overview.vsdx | Bin doc/guides/index.rst | 2 -- doc/reference/index.rst | 1 - 69 files changed, 4 insertions(+), 5 deletions(-) rename doc/{reference/networking => connectivity/networking/api}/8021Qav.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/apis.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/buf_mgmt.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/capture.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/coap.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/dhcpv4.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/dns_resolve.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/ethernet.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/ethernet_mgmt.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/gptp.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/gsm_modem.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/ieee802154.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/index.rst (83%) rename doc/{reference/networking => connectivity/networking/api}/ip_4_6.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/lldp.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/lwm2m.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/mqtt.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_buf.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_config.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_context.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_core.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_hostname.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_if.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_l2.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_linkaddr.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_mgmt.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_offload.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_pkt.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_pkt_filter.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_shell.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_stats.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_tech.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/net_timeout.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/ppp.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/promiscuous.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/protocols.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/ptp_time.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/sntp.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/sockets.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/socks5.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/system_mgmt.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/thread.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/traffic-class.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/trickle.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/tsn.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/vlan.rst (100%) rename doc/{reference/networking => connectivity/networking/api}/websocket.rst (100%) rename doc/{guides => connectivity}/networking/index.rst (96%) rename doc/{guides => connectivity}/networking/native_posix_setup.rst (100%) rename doc/{guides => connectivity}/networking/net-stack-architecture.rst (100%) rename doc/{guides => connectivity}/networking/net_pkt_processing_stats.rst (100%) rename doc/{guides => connectivity}/networking/network_monitoring.rst (100%) rename doc/{guides => connectivity}/networking/networking-api-usage.rst (100%) rename doc/{guides => connectivity}/networking/networking_with_host.rst (100%) rename doc/{guides => connectivity}/networking/networking_with_multiple_instances.rst (100%) rename doc/{guides => connectivity}/networking/overview.rst (100%) rename doc/{guides => connectivity}/networking/qemu_802154_setup.rst (100%) rename doc/{guides => connectivity}/networking/qemu_eth_setup.rst (100%) rename doc/{guides => connectivity}/networking/qemu_setup.rst (100%) rename doc/{guides => connectivity}/networking/qemu_user_setup.rst (100%) rename doc/{guides => connectivity}/networking/usbnet_setup.rst (100%) rename doc/{guides => connectivity}/networking/zephyr_netstack_overview-rx_sequence.svg (100%) rename doc/{guides => connectivity}/networking/zephyr_netstack_overview-tx_sequence.svg (100%) rename doc/{guides => connectivity}/networking/zephyr_netstack_overview.jpg (100%) rename doc/{guides => connectivity}/networking/zephyr_netstack_overview.svg (100%) rename doc/{guides => connectivity}/networking/zephyr_netstack_overview.vsdx (100%) diff --git a/doc/connectivity/index.rst b/doc/connectivity/index.rst index 16181c51ed4..3a8bbf498c1 100644 --- a/doc/connectivity/index.rst +++ b/doc/connectivity/index.rst @@ -7,3 +7,4 @@ Connectivity :maxdepth: 1 bluetooth/index.rst + networking/index.rst diff --git a/doc/reference/networking/8021Qav.rst b/doc/connectivity/networking/api/8021Qav.rst similarity index 100% rename from doc/reference/networking/8021Qav.rst rename to doc/connectivity/networking/api/8021Qav.rst diff --git a/doc/reference/networking/apis.rst b/doc/connectivity/networking/api/apis.rst similarity index 100% rename from doc/reference/networking/apis.rst rename to doc/connectivity/networking/api/apis.rst diff --git a/doc/reference/networking/buf_mgmt.rst b/doc/connectivity/networking/api/buf_mgmt.rst similarity index 100% rename from doc/reference/networking/buf_mgmt.rst rename to doc/connectivity/networking/api/buf_mgmt.rst diff --git a/doc/reference/networking/capture.rst b/doc/connectivity/networking/api/capture.rst similarity index 100% rename from doc/reference/networking/capture.rst rename to doc/connectivity/networking/api/capture.rst diff --git a/doc/reference/networking/coap.rst b/doc/connectivity/networking/api/coap.rst similarity index 100% rename from doc/reference/networking/coap.rst rename to doc/connectivity/networking/api/coap.rst diff --git a/doc/reference/networking/dhcpv4.rst b/doc/connectivity/networking/api/dhcpv4.rst similarity index 100% rename from doc/reference/networking/dhcpv4.rst rename to doc/connectivity/networking/api/dhcpv4.rst diff --git a/doc/reference/networking/dns_resolve.rst b/doc/connectivity/networking/api/dns_resolve.rst similarity index 100% rename from doc/reference/networking/dns_resolve.rst rename to doc/connectivity/networking/api/dns_resolve.rst diff --git a/doc/reference/networking/ethernet.rst b/doc/connectivity/networking/api/ethernet.rst similarity index 100% rename from doc/reference/networking/ethernet.rst rename to doc/connectivity/networking/api/ethernet.rst diff --git a/doc/reference/networking/ethernet_mgmt.rst b/doc/connectivity/networking/api/ethernet_mgmt.rst similarity index 100% rename from doc/reference/networking/ethernet_mgmt.rst rename to doc/connectivity/networking/api/ethernet_mgmt.rst diff --git a/doc/reference/networking/gptp.rst b/doc/connectivity/networking/api/gptp.rst similarity index 100% rename from doc/reference/networking/gptp.rst rename to doc/connectivity/networking/api/gptp.rst diff --git a/doc/reference/networking/gsm_modem.rst b/doc/connectivity/networking/api/gsm_modem.rst similarity index 100% rename from doc/reference/networking/gsm_modem.rst rename to doc/connectivity/networking/api/gsm_modem.rst diff --git a/doc/reference/networking/ieee802154.rst b/doc/connectivity/networking/api/ieee802154.rst similarity index 100% rename from doc/reference/networking/ieee802154.rst rename to doc/connectivity/networking/api/ieee802154.rst diff --git a/doc/reference/networking/index.rst b/doc/connectivity/networking/api/index.rst similarity index 83% rename from doc/reference/networking/index.rst rename to doc/connectivity/networking/api/index.rst index 82b6e5a5b88..59410af5ef1 100644 --- a/doc/reference/networking/index.rst +++ b/doc/connectivity/networking/api/index.rst @@ -1,7 +1,7 @@ .. _networking_api: -Networking -########## +Networking APIs +############### .. toctree:: :maxdepth: 2 diff --git a/doc/reference/networking/ip_4_6.rst b/doc/connectivity/networking/api/ip_4_6.rst similarity index 100% rename from doc/reference/networking/ip_4_6.rst rename to doc/connectivity/networking/api/ip_4_6.rst diff --git a/doc/reference/networking/lldp.rst b/doc/connectivity/networking/api/lldp.rst similarity index 100% rename from doc/reference/networking/lldp.rst rename to doc/connectivity/networking/api/lldp.rst diff --git a/doc/reference/networking/lwm2m.rst b/doc/connectivity/networking/api/lwm2m.rst similarity index 100% rename from doc/reference/networking/lwm2m.rst rename to doc/connectivity/networking/api/lwm2m.rst diff --git a/doc/reference/networking/mqtt.rst b/doc/connectivity/networking/api/mqtt.rst similarity index 100% rename from doc/reference/networking/mqtt.rst rename to doc/connectivity/networking/api/mqtt.rst diff --git a/doc/reference/networking/net_buf.rst b/doc/connectivity/networking/api/net_buf.rst similarity index 100% rename from doc/reference/networking/net_buf.rst rename to doc/connectivity/networking/api/net_buf.rst diff --git a/doc/reference/networking/net_config.rst b/doc/connectivity/networking/api/net_config.rst similarity index 100% rename from doc/reference/networking/net_config.rst rename to doc/connectivity/networking/api/net_config.rst diff --git a/doc/reference/networking/net_context.rst b/doc/connectivity/networking/api/net_context.rst similarity index 100% rename from doc/reference/networking/net_context.rst rename to doc/connectivity/networking/api/net_context.rst diff --git a/doc/reference/networking/net_core.rst b/doc/connectivity/networking/api/net_core.rst similarity index 100% rename from doc/reference/networking/net_core.rst rename to doc/connectivity/networking/api/net_core.rst diff --git a/doc/reference/networking/net_hostname.rst b/doc/connectivity/networking/api/net_hostname.rst similarity index 100% rename from doc/reference/networking/net_hostname.rst rename to doc/connectivity/networking/api/net_hostname.rst diff --git a/doc/reference/networking/net_if.rst b/doc/connectivity/networking/api/net_if.rst similarity index 100% rename from doc/reference/networking/net_if.rst rename to doc/connectivity/networking/api/net_if.rst diff --git a/doc/reference/networking/net_l2.rst b/doc/connectivity/networking/api/net_l2.rst similarity index 100% rename from doc/reference/networking/net_l2.rst rename to doc/connectivity/networking/api/net_l2.rst diff --git a/doc/reference/networking/net_linkaddr.rst b/doc/connectivity/networking/api/net_linkaddr.rst similarity index 100% rename from doc/reference/networking/net_linkaddr.rst rename to doc/connectivity/networking/api/net_linkaddr.rst diff --git a/doc/reference/networking/net_mgmt.rst b/doc/connectivity/networking/api/net_mgmt.rst similarity index 100% rename from doc/reference/networking/net_mgmt.rst rename to doc/connectivity/networking/api/net_mgmt.rst diff --git a/doc/reference/networking/net_offload.rst b/doc/connectivity/networking/api/net_offload.rst similarity index 100% rename from doc/reference/networking/net_offload.rst rename to doc/connectivity/networking/api/net_offload.rst diff --git a/doc/reference/networking/net_pkt.rst b/doc/connectivity/networking/api/net_pkt.rst similarity index 100% rename from doc/reference/networking/net_pkt.rst rename to doc/connectivity/networking/api/net_pkt.rst diff --git a/doc/reference/networking/net_pkt_filter.rst b/doc/connectivity/networking/api/net_pkt_filter.rst similarity index 100% rename from doc/reference/networking/net_pkt_filter.rst rename to doc/connectivity/networking/api/net_pkt_filter.rst diff --git a/doc/reference/networking/net_shell.rst b/doc/connectivity/networking/api/net_shell.rst similarity index 100% rename from doc/reference/networking/net_shell.rst rename to doc/connectivity/networking/api/net_shell.rst diff --git a/doc/reference/networking/net_stats.rst b/doc/connectivity/networking/api/net_stats.rst similarity index 100% rename from doc/reference/networking/net_stats.rst rename to doc/connectivity/networking/api/net_stats.rst diff --git a/doc/reference/networking/net_tech.rst b/doc/connectivity/networking/api/net_tech.rst similarity index 100% rename from doc/reference/networking/net_tech.rst rename to doc/connectivity/networking/api/net_tech.rst diff --git a/doc/reference/networking/net_timeout.rst b/doc/connectivity/networking/api/net_timeout.rst similarity index 100% rename from doc/reference/networking/net_timeout.rst rename to doc/connectivity/networking/api/net_timeout.rst diff --git a/doc/reference/networking/ppp.rst b/doc/connectivity/networking/api/ppp.rst similarity index 100% rename from doc/reference/networking/ppp.rst rename to doc/connectivity/networking/api/ppp.rst diff --git a/doc/reference/networking/promiscuous.rst b/doc/connectivity/networking/api/promiscuous.rst similarity index 100% rename from doc/reference/networking/promiscuous.rst rename to doc/connectivity/networking/api/promiscuous.rst diff --git a/doc/reference/networking/protocols.rst b/doc/connectivity/networking/api/protocols.rst similarity index 100% rename from doc/reference/networking/protocols.rst rename to doc/connectivity/networking/api/protocols.rst diff --git a/doc/reference/networking/ptp_time.rst b/doc/connectivity/networking/api/ptp_time.rst similarity index 100% rename from doc/reference/networking/ptp_time.rst rename to doc/connectivity/networking/api/ptp_time.rst diff --git a/doc/reference/networking/sntp.rst b/doc/connectivity/networking/api/sntp.rst similarity index 100% rename from doc/reference/networking/sntp.rst rename to doc/connectivity/networking/api/sntp.rst diff --git a/doc/reference/networking/sockets.rst b/doc/connectivity/networking/api/sockets.rst similarity index 100% rename from doc/reference/networking/sockets.rst rename to doc/connectivity/networking/api/sockets.rst diff --git a/doc/reference/networking/socks5.rst b/doc/connectivity/networking/api/socks5.rst similarity index 100% rename from doc/reference/networking/socks5.rst rename to doc/connectivity/networking/api/socks5.rst diff --git a/doc/reference/networking/system_mgmt.rst b/doc/connectivity/networking/api/system_mgmt.rst similarity index 100% rename from doc/reference/networking/system_mgmt.rst rename to doc/connectivity/networking/api/system_mgmt.rst diff --git a/doc/reference/networking/thread.rst b/doc/connectivity/networking/api/thread.rst similarity index 100% rename from doc/reference/networking/thread.rst rename to doc/connectivity/networking/api/thread.rst diff --git a/doc/reference/networking/traffic-class.rst b/doc/connectivity/networking/api/traffic-class.rst similarity index 100% rename from doc/reference/networking/traffic-class.rst rename to doc/connectivity/networking/api/traffic-class.rst diff --git a/doc/reference/networking/trickle.rst b/doc/connectivity/networking/api/trickle.rst similarity index 100% rename from doc/reference/networking/trickle.rst rename to doc/connectivity/networking/api/trickle.rst diff --git a/doc/reference/networking/tsn.rst b/doc/connectivity/networking/api/tsn.rst similarity index 100% rename from doc/reference/networking/tsn.rst rename to doc/connectivity/networking/api/tsn.rst diff --git a/doc/reference/networking/vlan.rst b/doc/connectivity/networking/api/vlan.rst similarity index 100% rename from doc/reference/networking/vlan.rst rename to doc/connectivity/networking/api/vlan.rst diff --git a/doc/reference/networking/websocket.rst b/doc/connectivity/networking/api/websocket.rst similarity index 100% rename from doc/reference/networking/websocket.rst rename to doc/connectivity/networking/api/websocket.rst diff --git a/doc/guides/networking/index.rst b/doc/connectivity/networking/index.rst similarity index 96% rename from doc/guides/networking/index.rst rename to doc/connectivity/networking/index.rst index 68a66b0b16c..8f25a823879 100644 --- a/doc/guides/networking/index.rst +++ b/doc/connectivity/networking/index.rst @@ -15,3 +15,4 @@ operation of the stacks and how they were implemented. networking-api-usage.rst networking_with_host.rst network_monitoring.rst + api/index.rst diff --git a/doc/guides/networking/native_posix_setup.rst b/doc/connectivity/networking/native_posix_setup.rst similarity index 100% rename from doc/guides/networking/native_posix_setup.rst rename to doc/connectivity/networking/native_posix_setup.rst diff --git a/doc/guides/networking/net-stack-architecture.rst b/doc/connectivity/networking/net-stack-architecture.rst similarity index 100% rename from doc/guides/networking/net-stack-architecture.rst rename to doc/connectivity/networking/net-stack-architecture.rst diff --git a/doc/guides/networking/net_pkt_processing_stats.rst b/doc/connectivity/networking/net_pkt_processing_stats.rst similarity index 100% rename from doc/guides/networking/net_pkt_processing_stats.rst rename to doc/connectivity/networking/net_pkt_processing_stats.rst diff --git a/doc/guides/networking/network_monitoring.rst b/doc/connectivity/networking/network_monitoring.rst similarity index 100% rename from doc/guides/networking/network_monitoring.rst rename to doc/connectivity/networking/network_monitoring.rst diff --git a/doc/guides/networking/networking-api-usage.rst b/doc/connectivity/networking/networking-api-usage.rst similarity index 100% rename from doc/guides/networking/networking-api-usage.rst rename to doc/connectivity/networking/networking-api-usage.rst diff --git a/doc/guides/networking/networking_with_host.rst b/doc/connectivity/networking/networking_with_host.rst similarity index 100% rename from doc/guides/networking/networking_with_host.rst rename to doc/connectivity/networking/networking_with_host.rst diff --git a/doc/guides/networking/networking_with_multiple_instances.rst b/doc/connectivity/networking/networking_with_multiple_instances.rst similarity index 100% rename from doc/guides/networking/networking_with_multiple_instances.rst rename to doc/connectivity/networking/networking_with_multiple_instances.rst diff --git a/doc/guides/networking/overview.rst b/doc/connectivity/networking/overview.rst similarity index 100% rename from doc/guides/networking/overview.rst rename to doc/connectivity/networking/overview.rst diff --git a/doc/guides/networking/qemu_802154_setup.rst b/doc/connectivity/networking/qemu_802154_setup.rst similarity index 100% rename from doc/guides/networking/qemu_802154_setup.rst rename to doc/connectivity/networking/qemu_802154_setup.rst diff --git a/doc/guides/networking/qemu_eth_setup.rst b/doc/connectivity/networking/qemu_eth_setup.rst similarity index 100% rename from doc/guides/networking/qemu_eth_setup.rst rename to doc/connectivity/networking/qemu_eth_setup.rst diff --git a/doc/guides/networking/qemu_setup.rst b/doc/connectivity/networking/qemu_setup.rst similarity index 100% rename from doc/guides/networking/qemu_setup.rst rename to doc/connectivity/networking/qemu_setup.rst diff --git a/doc/guides/networking/qemu_user_setup.rst b/doc/connectivity/networking/qemu_user_setup.rst similarity index 100% rename from doc/guides/networking/qemu_user_setup.rst rename to doc/connectivity/networking/qemu_user_setup.rst diff --git a/doc/guides/networking/usbnet_setup.rst b/doc/connectivity/networking/usbnet_setup.rst similarity index 100% rename from doc/guides/networking/usbnet_setup.rst rename to doc/connectivity/networking/usbnet_setup.rst diff --git a/doc/guides/networking/zephyr_netstack_overview-rx_sequence.svg b/doc/connectivity/networking/zephyr_netstack_overview-rx_sequence.svg similarity index 100% rename from doc/guides/networking/zephyr_netstack_overview-rx_sequence.svg rename to doc/connectivity/networking/zephyr_netstack_overview-rx_sequence.svg diff --git a/doc/guides/networking/zephyr_netstack_overview-tx_sequence.svg b/doc/connectivity/networking/zephyr_netstack_overview-tx_sequence.svg similarity index 100% rename from doc/guides/networking/zephyr_netstack_overview-tx_sequence.svg rename to doc/connectivity/networking/zephyr_netstack_overview-tx_sequence.svg diff --git a/doc/guides/networking/zephyr_netstack_overview.jpg b/doc/connectivity/networking/zephyr_netstack_overview.jpg similarity index 100% rename from doc/guides/networking/zephyr_netstack_overview.jpg rename to doc/connectivity/networking/zephyr_netstack_overview.jpg diff --git a/doc/guides/networking/zephyr_netstack_overview.svg b/doc/connectivity/networking/zephyr_netstack_overview.svg similarity index 100% rename from doc/guides/networking/zephyr_netstack_overview.svg rename to doc/connectivity/networking/zephyr_netstack_overview.svg diff --git a/doc/guides/networking/zephyr_netstack_overview.vsdx b/doc/connectivity/networking/zephyr_netstack_overview.vsdx similarity index 100% rename from doc/guides/networking/zephyr_netstack_overview.vsdx rename to doc/connectivity/networking/zephyr_netstack_overview.vsdx diff --git a/doc/guides/index.rst b/doc/guides/index.rst index 1430ff274b9..5b5a0fd873c 100644 --- a/doc/guides/index.rst +++ b/doc/guides/index.rst @@ -20,9 +20,7 @@ User and Developer Guides pinctrl/index pm/index emulator/index.rst - modules.rst - networking/index platformio/index.rst portability/index.rst porting/index diff --git a/doc/reference/index.rst b/doc/reference/index.rst index 409133969e5..78893dfcdf4 100644 --- a/doc/reference/index.rst +++ b/doc/reference/index.rst @@ -26,7 +26,6 @@ API Reference data_structures/index.rst lora_lorawan/index.rst modbus/index.rst - networking/index.rst peripherals/index.rst pinctrl/index.rst pm/index.rst