Add Docker images building doc and refactor the overall docs reference

This commit is contained in:
Alexey Kondratov
2021-08-18 13:36:50 +03:00
committed by Alexey Kondratov
parent 04a309f562
commit 1c3d51ed92
3 changed files with 51 additions and 3 deletions

View File

@@ -106,10 +106,9 @@ pytest
## Documentation
Now we use README files to cover design ideas and overall architecture for each module.
And rustdoc style documentation comments.
Now we use README files to cover design ideas and overall architecture for each module and `rustdoc` style documentation comments. See also [/docs/](/docs/) a top-level overview of all available markdown documentation.
To view your documentation in a browser, try running `cargo doc --no-deps --open`
To view your `rustdoc` documentation in a browser, try running `cargo doc --no-deps --open`
## Source tree layout