Skip to content

Commit

Permalink
Improve main module docstring
Browse files Browse the repository at this point in the history
Updated the docstring to use reStructuredText-specific directives for improved
clarity and consistent documentation rendering. Changes include replacing
backticks with `:command:` and `:file:` directives.
  • Loading branch information
douglatornell committed Dec 30, 2024
1 parent 7634d4c commit 8af3140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nemo_cmd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8af3140

Please sign in to comment.