mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Restructure src dir
Make a few changes in the toplevel src dir to help separate templates from code. Specifically, we rename `src/mako` to `src/generator`, and nest the mako templates inside a `src/generator/templates` dir. This isolates most Python code into the `src/generator/lib` dir.
This commit is contained in:
@@ -5,7 +5,7 @@ mkdocs:
|
||||
# if docs_dir changes, remember to update the sources as well.
|
||||
docs_dir: docs
|
||||
mako:
|
||||
post_processor_module: "lib.cli"
|
||||
post_processor_module: "generator.lib.cli"
|
||||
make:
|
||||
id: cli
|
||||
target_name: CLIs
|
||||
|
||||
Reference in New Issue
Block a user