Skip to content

Commit ce89476

Browse files
committed
Improved links among articles.
1 parent cb7708f commit ce89476

File tree

15 files changed

+234
-46
lines changed

15 files changed

+234
-46
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.12

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
sphinx = "*"
7+
sphinx = ">=7.0.0,<8.0.0"
88
sphinx-copybutton = "*"
99
sphinx-sitemap-lextudio = "*"
1010
sphinx-notfound-page = "*"
@@ -13,4 +13,4 @@ furo = "*"
1313
[dev-packages]
1414

1515
[requires]
16-
python_version = "3.11"
16+
python_version = "3.12"

Pipfile.lock

Lines changed: 185 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/getting-started/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ History of C# SNMP Library
33

44
By `Lex Li`_
55

6-
This article describes history of C# SNMP (#SNMP) Library.
6+
This article describes the history of C# SNMP (#SNMP) Library.
77

88
The Road to 1.0 Release
99
-----------------------

library/getting-started/index.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
Getting Started
22
---------------
33

4+
C# SNMP Library is a powerful SNMP engine for .NET, which provides a versatile
5+
set of tools to build SNMP-based applications. This section introduces the
6+
installation process, the library's history, and other essential information to
7+
help you get started.
8+
49
.. toctree::
510
:titlesonly:
611

712
installing-on-windows
8-
signature
913
history
14+
The API Reference <https://help.sharpsnmp.com>
1015
license-notice
1116
export-restrictions
17+
signature
18+
19+
To learn more about the library's history, you can read the :doc:`/tutorials/index`
20+
section.
21+
22+
You can find support related information in the :doc:`/support/index` section.

library/samples/agent-development.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Agent Development
2-
=================
1+
Agent Development with C#
2+
=========================
33

44
This page shows you how the agent sample works.
55

library/samples/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Samples
22
-------
33

4+
In this section, you will find a collection of samples to help you get started with
5+
the C# SNMP Library. The samples cover a wide range of topics, from basic operations
6+
to advanced features, from managers to agents.
7+
48
.. toctree::
59
:titlesonly:
610

library/support/index.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
Support
2-
-------
1+
Technical Support
2+
-----------------
3+
4+
In this section, you will find information about the C# SNMP Library's technical
5+
support, including release notes, supported platforms, and available support
6+
options.
37

48
.. toctree::
59
:titlesonly:

library/support/release-notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release Notes
2-
=============
1+
C# SNMP Release Notes
2+
=====================
33

44
This page documents major releases of C# SNMP Library.
55

library/support/services.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Support Services
2-
================
1+
Support Options for C# SNMP
2+
===========================
33

44
The C# SNMP ecosystem is a robust and dynamic environment that offers a variety
55
of support channels to cater to the diverse needs of its users. Whether you're

0 commit comments

Comments
 (0)