Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ user_template_dir = "path/to/dir/"
user_static_dir = "path/to/dir/"
extra_doc_properties = ["list", "of", "properties"]
generate_source_links = false
reverse_fields = false
```



## Reference

### `HTMLExporter(**kwargs)`
Expand All @@ -63,8 +63,8 @@ Constructor for the HTML exporter class
* Additional context variables to load into the template namespace.
* `show_signals`
* Show signal components. Default is False
* `reverse-fields`
* Show fields in reverse order (LSB to MSB). Default is False
* `reverse_fields`
* Show fields in reverse order (LSB to MSB). Default is False (MSB to LSB).
* `extra_doc_properties`
* List of properties to explicitly document.

Expand Down