Skip to content

Commit

Permalink
Remove cite submodule. (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored and vyasr committed Mar 13, 2022
1 parent 54770dc commit 968a27e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 94 deletions.
8 changes: 0 additions & 8 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,6 @@ Top-level functions
Submodules
==========

signac.cite module
------------------

.. automodule:: signac.cite
:members:
:undoc-members:
:show-inheritance:

signac.sync module
------------------

Expand Down
3 changes: 1 addition & 2 deletions signac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
collectively accessible.
"""

from . import cite, contrib, errors, sync, testing, warnings
from . import contrib, errors, sync, testing, warnings
from .contrib import (
Collection,
Project,
Expand Down Expand Up @@ -38,7 +38,6 @@
"errors",
"warnings",
"sync",
"cite",
"Project",
"TemporaryProject",
"get_project",
Expand Down
84 changes: 0 additions & 84 deletions signac/cite.py

This file was deleted.

0 comments on commit 968a27e

Please sign in to comment.