Remove unused gnpy.core.execute submodule

Change-Id: I3972f8321547bc596c018fa04232edfa23b97581
This commit is contained in:
Jan Kundrát
2020-05-23 13:20:50 +02:00
parent f60d035e66
commit 05ccb14e5d
2 changed files with 0 additions and 11 deletions

View File

@@ -6,7 +6,6 @@
.. automodule:: gnpy.core.elements
.. automodule:: gnpy.core.equipment
.. automodule:: gnpy.core.exceptions
.. automodule:: gnpy.core.execute
.. automodule:: gnpy.core.info
.. automodule:: gnpy.core.network
.. automodule:: gnpy.core.parameters

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
'''
gnpy.core.execute
=================
This module contains functions for executing the propogation of
spectral information on a `gnpy` network.
'''