From 8af3140e882f615e7046a5af67559a7357881d41 Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Mon, 30 Dec 2024 13:59:47 -0800 Subject: [PATCH] Improve main module docstring Updated the docstring to use reStructuredText-specific directives for improved clarity and consistent documentation rendering. Changes include replacing backticks with `:command:` and `:file:` directives. --- nemo_cmd/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nemo_cmd/main.py b/nemo_cmd/main.py index f64b94a..ba67d4e 100644 --- a/nemo_cmd/main.py +++ b/nemo_cmd/main.py @@ -20,8 +20,8 @@ NEMO Command Processor -This module is connected to the `nemo` command via console scripts and plugin -entry points metadata in pyproject.toml. +This module is connected to the :command:`nemo` command via a scripts and +entry-points configuration in :file:`pyproject.toml`. """ import importlib.metadata import sys