diff --git a/docs/source/dev-notes.rst b/docs/source/dev-notes.rst index a5323ff..3b3f637 100644 --- a/docs/source/dev-notes.rst +++ b/docs/source/dev-notes.rst @@ -21,8 +21,9 @@ The version in this release has as of yet only be tested on prokaryote genomes. ``dev``: ONGOING ^^^^^^^^^^^^^^^^ -Development branch. -Currently, features marked as future update throughout the documentation are worked on. +| Development branch. +| Place to fix errors, chase bugs and polish the code. +| Additionally, features marked as future update throughout the documentation are actively being worked on. Further branches ^^^^^^^^^^^^^^^^ diff --git a/docs/source/help.rst b/docs/source/help.rst index 3f9c881..dd2bf33 100644 --- a/docs/source/help.rst +++ b/docs/source/help.rst @@ -14,17 +14,6 @@ Pydantic Pydantic warning :code:`underscore_attrs_are_private has been removed` has not - yet - caused any issues. However, the core of the problems (= what causes the warning) has yet to be identified. -BOFdat -^^^^^^ - -For `BOFdat `_, to be running as expected, -one needs to change :code:`solution.f` to :code:`solution.objective_value` in the :code:`coenzymes_and_ions.py` file of the tool's files. - -.. warning:: - - The change in the files for BOFdat is neccessary, otherwise it will raise an error while running the connected functions. - - FAQs ----