iterative closest points
CEV ICP algorithm library
Loading...
Searching...
No Matches
Functions | Variables
readme Namespace Reference

Functions

 put (var, text)
 

Variables

str README_PATH = "../README.md"
 
str README_GEN_PATH = README_PATH + ".build"
 
 VERSION_TAG = sys.argv[1][1:-1]
 
 VERSION_MAJOR = VERSION_TAG.split(".")[0]
 
str VERSION_MD_PATH = "../book/versions"
 
dict readme = {"content": f.read()}
 

Function Documentation

◆ put()

readme.put ( var,
text )

Definition at line 15 of file readme.py.

Variable Documentation

◆ readme

dict readme.readme = {"content": f.read()}

Definition at line 13 of file readme.py.

◆ README_GEN_PATH

str readme.README_GEN_PATH = README_PATH + ".build"

Definition at line 7 of file readme.py.

◆ README_PATH

str readme.README_PATH = "../README.md"

Definition at line 6 of file readme.py.

◆ VERSION_MAJOR

readme.VERSION_MAJOR = VERSION_TAG.split(".")[0]

Definition at line 9 of file readme.py.

◆ VERSION_MD_PATH

str readme.VERSION_MD_PATH = "../book/versions"

Definition at line 10 of file readme.py.

◆ VERSION_TAG

readme.VERSION_TAG = sys.argv[1][1:-1]

Definition at line 8 of file readme.py.