Skip to content

Conversation

@mbrukman
Copy link
Member

This change add scripts to generate user_guide.md automatically from special
markers that are now visible in the source file user_guide.md.in. This allows
us to easily keep the source code up-to-date in the docs without having to
manually copy-paste the code, and to ensure that the code we test (in the
example files) is exactly the code that ends up in the documentation.

Closes #54


Incidentally, this change also demonstrated that paths to sample files were broken since PR #59, and now that we automatically include them in, such a change would be an error.

@mbrukman mbrukman requested a review from stewartmiles May 26, 2019 19:56
This change add scripts to generate `user_guide.md` automatically from special
markers that are now visible in the source file `user_guide.md.in`. This allows
us to easily keep the source code up-to-date in the docs without having to
manually copy-paste the code, and to ensure that the code we test (in the
example files) is exactly the code that ends up in the documentation.

Closes google#54
@mbrukman mbrukman force-pushed the generate-user-guide branch from 523c0fa to e92c489 Compare May 31, 2019 02:48
@mbrukman mbrukman requested a review from stewartmiles May 31, 2019 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Source in sample code into Markdown docs automatically

2 participants