Skip to content

Commit

Permalink
Update docs wording (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbear authored Feb 6, 2025
1 parent 1ab21c5 commit 6465edb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/dev/contributing.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributing

Pull requests are welcomed and automatically built and tested against multiple versions of Python through GitHub Actions.
Pull requests are welcomed and automatically built and tested against Python version(s) through GitHub Actions.

Except for unit tests, testing is only supported on Python 3.9.
Except for unit tests, testing is supported on Python 3.12.

The project is packaged with a light development environment based on `Docker` to help with the local development of the project and to run tests within GitHub Actions.

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/dev_parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ tests/cisco_ios/show_mac-address-table/cisco_ios_show_mac-address-table9.yml
$
```

Additionally, each of these commands are available via invoke commands to better support a docker environment. The arguement names match up, e.g. `python cli.py clean-yaml-file` has an equivalant `invoke clean-yaml-file`.
Additionally, each of these commands are available via invoke commands to better support a docker environment. The argument names match up, e.g. `python cli.py clean-yaml-file` has an equivalant `invoke clean-yaml-file`.

# Updating/Fixing Existing Templates
When either fixing a bug within a template or adding additional **Values** to be captured, additional test files should be added to ensure backwards compatibility and that the new data is being parsed correctly.
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/extending.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Extending the Library

Extending the library is welcome, however it is best to open an issue first, to ensure that a PR would be accepted and makes sense in terms of features and design.
Extending the library is welcome and in most instances PRs are merged after review. If there is a large quantity of changes or are not backwards compatible, it would be advised to open an issue first to ensure that a PR would be accepted and makes sense in terms of features and design.

Requesting for others to create templates is not currently supported. Please review the [faq](../user/faq.md#does-the-project-support-requests-for-additional-templates-or-additional-data-in-an-existing-template) for more details.
2 changes: 1 addition & 1 deletion docs/user/faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Frequently Asked Questions

From an outsiders view, some design choices, requirements, and testing procedures can seem arbitrary. The following list of FAQ is intended to help provide context and better guide users and contributors of ntc-templates.
From an outsider's view, some design choices, requirements, and testing procedures can seem arbitrary. The following list of FAQ is intended to help provide context and better guide users and contributors of ntc-templates.

## How do I test my templates?

Expand Down

0 comments on commit 6465edb

Please sign in to comment.