docs: rework project network script documentation #260
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request primarily updates the documentation for the Moccasin project, introducing clarifications, new examples, and additional references. The most significant changes include adjustments to project structure descriptions, updates to configuration options, and improvements in code examples.
Updates to project structure and configuration:
lib/directory to the example Moccasin project structure and described its purpose for storing Moccasin dependencies. (docs/source/core_concepts/project.rst, [1] [2]moccasin.tomlfile, with a reference to the full list of configuration options. (docs/source/core_concepts/project.rst, docs/source/core_concepts/project.rstR37-R40)Improvements to code examples:
>=0.4.1instead of^0.4.1and added a link to additional Vyper compiler options. (docs/source/core_concepts/project.rst, docs/source/core_concepts/project.rstL43-R54)force_deployoption description for named contracts. (docs/source/core_concepts/named_contracts.rst, docs/source/core_concepts/named_contracts.rstL97-R97)Additional references:
VyperDeployerandVyperContractinstances, with links to the relevant Titanoboa documentation. (docs/source/core_concepts/script.rst, docs/source/core_concepts/script.rstR90-R91)Minor updates:
is_zksyncdefault value fromtruetofalsein thefork_defaults.rstdocumentation. (docs/source/_autogenerated/fork_defaults.rst, docs/source/_autogenerated/fork_defaults.rstL1-R1)