Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nwb_generate_format_docs: Support generating complete documentation
This commit fixes the error reported below and ensure the complete schema documentation including both the core and the extension schema is generated. ``` Traceback (most recent call last): File "/home/jcfr/Projects/pynwb/src/pynwb/form/spec/namespace.py", line 379, in load_namespaces inc_ns = self.get_namespace(s['namespace']) File "/home/jcfr/Projects/pynwb/src/pynwb/form/utils.py", line 348, in func_call return func(self, **parsed['args']) File "/home/jcfr/Projects/pynwb/src/pynwb/form/spec/namespace.py", line 240, in get_namespace raise KeyError("'%s' not a namespace" % name) KeyError: "'core' not a namespace" ``` See #3 Co-authored-by: Andrew Tritt <[email protected]>
- Loading branch information