Skip to content

Commit

Permalink
Trying to exclude some information
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Mar 10, 2016
1 parent 03ee649 commit ac0b379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 0 additions & 4 deletions MyCapytain/common/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ class URN(object):
:param urn: A CTS URN
:type urn: str
:ivar urn_namespace: Namespace of the URN
:type urn_namespace: str
:ivar namespace: CTS Namespace
Expand All @@ -257,7 +256,6 @@ class URN(object):
:type version: str
:ivar reference: CTS Reference
:type reference: Reference
:cvar NAMESPACE: Constant representing the URN until its namespace
:cvar TEXTGROUP: Constant representing the URN until its textgroup
:cvar WORK: Constant representing the URN until its work
Expand All @@ -283,8 +281,6 @@ class URN(object):
.. exclude-members:: all
.. automethod:: upTo
.. autoattribute::
:annotation:
"""

NAMESPACE = 0
Expand Down
7 changes: 3 additions & 4 deletions doc/MyCapytain.api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ Module common contains tools such as a namespace dictionary as well as cross-imp
URN, References and Citations
*****************************

.. automodule:: MyCapytain.common.reference
:members:
:undoc-members:
:show-inheritance:
.. autoclass:: MyCapytain.common.reference.URN
.. autoclass:: MyCapytain.common.reference.Reference
.. autoclass:: MyCapytain.common.reference.Citation

Metadata containters
********************
Expand Down

0 comments on commit ac0b379

Please sign in to comment.