Skip to content

Commit

Permalink
Fixed doc site.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Mar 24, 2024
1 parent 8d32c17 commit ef09603
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions docs/source/_static/google_analytics_tracker.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DFLYZZK12P');
12 changes: 6 additions & 6 deletions docs/source/_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
{% block right_sidebar %}

<!-- TOC -->
<div>
<!-- <div>
<div style="text-align: center; font-size: small; margin: 5px; color: gray">Advertisement</div>
<script type="text/javascript" src="https://udbaa.com/bnr.php?section=TOC&pub=765231&format=300x250&ga=g"></script>
<script type="text/javascript" src="https://udbaa.com/bnr.php?section=TOC&pub=765231&format=300x250&ga=g&bg=1"></script>
<noscript><a href="https://yllix.com/publishers/765231" target="_blank"><img src="//ylx-aff.advertica-cdn.com/pub/300x250.png" style="border:none;margin:0;padding:0;vertical-align:baseline;" alt="ylliX - Online Advertising Network" /></a></noscript>
</div>
</div> -->

{{ super() }}
{% endblock right_sidebar %}
Expand All @@ -16,10 +16,10 @@

{{ super() }}

<div>
<!-- <div>
<div style="text-align: center; font-size: small; margin: 5px; color: gray">Advertisement</div>
<script type="text/javascript" src="https://udbaa.com/bnr.php?section=Bottom&pub=765231&format=728x90&ga=g"></script>
<script type="text/javascript" src="https://udbaa.com/bnr.php?section=Bottom&pub=765231&format=728x90&ga=g&bg=1"></script>
<noscript><a href="https://yllix.com/publishers/765231" target="_blank"><img src="//ylx-aff.advertica-cdn.com/pub/728x90.png" style="border:none;margin:0;padding:0;vertical-align:baseline;" alt="ylliX - Online Advertising Network" /></a></noscript>
</div>
</div> -->

{% endblock footer %}
4 changes: 2 additions & 2 deletions docs/source/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ The PySMI library can automatically fetch required MIBs from HTTP sites or
local directories. You could configure any MIB source available to you
(including `mibs.pysnmp.com`_) for that purpose.

References
----------
Related Resources
-----------------

- :doc:`/docs/mibdump`
- :doc:`/troubleshooting`
Expand Down
4 changes: 2 additions & 2 deletions docs/source/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ help you out.
the GitHub repositories but also offers commercial support such as consulting
services. You can easily open a support ticket via its homepage.

References
----------
Related Resources
-----------------

- :doc:`/quick-start`
- :doc:`/examples/index`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pysmi-lextudio"
version = "1.4.1"
description = "A pure-Python implementation of SNMP/SMI MIB parsing and conversion library."
authors = ["Ilya Etingof <[email protected]>", "Lex Li <[email protected]>"]
authors = ["Ilya Etingof <[email protected]>", "LeXtudio Inc. <[email protected]>"]
license = "BSD-2-Clause"
repository = "https://github.com/lextudio/pysmi"
classifiers = [
Expand Down

0 comments on commit ef09603

Please sign in to comment.