Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit e62a269

Browse files
committed
Updating CHANGELOG.rst
1 parent 0d04c73 commit e62a269

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Added
1212
Changed
1313
=======
1414
- Raise ValueError if not using bytes (e.g. string) in BinaryData.
15+
- Improved documentation: fixed links and build warnings.
1516

1617
Deprecated
1718
==========

docs/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,6 @@
373373
# If true, do not generate a @detailmenu in the "Top" node's menu.
374374
#texinfo_no_detailmenu = False
375375

376-
# Example configuration for intersphinx: refer to the Python standard library.
377-
# Note: links to Python doc only work if you are online or have python.inv
378-
# file. To download it, run:
379-
# curl https://docs.python.org/3/objects.inv >python.inv
380376
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
381377
'kytos': ('http://docs.kytos.io/kytos', None)}
382378

pyof/foundation/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ def replace_pyof_version(module_fullname, version):
375375
The new module fullname, with the replaced version,
376376
on the format "pyof.v0x01.common.header". If the requested
377377
version is the same as the one of the module_fullname or if
378-
the module_fullname is not a 'OF version' specific module
379-
the return is None.
378+
the module_fullname is not a 'OF version' specific module,
379+
returns None.
380380
"""
381381
module_version = MetaStruct.get_pyof_version(module_fullname)
382382
if not module_version or module_version == version:

0 commit comments

Comments
 (0)