module documentation
(source)

Undocumented

Class HRef Represents a link as it appears in the wiki source. Contains semantic information about the link type, but does not contain an end point.
Class Page Class to represent a single page in the notebook.
Class PageReadOnlyError Undocumented
Class Path Class representing a page name in the notebook
Function shortest_unique_names Returns the shortest unique name for each path in paths @param paths: list of Path objects @returns: list of strings
Constant HREF_REL_ABSOLUTE Undocumented
Constant HREF_REL_FLOATING Undocumented
Constant HREF_REL_RELATIVE Undocumented
Variable logger Undocumented
Variable _pagename_invalid_char_re Undocumented
Variable _pagename_reduce_colon_re Undocumented
def shortest_unique_names(paths): (source)
Returns the shortest unique name for each path in paths
Parameters
paths:List[Path]list of Path objects
Returns
List[str]list of strings
HREF_REL_ABSOLUTE: int = (source)

Undocumented

Value
0
HREF_REL_FLOATING: int = (source)

Undocumented

Value
1
HREF_REL_RELATIVE: int = (source)

Undocumented

Value
2
logger = (source)

Undocumented

_pagename_invalid_char_re = (source)

Undocumented

_pagename_reduce_colon_re = (source)

Undocumented