diff --git a/docs/releases/upcoming/221.doc.rst b/docs/releases/upcoming/221.doc.rst new file mode 100644 index 000000000..0ba971c94 --- /dev/null +++ b/docs/releases/upcoming/221.doc.rst @@ -0,0 +1 @@ +Add a brief section to documentation for ``apptools.naming`` (#221) \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index 22f1ec359..7524bf023 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,6 +9,7 @@ AppTools Documentation scripting/* undo/* selection/* + naming/* api * :ref:`search` diff --git a/docs/source/naming/Introduction.rst b/docs/source/naming/Introduction.rst new file mode 100644 index 000000000..736f4b92a --- /dev/null +++ b/docs/source/naming/Introduction.rst @@ -0,0 +1,7 @@ +Naming +====== + +:mod:`apptools.naming` package is a Python implementation of the Naming portion of the `Java +Naming and Directory Interface `_, +including specific implementations for a heirarchy of Python objects. You can +also find the Java JNDI tutorial `here `_.