diff options
| author | home_pc <[email protected]> | 2020-01-20 13:48:51 -0800 |
|---|---|---|
| committer | home_pc <[email protected]> | 2020-01-20 13:48:51 -0800 |
| commit | 75fa1d1810e98453960a81115d88302e276d817f (patch) | |
| tree | 92f37accb3cb041d056d00525b5830a69862631a /docs/source/sections/tech_docs/components/chain.rst | |
| parent | fixed install.mel issue (diff) | |
| download | artv2-75fa1d1810e98453960a81115d88302e276d817f.tar.xz artv2-75fa1d1810e98453960a81115d88302e276d817f.zip | |
Uploading work on refactor
At this point, all components can build their skeletons. Next steps are to get components building their rigs.
Diffstat (limited to 'docs/source/sections/tech_docs/components/chain.rst')
| -rw-r--r-- | docs/source/sections/tech_docs/components/chain.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/source/sections/tech_docs/components/chain.rst b/docs/source/sections/tech_docs/components/chain.rst new file mode 100644 index 0000000..4dc15f9 --- /dev/null +++ b/docs/source/sections/tech_docs/components/chain.rst @@ -0,0 +1,10 @@ +========================== +Chain Component +========================== + +.. codeauthor:: Jeremy Ernst + +.. autoclass:: artv2.components.chain.Chain + :show-inheritance: + :members: + |