Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Today, there are two versions of PyCentral, each designed for different versions
| Version | Supports | Notes |
| :------------------------------------------------------------- | :--------------------------------------------------------------------------------------------- | :--------------------------- |
| [v1](https://pypi.org/project/pycentral/) | HPE Aruba Networking Central (Classic Central) | Legacy Version |
| [v2(pre-release)](https://pypi.org/project/pycentral/2.0a11/) | HPE Aruba Networking Central(new Central), GLP, HPE Aruba Networking Central (Classic Central) | Backwards compatible with v1 |
| [v2(pre-release)](https://pypi.org/project/pycentral/2.0a12/) | HPE Aruba Networking Central(new Central), GLP, HPE Aruba Networking Central (Classic Central) | Backwards compatible with v1 |

## Quick Example

Expand Down
35 changes: 0 additions & 35 deletions docs/make.bat

This file was deleted.

8 changes: 0 additions & 8 deletions docs/modules/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,3 @@ Custom exception classes for error handling.
## Verification Error

::: pycentral.exceptions.verification_error

## Generic Operation Error

::: pycentral.exceptions.generic_op_error

## Unsupported Capability Error

::: pycentral.exceptions.unsupported_capability_error
8 changes: 6 additions & 2 deletions docs/modules/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ This documentation provides an overview of the troubleshooting capabilities avai
| **Speed Test** | `speedtest_test` | ✅ | ❌ | ❌ | ❌ |
| **TCP Test** | `tcp_test` | ✅ | ❌ | ❌ | ❌ |
| **Traceroute Test** | - | `traceroute_aps_test` | `traceroute_cx_test` | `traceroute_aoss_test` | `traceroute_gateways_test` |
| **List Show Commands** | `list_show_commands` | ✅ | ✅ | ✅ | ✅ |
| **Run Show Command** | `run_show_command` | ✅ | ✅ | ✅ | ✅ |
| **List Active Tasks** | `list_active_tasks` | ✅ | ✅ | ✅ | ✅ |

**Legend:**

- ✅ = Supported with the method named in the "Method Name" column
- ❌ = Not supported
- For device-specific implementations (HTTPS, AAA), the specific method name is shown in the device column
- `-` in the Method Name column indicates different methods per device type

For device-specific implementations (HTTPS Test, Ping Test), the specific method name is shown in the device column in the table above.

::: pycentral.troubleshooting.troubleshooting
5 changes: 5 additions & 0 deletions docs/modules/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Utility modules providing helper functions and common operations.

---

## Common Utils
::: pycentral.utils.common_utils

---

## Constants
::: pycentral.utils.constants

Expand Down
Loading