mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
* clang-format
* [Python] Replace . with _ in grpc filename suffix
Having filenames with . like `file.fb.grcp`
is not great for Python. Since dots are used for namespaces.
Replacing all of them with _ eg suffix `foo.bar.baz` will become
`foo_bar_baz`.
Restoring the previous default `_fb` suffix.
* [Python] Use namespace in path
This fixes a regression introduced with:
|
||
|---|---|---|
| .. | ||
| overrides | ||
| source | ||
| mkdocs.yml | ||
| README.md | ||
Documentation
This is the source of the FlatBuffers documentation, that is served at https://flatbuffers.dev.
Local Building
The documentation can be built and served locally during development, see [https//flatbuffers.dev/contributing/#local-development] for full details.
tl;dr
Install:
pip install mkdocs-material
pip install mkdocs-redirects
Build and Serve:
mkdocs serve -f docs/mkdocs.yml