Browse Source

gin commit from Ivory

Modified files: 2
Achilleas Koutsou 5 years ago
parent
commit
21b33df8c8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      readrawnix.html
  2. 1 1
      readrawnix.py

+ 1 - 1
readrawnix.html

@@ -26,7 +26,7 @@ reader expects certain objects relationships and n
 load&nbsp;all&nbsp;data&nbsp;and&nbsp;metadata&nbsp;successfully.&nbsp;&nbsp;Refer&nbsp;to&nbsp;the&nbsp;"NIX&nbsp;Format&nbsp;Layout"&nbsp;in<br>
 the&nbsp;mnetonix.py&nbsp;module&nbsp;for&nbsp;details.<br>
 &nbsp;<br>
-To&nbsp;include&nbsp;in&nbsp;a&nbsp;script,&nbsp;call&nbsp;the&nbsp;'importnix()'&nbsp;and&nbsp;provide&nbsp;a&nbsp;NIX&nbsp;filename.</tt></p>
+To&nbsp;include&nbsp;in&nbsp;a&nbsp;script,&nbsp;call&nbsp;the&nbsp;'<a href="#-import_nix">import_nix</a>()'&nbsp;and&nbsp;provide&nbsp;a&nbsp;NIX&nbsp;filename.</tt></p>
 <p>
 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
 <tr bgcolor="#aa55cc">

+ 1 - 1
readrawnix.py

@@ -16,7 +16,7 @@ reader expects certain objects relationships and names to exist in order to
 load all data and metadata successfully.  Refer to the "NIX Format Layout" in
 the mnetonix.py module for details.
 
-To include in a script, call the 'importnix()' and provide a NIX filename.
+To include in a script, call the 'import_nix()' and provide a NIX filename.
 """
 import os
 import sys