-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I've added a ModelDocumenter class which enables generating markdown files based on the Docusaurus notation for rendering the pages. It's not neat yet, but I will address that in the coming week. Is it easier to put the documentation in a submodule/subfolder?
@Curts0 What is easier, keep everything in the root folder of pytabular or create a documentation subfolder with all specific doc generation functions and classes?
import pytabular
import logging
logger = logging.getLogger("PyTabular")
model = pytabular.Tabular(f"{SERVER};Catalog={INITIAL_CATALOG}")
docs = pytabular.ModelDocumenter(model)
docs.save_documentation()To-do:
- Get translations per object
- Link related objects with custom Id's
## 'Date'[Date] {#date_date} - Show all available attributes per object.
- Cleanup class for the strings, without the "strange" indention.
- Alternative documentation sites (e.g. mkdocs)
- Make page setup dynamic -> Choose which fields needs to be display.
Metadata
Metadata
Assignees
Labels
No labels