This repository was archived by the owner on Apr 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212Changed
1313=======
1414- Raise ValueError if not using bytes (e.g. string) in BinaryData.
15+ - Improved documentation: fixed links and build warnings.
1516
1617Deprecated
1718==========
Original file line number Diff line number Diff line change 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
380376intersphinx_mapping = {'python' : ('https://docs.python.org/3' , None ),
381377 'kytos' : ('http://docs.kytos.io/kytos' , None )}
382378
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments