Open himanshumahajan138 opened 5 days ago
@lihaoyi why //// SNIPPET:DEPENDENCIES
or //// SNIPPET:TREE
and more like this are not working for my python docs???
i was looking in other examples but there these are available and working how ?
Please Explain about this...
@lihaoyi Ready for Review!
The issue with //// SNIPPET:DEPENDENCIES
or //// SNIPPET:TREE
were not working because this needs to be an ExampleCrossModuleJava
which contains the template inheritance logic https://github.com/com-lihaoyi/mill/blob/b1f6be0c0c2817e8c623fac75c09e1a232c44b89/example/package.mill#L68.
Let's go back to using template inheritance and seeing how much of the example docs we can share; as we proceed through the rest of the Python example docs, I expect there will be large amounts of overlap between the docs and explanations, so we should get used to using the templated documentation to begin wtih
@lihaoyi @jodersky Ready for Review Let's wrap it up!
Pull Request
Added First Class Python Support [Basic Example] Fixes: #3928
Description
Rework for Python
1-simple
,2-custom-build-logic
and3-multi-module
Examples follow up for PR #3992Related Issues
Checklist
1-Simple
2-custom-build-logic
3-multi-module
Status
Completed Addition & Require Review!!!