diff --git a/docs/source/conf.py b/docs/source/conf.py index 7f7eb11..ce5a2d6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,8 +19,8 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # sys.path.insert(0, os.path.abspath('.')) -sys.path.insert(0, os.path.abspath('C:\\datawork\\repo\\mgear\\scripts')) - +# sys.path.insert(0, os.path.abspath('C:\\datawork\\repo\\mgear\\scripts')) +sys.path.insert(0, os.path.abspath('../')) # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. @@ -29,7 +29,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.napoleon', 'sphinx.ext.autosummary'] +extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.napoleon', 'sphinx.ext.autosummary', 'sphinx.ext.changelog_links'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = u'2.2' +version = u'2.3' # The full version, including alpha/beta/rc tags. -release = u'2.2.0' +release = u'2.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -289,5 +289,6 @@ autosummary_generate = True # autodoc_default_flags = ['special-members'] autoclass_content = "both" +github_issues_url = 'https://github.com/miquelcampos/mgear/issues/' # exclude_patterns = ['mgear/maya/*'] diff --git a/docs/source/generated/mgear.maya.applyop.rst b/docs/source/generated/mgear.maya.applyop.rst index 62eabc1..e8a52e5 100644 --- a/docs/source/generated/mgear.maya.applyop.rst +++ b/docs/source/generated/mgear.maya.applyop.rst @@ -1,5 +1,5 @@ -mgear.maya.applyop -================== +mgear\.maya\.applyop +==================== .. automodule:: mgear.maya.applyop @@ -10,6 +10,7 @@ mgear.maya.applyop .. autosummary:: aimCns + curvecns_op gear_curvecns_op gear_curveslide2_op gear_ikfk2bone_op diff --git a/docs/source/generated/mgear.maya.attribute.rst b/docs/source/generated/mgear.maya.attribute.rst index 166d798..dac940a 100644 --- a/docs/source/generated/mgear.maya.attribute.rst +++ b/docs/source/generated/mgear.maya.attribute.rst @@ -1,5 +1,5 @@ -mgear.maya.attribute -==================== +mgear\.maya\.attribute +====================== .. automodule:: mgear.maya.attribute @@ -13,10 +13,22 @@ mgear.maya.attribute addColorAttribute addEnumAttribute addFCurve + addProxyAttribute + connectSet + getSelectedChannels + getSelectedObjectChannels + get_default_value lockAttribute + moveChannel + reset_SRT + reset_selected_channels_value setInvertMirror setKeyableAttributes + setNotKeyableAttributes setRotOrder + set_default_value + smart_reset + unlockAttribute diff --git a/docs/source/generated/mgear.maya.curve.rst b/docs/source/generated/mgear.maya.curve.rst index d714ae3..4175676 100644 --- a/docs/source/generated/mgear.maya.curve.rst +++ b/docs/source/generated/mgear.maya.curve.rst @@ -1,5 +1,5 @@ -mgear.maya.curve -================ +mgear\.maya\.curve +================== .. automodule:: mgear.maya.curve @@ -12,6 +12,7 @@ mgear.maya.curve addCnsCurve addCurve createCurveFromCurve + createCurveFromOrderedEdges createCuveFromEdges findLenghtFromParam getCurveParamAtPosition diff --git a/docs/source/generated/mgear.maya.dag.rst b/docs/source/generated/mgear.maya.dag.rst index 21c726c..11a49a6 100644 --- a/docs/source/generated/mgear.maya.dag.rst +++ b/docs/source/generated/mgear.maya.dag.rst @@ -1,5 +1,5 @@ -mgear.maya.dag -============== +mgear\.maya\.dag +================ .. automodule:: mgear.maya.dag @@ -13,6 +13,7 @@ mgear.maya.dag findChildren findChildrenPartial findComponentChildren + findComponentChildren2 getShapes getTopParent diff --git a/docs/source/generated/mgear.maya.fcurve.rst b/docs/source/generated/mgear.maya.fcurve.rst index a295283..87be5ab 100644 --- a/docs/source/generated/mgear.maya.fcurve.rst +++ b/docs/source/generated/mgear.maya.fcurve.rst @@ -1,5 +1,5 @@ -mgear.maya.fcurve -================= +mgear\.maya\.fcurve +=================== .. automodule:: mgear.maya.fcurve diff --git a/docs/source/generated/mgear.maya.icon.rst b/docs/source/generated/mgear.maya.icon.rst index e621358..426cb84 100644 --- a/docs/source/generated/mgear.maya.icon.rst +++ b/docs/source/generated/mgear.maya.icon.rst @@ -1,5 +1,5 @@ -mgear.maya.icon -=============== +mgear\.maya\.icon +================= .. automodule:: mgear.maya.icon diff --git a/docs/source/generated/mgear.maya.log.rst b/docs/source/generated/mgear.maya.log.rst index f2c2e1a..73db35b 100644 --- a/docs/source/generated/mgear.maya.log.rst +++ b/docs/source/generated/mgear.maya.log.rst @@ -1,5 +1,5 @@ -mgear.maya.log -============== +mgear\.maya\.log +================ .. automodule:: mgear.maya.log diff --git a/docs/source/generated/mgear.maya.meshNavigation.rst b/docs/source/generated/mgear.maya.meshNavigation.rst index 1c90c13..2d033fe 100644 --- a/docs/source/generated/mgear.maya.meshNavigation.rst +++ b/docs/source/generated/mgear.maya.meshNavigation.rst @@ -1,5 +1,5 @@ -mgear.maya.meshNavigation -========================= +mgear\.maya\.meshNavigation +=========================== .. automodule:: mgear.maya.meshNavigation diff --git a/docs/source/generated/mgear.maya.node.rst b/docs/source/generated/mgear.maya.node.rst index 3edb9a0..6d21093 100644 --- a/docs/source/generated/mgear.maya.node.rst +++ b/docs/source/generated/mgear.maya.node.rst @@ -1,5 +1,5 @@ -mgear.maya.node -=============== +mgear\.maya\.node +================= .. automodule:: mgear.maya.node @@ -23,10 +23,15 @@ mgear.maya.node createMulDivNode createMulNode createMulNodeMulti + createMultMatrixNode createNegateNodeMulti createPairBlend + createPlusMinusAverage1D + createPowNode createReverseNode + createSetRangeNode createSubNode + createVertexPositionNode diff --git a/docs/source/generated/mgear.maya.primitive.rst b/docs/source/generated/mgear.maya.primitive.rst index a53fec5..c0cfc61 100644 --- a/docs/source/generated/mgear.maya.primitive.rst +++ b/docs/source/generated/mgear.maya.primitive.rst @@ -1,5 +1,5 @@ -mgear.maya.primitive -==================== +mgear\.maya\.primitive +====================== .. automodule:: mgear.maya.primitive diff --git a/docs/source/generated/mgear.maya.rst b/docs/source/generated/mgear.maya.rst index d15bc36..ffa8039 100644 --- a/docs/source/generated/mgear.maya.rst +++ b/docs/source/generated/mgear.maya.rst @@ -1,5 +1,5 @@ -mgear.maya -========== +mgear\.maya +=========== .. automodule:: mgear.maya @@ -9,6 +9,7 @@ mgear.maya .. autosummary:: + aboutMgear getMayaVer diff --git a/docs/source/generated/mgear.maya.shifter.component.guide.rst b/docs/source/generated/mgear.maya.shifter.component.guide.rst index d19b17b..b1f3909 100644 --- a/docs/source/generated/mgear.maya.shifter.component.guide.rst +++ b/docs/source/generated/mgear.maya.shifter.component.guide.rst @@ -1,5 +1,5 @@ -mgear.maya.shifter.component.guide -================================== +mgear\.maya\.shifter\.component\.guide +====================================== .. automodule:: mgear.maya.shifter.component.guide @@ -14,9 +14,9 @@ mgear.maya.shifter.component.guide .. autosummary:: ComponentGuide - MainGuide MinMax - partial + componentMainSettings + mainSettingsTab diff --git a/docs/source/generated/mgear.maya.shifter.component.rst b/docs/source/generated/mgear.maya.shifter.component.rst index 8b11afc..57005af 100644 --- a/docs/source/generated/mgear.maya.shifter.component.rst +++ b/docs/source/generated/mgear.maya.shifter.component.rst @@ -1,5 +1,5 @@ -mgear.maya.shifter.component -============================ +mgear\.maya\.shifter\.component +=============================== .. automodule:: mgear.maya.shifter.component @@ -13,6 +13,7 @@ mgear.maya.shifter.component .. autosummary:: + Main MainComponent diff --git a/docs/source/generated/mgear.maya.shifter.gui.rst b/docs/source/generated/mgear.maya.shifter.gui.rst index 00c6db9..99194ec 100644 --- a/docs/source/generated/mgear.maya.shifter.gui.rst +++ b/docs/source/generated/mgear.maya.shifter.gui.rst @@ -1,5 +1,5 @@ -mgear.maya.shifter.gui -====================== +mgear\.maya\.shifter\.gui +========================= .. automodule:: mgear.maya.shifter.gui @@ -14,7 +14,6 @@ mgear.maya.shifter.gui .. autosummary:: Guide_UI - partial diff --git a/docs/source/generated/mgear.maya.shifter.guide.rst b/docs/source/generated/mgear.maya.shifter.guide.rst index f1d5f9c..a60331e 100644 --- a/docs/source/generated/mgear.maya.shifter.guide.rst +++ b/docs/source/generated/mgear.maya.shifter.guide.rst @@ -1,5 +1,5 @@ -mgear.maya.shifter.guide -======================== +mgear\.maya\.shifter\.guide +=========================== .. automodule:: mgear.maya.shifter.guide @@ -13,8 +13,18 @@ mgear.maya.shifter.guide .. autosummary:: + CustomStepTab + GuideSettings + GuideSettingsTab + HelperSlots + Main MainGuide + Rig RigGuide + customStepTab + guideSettings + guideSettingsTab + helperSlots diff --git a/docs/source/generated/mgear.maya.shifter.rst b/docs/source/generated/mgear.maya.shifter.rst index 2994782..e4c76e8 100644 --- a/docs/source/generated/mgear.maya.shifter.rst +++ b/docs/source/generated/mgear.maya.shifter.rst @@ -1,10 +1,18 @@ -mgear.maya.shifter -================== +mgear\.maya\.shifter +==================== .. automodule:: mgear.maya.shifter + .. rubric:: Functions + + .. autosummary:: + + getComponentDirectories + importComponent + importComponentGuide + @@ -13,9 +21,7 @@ mgear.maya.shifter .. autosummary:: - MainComponent Rig - RigGuide diff --git a/docs/source/generated/mgear.maya.skin.rst b/docs/source/generated/mgear.maya.skin.rst index c455c7d..7b0dd04 100644 --- a/docs/source/generated/mgear.maya.skin.rst +++ b/docs/source/generated/mgear.maya.skin.rst @@ -1,5 +1,5 @@ -mgear.maya.skin -=============== +mgear\.maya\.skin +================= .. automodule:: mgear.maya.skin @@ -13,11 +13,13 @@ mgear.maya.skin collectData collectInfluenceWeights exportSkin + exportSkinPack getCurrentWeights getGeometryComponents getObjsFromSkinFile getSkinCluster importSkin + importSkinPack selectDeformers setBlendWeights setData diff --git a/docs/source/generated/mgear.maya.synoptic.rst b/docs/source/generated/mgear.maya.synoptic.rst index 663bba9..afe5063 100644 --- a/docs/source/generated/mgear.maya.synoptic.rst +++ b/docs/source/generated/mgear.maya.synoptic.rst @@ -1,5 +1,5 @@ -mgear.maya.synoptic -=================== +mgear\.maya\.synoptic +===================== .. automodule:: mgear.maya.synoptic @@ -9,10 +9,8 @@ mgear.maya.synoptic .. autosummary:: - getMayaWindow + importTab open - wrapInstance - wrapinstance2 @@ -23,6 +21,7 @@ mgear.maya.synoptic .. autosummary:: Synoptic + SynopticTabWrapper diff --git a/docs/source/generated/mgear.maya.synoptic.utils.rst b/docs/source/generated/mgear.maya.synoptic.utils.rst index 2e6ab81..a0bf06a 100644 --- a/docs/source/generated/mgear.maya.synoptic.utils.rst +++ b/docs/source/generated/mgear.maya.synoptic.utils.rst @@ -1,5 +1,5 @@ -mgear.maya.synoptic.utils -========================= +mgear\.maya\.synoptic\.utils +============================ .. automodule:: mgear.maya.synoptic.utils @@ -9,28 +9,51 @@ mgear.maya.synoptic.utils .. autosummary:: + applyMirror + bakeSprings bindPose + calculateMirrorData changeSpace + clearSprings + gatherMirrorData getComboIndex getComboKeys getControlers + getInvertCheckButtonAttrName getModel + getNamespace + getNode getSynopticWidget ikFkMatch + isSideElement keyAll + keyGroup keyObj keySel + listAttrForMirror mirrorPose + mirrorPoseOld quickSel resetSelTrans selAll + selGroup selectObj + stripNamespace + swapSideLabel toggleAttr + .. rubric:: Classes + + .. autosummary:: + + AbstractAnimationTransfer + IkFkTransfer + ParentSpaceTransfer + diff --git a/docs/source/generated/mgear.maya.synoptic.widgets.rst b/docs/source/generated/mgear.maya.synoptic.widgets.rst index ad88960..5094651 100644 --- a/docs/source/generated/mgear.maya.synoptic.widgets.rst +++ b/docs/source/generated/mgear.maya.synoptic.widgets.rst @@ -1,5 +1,5 @@ -mgear.maya.synoptic.widgets -=========================== +mgear\.maya\.synoptic\.widgets +============================== .. automodule:: mgear.maya.synoptic.widgets @@ -20,34 +20,74 @@ mgear.maya.synoptic.widgets SelectBtn_CFk SelectBtn_CFkBox SelectBtn_CFkCircle + SelectBtn_CFkOutlineBox + SelectBtn_CFkOutlineCircle SelectBtn_CIk SelectBtn_CIkBox SelectBtn_CIkCircle + SelectBtn_CIkOutlineBox + SelectBtn_CIkOutlineCircle SelectBtn_Circle SelectBtn_LFk SelectBtn_LFkBox SelectBtn_LFkCircle + SelectBtn_LFkOutlineBox + SelectBtn_LFkOutlineCircle + SelectBtn_LFkTriangleLeft SelectBtn_LIk SelectBtn_LIkBox SelectBtn_LIkCircle + SelectBtn_LIkOutlineBox + SelectBtn_LIkOutlineCircle + SelectBtn_LIkTriangleLeft + SelectBtn_OutlineBox + SelectBtn_OutlineCircle + SelectBtn_OutlineTriangleLeft + SelectBtn_OutlineTriangleRight SelectBtn_RFk SelectBtn_RFkBox SelectBtn_RFkCircle + SelectBtn_RFkOutlineBox + SelectBtn_RFkOutlineCircle + SelectBtn_RFkTriangleRight SelectBtn_RIk SelectBtn_RIkBox SelectBtn_RIkCircle + SelectBtn_RIkOutlineBox + SelectBtn_RIkOutlineCircle + SelectBtn_RIkTriangleRight + SelectBtn_TriangleLeft + SelectBtn_TriangleRight + SelectBtn_blueBox + SelectBtn_blueCircle + SelectBtn_blueOutlineCircle SelectBtn_darkGreen SelectBtn_darkGreenBox + SelectBtn_darkGreenOutlineBox SelectBtn_green SelectBtn_greenBox SelectBtn_greenCircle + SelectBtn_greenOutlineBox + SelectBtn_greenOutlineCircle + SelectBtn_greenTriangleLeft + SelectBtn_greenTriangleRight + SelectBtn_redBox + SelectBtn_redCircle + SelectBtn_redOutlineCircle SelectBtn_yellow SelectBtn_yellowBox + SelectBtn_yellowCircle + SelectBtn_yellowOutlineBox + SelectBtn_yellowOutlineCircle SelectButton - bakeMocap + bakeSprings + clearSprings ikfkMatchButton + keyGroup + klass resetBindPose resetTransform + selGroup toggleAttrButton toggleCombo diff --git a/docs/source/generated/mgear.maya.transform.rst b/docs/source/generated/mgear.maya.transform.rst index 84b61b2..5d107fd 100644 --- a/docs/source/generated/mgear.maya.transform.rst +++ b/docs/source/generated/mgear.maya.transform.rst @@ -1,5 +1,5 @@ -mgear.maya.transform -==================== +mgear\.maya\.transform +====================== .. automodule:: mgear.maya.transform diff --git a/docs/source/generated/mgear.maya.utils.rst b/docs/source/generated/mgear.maya.utils.rst index 009f8dd..3b6027a 100644 --- a/docs/source/generated/mgear.maya.utils.rst +++ b/docs/source/generated/mgear.maya.utils.rst @@ -1,5 +1,5 @@ -mgear.maya.utils -================ +mgear\.maya\.utils +================== .. automodule:: mgear.maya.utils @@ -9,7 +9,12 @@ mgear.maya.utils .. autosummary:: + gatherCustomModuleDirectories + getModuleBasePath + importFromStandardOrCustomDirectories is_odd + one_undo + viewport_off diff --git a/docs/source/generated/mgear.maya.vector.rst b/docs/source/generated/mgear.maya.vector.rst index 562f037..1b682df 100644 --- a/docs/source/generated/mgear.maya.vector.rst +++ b/docs/source/generated/mgear.maya.vector.rst @@ -1,5 +1,5 @@ -mgear.maya.vector -================= +mgear\.maya\.vector +=================== .. automodule:: mgear.maya.vector diff --git a/docs/source/generated/mgear.string.rst b/docs/source/generated/mgear.string.rst index 908d498..80e1caf 100644 --- a/docs/source/generated/mgear.string.rst +++ b/docs/source/generated/mgear.string.rst @@ -1,5 +1,5 @@ -mgear.string -============ +mgear\.string +============= .. automodule:: mgear.string diff --git a/docs/source/mgear/maya/rigbits/channelWrangler.rst b/docs/source/mgear/maya/rigbits/channelWrangler.rst new file mode 100644 index 0000000..91151d9 --- /dev/null +++ b/docs/source/mgear/maya/rigbits/channelWrangler.rst @@ -0,0 +1,6 @@ +mgear.maya.rigbits.channelWrangler +================================== + +.. automodule:: mgear.maya.rigbits.channelWrangler + :members: + :undoc-members: diff --git a/docs/source/releaseLog.rst b/docs/source/releaseLog.rst index 8bd9b48..00b0822 100644 --- a/docs/source/releaseLog.rst +++ b/docs/source/releaseLog.rst @@ -1,30 +1,65 @@ Release Log =========== +2.3.0 +----- +**Enhancements** + * mGear: Attribute: addAttribute not setting default attribute value. [#84] + * mGear: Attribute: update with lock and unlock attribute functions [#83] + * mGear: PEP8 Style Refactor [#100] + * mGear: Refactor all exception handling [#88] + * mGear: Vendoring QT [#89] + * Shifter: Build command review and log popup window [#73] + * Shifter: Change Global_C0_ctl to World_ctl [#66] + * Shifter: Control_01: Add option to have mirror behaviour [#68] + * Shifter: Improve rig build speed [#65] + * Shifter: Leg_2jnts_freeTangents_01:no ikFoot in upvref attribute [#62] + * Shifter: Reload components in custom path [#78] + * Shifter: Update guide structure in pre custom step [#101] + * Simple Rig: Update functionality revision [#71] + * Synoptic: spring bake util [#61] + +**Bug Fix** + * Rigbits: createCTL function issue [#59] + * Rigbits: export skin pack error with crvs [#56] + * Rigbits: skin: There is a case in exportSkin function breaks the existing file [#58] + * Shifter: 3 joint leg: soft Ik range min in graph editor [#82] + * Shifter: arm_2jnt_freeTangents_01 no attribute 'rollRef' [#63] + * Shifter: Arms auto upvector and shoulder space jump [#85] + * Shifter: Chain_spring_01: pop if manipulate FK ctl after Bake [#75] + * Shifter: Connect Ctl_vis [#103] + * Shifter: Control_01: rotation axis is missing Y lock [#74] + * Shifter: Japanese Ascii [#79] + * Shifter: Spring chain: lock control parent and bake spring bug [#67] + * Shifter: Synoptic: IK/FK Match with arm_ms_2jnt_01 [#80] + +**Known Issues** + * Shifter: Undo Build from selection crash maya [#74] + 2.2.4 ----- **Enhancements** - * Issue #50: Global scale and size of controllers. + * Shifter: Global scale and size of controllers. [#50] 2.2.3 ----- **Enhancements** - * Issue #43: Shifter: Custom Steps: Added Stop Build and Try again option if step fail. + * Shifter: Custom Steps: Added Stop Build and Try again option if step fail.[#43] **Bug Fix** - * Issue #54: Synoptic: Match IK/FK with split ctl for trans and rot + * Synoptic: Match IK/FK with split ctl for trans and rot [#54] 2.2.2 ----- **Enhancements** - * Issue #47: Shifter: Components: Legs: Mirror axis behavior on upv and mid ctl - * Issue #48: Shifter: Componets: Arms: IK ctl mirror behaviour - * Issue #53: Shifter: arm roll new reference connector + * Shifter: Components: Legs: Mirror axis behavior on upv and mid ctl [#47] + * Shifter: Componets: Arms: IK ctl mirror behaviour [#48] + * Shifter: arm roll new reference connector [#53] **Bug Fix** - * Issue #42: Shifter: component UI min division hang. Check all components - * Issue #44: mGear quadruped rig not being created in 2018 - * Issue #49: Shifter: Close settings Exception on Maya 2018: Note: This is a workaround. The issue comes from Maya 2018 + * Shifter: component UI min division hang. Check all components [#42] + * Shifter: quadruped rig not being created in 2018 [ #44] + * Shifter: Close settings Exception on Maya 2018: Note: This is a workaround. The issue comes from Maya 2018 [#49] 2.2.1 ----- @@ -40,7 +75,7 @@ Release Log * Simple autorig This a new rigging sytem for basic props. * Channel Wrangler: Channel manager with export import options. -**Improvements** +**Enhancements** * Synoptic: key/select all for custom widgets * Skin IO: IO skin for curves & nurbs * Skin IO: Now can export with Skin Packs. Every object will be in a separated file. diff --git a/docs/source/shifterModules.rst b/docs/source/shifterModules.rst index 8e7665b..5248b30 100644 --- a/docs/source/shifterModules.rst +++ b/docs/source/shifterModules.rst @@ -9,7 +9,7 @@ Shifter Rig Builder Introduction ------------ -Shifter is the default autorigging modular system included with mGear. This system is provided with the hope to solve the majority of your rigging necesities. From a freelancer or small boutique to a big studio. +Shifter is the default autorigging modular system included with mGear. This system is provided with the hope to solve the majority of your rigging necesities. From a freelancer or small boutique to a big studio. Shifter can be use in a wide variety of projects. Animated feature films, video games, VR, VFX, TV series, etc... and can build rigs for any kind of asset. i.e: cartoon characters, creatures, robots, props, vehicles, etc... diff --git a/docs/source/shifterUserDocumentation.rst b/docs/source/shifterUserDocumentation.rst index aeae029..e2888a1 100644 --- a/docs/source/shifterUserDocumentation.rst +++ b/docs/source/shifterUserDocumentation.rst @@ -2,7 +2,7 @@ Shifter User Documentation ========================== WIP section: Please visit: -`mGear Youtube channel `_ +`mGear Youtube channel `_ * components * creating new components diff --git a/docs/source/solvers.rst b/docs/source/solvers.rst index c739224..d71a510 100644 --- a/docs/source/solvers.rst +++ b/docs/source/solvers.rst @@ -4,4 +4,4 @@ Custom Solvers/Nodes mGear custom C++ Solvers/Nodes Documentation WIP section: Please visit: -`mGear Youtube channel `_ +`mGear Youtube channel `_ diff --git a/docs/source/synopticUserDocumentation.rst b/docs/source/synopticUserDocumentation.rst index 055c138..7a1913f 100644 --- a/docs/source/synopticUserDocumentation.rst +++ b/docs/source/synopticUserDocumentation.rst @@ -2,7 +2,7 @@ Synoptic User Documentation ============================ WIP section: Please visit: -`mGear Youtube channel `_ +`mGear Youtube channel `_ * Basic operations diff --git a/docs/source/tools.rst b/docs/source/tools.rst index a6ecbb2..e08da61 100644 --- a/docs/source/tools.rst +++ b/docs/source/tools.rst @@ -4,7 +4,7 @@ Tools tools from mGear maya menu WIP section: Please visit: -`mGear Youtube channel `_ +`mGear Youtube channel `_ .. toctree:: diff --git a/docs/source/videoTutorials.rst b/docs/source/videoTutorials.rst index 053bff6..24de14f 100644 --- a/docs/source/videoTutorials.rst +++ b/docs/source/videoTutorials.rst @@ -2,12 +2,4 @@ Video Tutorials =============== WIP section: Please visit: -`mGear Youtube channel `_ - - -.. raw:: html - - -

mGear: Framework overview from Miquel Campos on Vimeo.

- - \ No newline at end of file +`mGear Youtube channel `_