Skip to content

Commit

Permalink
fix doc rename
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Apr 21, 2024
1 parent 9073f79 commit 18bf189
Show file tree
Hide file tree
Showing 12 changed files with 945 additions and 966 deletions.
14 changes: 7 additions & 7 deletions biosteam/units/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
from ._flash import *
from ._multi_effect_evaporator import *
from .solids_separation import *
from ._batch_bioreactor import *
from ._batch_crystallizer import *
from ._fermentation import *
from ._enzyme_treatment import *
from ._clarifier import *
from ._screw_feeder import *
Expand All @@ -36,7 +34,6 @@
from ._vent_scrubber import *
from ._vibrating_screen import *
from ._carbon_capture import *
from .stirred_tank_reactor import *
from .compressor import *
from .turbine import *
from .valve import *
Expand All @@ -47,6 +44,9 @@
from .adsorption import *
from .auxiliary import *
from .agitator import *
from .nrel_bioreactor import *
from .stirred_tank_reactor import *
from .aerated_bioreactor import *

from . import (
_flash,
Expand All @@ -58,12 +58,13 @@
_vibrating_screen,
_junction,
_scaler,
_fermentation,
_enzyme_treatment,
_clarifier,
_balance,
_screw_feeder,
nrel_bioreactor,
stirred_tank_reactor,
aerated_bioreactor,
molecular_sieve,
vacuum_system,
adsorption,
Expand All @@ -82,7 +83,6 @@
design_tools,
_duplicator,
_diagram_only_units,
_batch_bioreactor,
_batch_crystallizer,
_carbon_capture,
compressor,
Expand Down Expand Up @@ -113,7 +113,6 @@
*_junction.__all__,
*_scaler.__all__,
*solids_separation.__all__,
*_fermentation.__all__,
*_enzyme_treatment.__all__,
*_clarifier.__all__,
*size_reduction.__all__,
Expand All @@ -122,10 +121,11 @@
*_screw_feeder.__all__,
*_magnetic_separator.__all__,
*_duplicator.__all__,
*_batch_bioreactor.__all__,
*_batch_crystallizer.__all__,
*_carbon_capture.__all__,
*drying.__all__,
*aerated_bioreactor.__all__,
*nrel_bioreactor.__all__,
*adsorption.__all__,
*compressor.__all__,
*turbine.__all__,
Expand Down
212 changes: 0 additions & 212 deletions biosteam/units/_batch_bioreactor.py

This file was deleted.

Loading

0 comments on commit 18bf189

Please sign in to comment.