From 7ffd7294b1296ce78112851fe0c36f6d11bd60cd Mon Sep 17 00:00:00 2001 From: Olof Harrysson Date: Tue, 16 Jun 2020 09:01:12 +0200 Subject: [PATCH] fix: target readme stub --- example/build.py | 2 -- website/docs/advanced.mdx | 5 ----- 2 files changed, 7 deletions(-) diff --git a/example/build.py b/example/build.py index 7d60a85..e401877 100644 --- a/example/build.py +++ b/example/build.py @@ -59,5 +59,3 @@ def main(): if __name__ == '__main__': main() - -# TODO: C-types __init__ \ No newline at end of file diff --git a/website/docs/advanced.mdx b/website/docs/advanced.mdx index 445b71c..fa37e65 100644 --- a/website/docs/advanced.mdx +++ b/website/docs/advanced.mdx @@ -281,8 +281,3 @@ class StrictConfig(): ## Target Classes Coming soon... -A problem arises when one wants to save config values which in turn depend on non-config values. - -A problematic situation emerges when one wants to save config-objects which have dependencies on objects that aren't initialized until after the config has been created. - -Configuring parts of an object. \ No newline at end of file