Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbolind <bolind@users.noreply.github.com>2020-01-09 16:55:27 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-01-10 13:26:41 +0300
commit31ecc3ef10ef7a5ec8013dfc57845ee26e2cf6cb (patch)
tree849e1751ace5472e8d3cc5d1e027b0d93e843fb6 /docs
parentb0334595b251b734bda061167fabf1dd36e03bfc (diff)
Fixed image reference in documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b94f56d..e0dbec0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -18,7 +18,7 @@ Depending on whether you want to encode, decode, or both, you also need *pb_enco
The high-level encoding and decoding functions take a pointer to *pb_msgdesc_t* structure, which describes the fields of a message structure.
Usually you want these autogenerated from a *.proto* file. The tool script *nanopb_generator.py* accomplishes this.
-.. image:: generator_flow.png
+.. image:: generator_flow.svg
So a typical project might include these files: