diff --git a/docs/blog/2024-09-WeSwitch/_figures/bd_system_and_neighbors.drawio b/docs/blog/2024-09-WeSwitch/_figures/bd_system_and_neighbors.drawio index 04debe7..e78fd7d 100644 --- a/docs/blog/2024-09-WeSwitch/_figures/bd_system_and_neighbors.drawio +++ b/docs/blog/2024-09-WeSwitch/_figures/bd_system_and_neighbors.drawio @@ -1,6 +1,6 @@ - + @@ -12,53 +12,47 @@ - - - - - - - + - + - + - + + + + - - + + - - - - - - - - - + + + + + + - + - + - + - + @@ -71,15 +65,15 @@ - + - + - + @@ -88,33 +82,33 @@ - + - + - + - + - + - + - + diff --git a/docs/blog/2024-09-WeSwitch/index.rst b/docs/blog/2024-09-WeSwitch/index.rst index a7974c8..7e349a2 100644 --- a/docs/blog/2024-09-WeSwitch/index.rst +++ b/docs/blog/2024-09-WeSwitch/index.rst @@ -64,8 +64,8 @@ Common commands: some_user@some_host:~$ ssh weswitch@weswitch "pinctrl 26 dh" -Change initial pin states -========================= +Modify initial states +===================== Currently pins `19` and `26` are set to `ON` after reboot. All other pins are in default behavior which is `OFF`. diff --git a/docs/conf.py b/docs/conf.py index 4d40dfe..a15646e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ def _calculate_repo_root_dir(source_path): __repo = Repo(_calculate_repo_root_dir(config.BUILD__DIRS__SOURCE)) _scm_git_branch = __repo.active_branch.name except: - logger.warning(f"Couldn't get git branch.") + logger.info(f"Couldn't get git branch.") ### SPHINX CONFIGURATION (GENERAL) ############################################ # @see https://www.sphinx-doc.org/en/master/usage/configuration.html