Merge remote-tracking branch 'origin/dev' into feature/3110-userguide-fixes-Charlie

This commit is contained in:
Marek Wolan
2025-03-13 18:13:07 +00:00
21 changed files with 22 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""PrimAITE-specific exceptions."""
class PrimaiteError(Exception):
"""The root PrimAITE Error."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""The interface between the simulation and game layers of PrimAITE."""
"""The interface between the simulation and game layers of PrimAITE."""

View File

@@ -1713,7 +1713,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.10.12"
}
},
"nbformat": 4,

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Gymnasium and other RL environments for interfacing PrimAITE with RL models."""
"""Gymnasium and other RL environments for interfacing PrimAITE with RL models."""

View File

@@ -1,6 +1,6 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
# flake8: noqa
"""Baseclasses for the PrimAITE Simulator."""
"""Base classes for the PrimAITE Simulator."""
import warnings
from abc import abstractmethod
from typing import Callable, Dict, Iterable, List, Literal, Optional, Tuple, Union

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Currently not used."""
"""Currently not used."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""File system for nodes."""
"""File system for nodes."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Top-level network object."""
"""Top-level network object."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Software and system on nodes."""
"""Software and system on nodes."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Software applications."""
"""Software applications."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Software processes. Not yet implemented."""
"""Software processes. Not yet implemented."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Software services."""
"""Software services."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Address Resolution Protocol software."""
"""Address Resolution Protocol software."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Database simulation."""
"""Database simulation."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Domain Name Service software."""
"""Domain Name Service software."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""File Transfer Protocol Software."""
"""File Transfer Protocol Software."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Internet Control Message Protocol."""
"""Internet Control Message Protocol."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""NTP software."""
"""Network Time Protocol software."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Command line interface on network nodes."""
"""Command line interface on network nodes."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""HTTP server."""
"""HTTP server."""

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""Special validation for use with pydantic."""
"""Special validation for use with pydantic."""