Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Docs: update for 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Dec 6, 2017
1 parent 52c7849 commit 34b026f
Show file tree
Hide file tree
Showing 33 changed files with 226 additions and 86 deletions.
11 changes: 6 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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']
Expand All @@ -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.
Expand Down Expand Up @@ -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/*']
5 changes: 3 additions & 2 deletions docs/source/generated/mgear.maya.applyop.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.applyop
==================
mgear\.maya\.applyop
====================

.. automodule:: mgear.maya.applyop

Expand All @@ -10,6 +10,7 @@ mgear.maya.applyop
.. autosummary::

aimCns
curvecns_op
gear_curvecns_op
gear_curveslide2_op
gear_ikfk2bone_op
Expand Down
16 changes: 14 additions & 2 deletions docs/source/generated/mgear.maya.attribute.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.attribute
====================
mgear\.maya\.attribute
======================

.. automodule:: mgear.maya.attribute

Expand All @@ -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



Expand Down
5 changes: 3 additions & 2 deletions docs/source/generated/mgear.maya.curve.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.curve
================
mgear\.maya\.curve
==================

.. automodule:: mgear.maya.curve

Expand All @@ -12,6 +12,7 @@ mgear.maya.curve
addCnsCurve
addCurve
createCurveFromCurve
createCurveFromOrderedEdges
createCuveFromEdges
findLenghtFromParam
getCurveParamAtPosition
Expand Down
5 changes: 3 additions & 2 deletions docs/source/generated/mgear.maya.dag.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.dag
==============
mgear\.maya\.dag
================

.. automodule:: mgear.maya.dag

Expand All @@ -13,6 +13,7 @@ mgear.maya.dag
findChildren
findChildrenPartial
findComponentChildren
findComponentChildren2
getShapes
getTopParent

Expand Down
4 changes: 2 additions & 2 deletions docs/source/generated/mgear.maya.fcurve.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.fcurve
=================
mgear\.maya\.fcurve
===================

.. automodule:: mgear.maya.fcurve

Expand Down
4 changes: 2 additions & 2 deletions docs/source/generated/mgear.maya.icon.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.icon
===============
mgear\.maya\.icon
=================

.. automodule:: mgear.maya.icon

Expand Down
4 changes: 2 additions & 2 deletions docs/source/generated/mgear.maya.log.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.log
==============
mgear\.maya\.log
================

.. automodule:: mgear.maya.log

Expand Down
4 changes: 2 additions & 2 deletions docs/source/generated/mgear.maya.meshNavigation.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.meshNavigation
=========================
mgear\.maya\.meshNavigation
===========================

.. automodule:: mgear.maya.meshNavigation

Expand Down
9 changes: 7 additions & 2 deletions docs/source/generated/mgear.maya.node.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.node
===============
mgear\.maya\.node
=================

.. automodule:: mgear.maya.node

Expand All @@ -23,10 +23,15 @@ mgear.maya.node
createMulDivNode
createMulNode
createMulNodeMulti
createMultMatrixNode
createNegateNodeMulti
createPairBlend
createPlusMinusAverage1D
createPowNode
createReverseNode
createSetRangeNode
createSubNode
createVertexPositionNode



Expand Down
4 changes: 2 additions & 2 deletions docs/source/generated/mgear.maya.primitive.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.primitive
====================
mgear\.maya\.primitive
======================

.. automodule:: mgear.maya.primitive

Expand Down
5 changes: 3 additions & 2 deletions docs/source/generated/mgear.maya.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya
==========
mgear\.maya
===========

.. automodule:: mgear.maya

Expand All @@ -9,6 +9,7 @@ mgear.maya

.. autosummary::

aboutMgear
getMayaVer


Expand Down
8 changes: 4 additions & 4 deletions docs/source/generated/mgear.maya.shifter.component.guide.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.shifter.component.guide
==================================
mgear\.maya\.shifter\.component\.guide
======================================

.. automodule:: mgear.maya.shifter.component.guide

Expand All @@ -14,9 +14,9 @@ mgear.maya.shifter.component.guide
.. autosummary::

ComponentGuide
MainGuide
MinMax
partial
componentMainSettings
mainSettingsTab



Expand Down
5 changes: 3 additions & 2 deletions docs/source/generated/mgear.maya.shifter.component.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.shifter.component
============================
mgear\.maya\.shifter\.component
===============================

.. automodule:: mgear.maya.shifter.component

Expand All @@ -13,6 +13,7 @@ mgear.maya.shifter.component

.. autosummary::

Main
MainComponent


Expand Down
5 changes: 2 additions & 3 deletions docs/source/generated/mgear.maya.shifter.gui.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.shifter.gui
======================
mgear\.maya\.shifter\.gui
=========================

.. automodule:: mgear.maya.shifter.gui

Expand All @@ -14,7 +14,6 @@ mgear.maya.shifter.gui
.. autosummary::

Guide_UI
partial



Expand Down
14 changes: 12 additions & 2 deletions docs/source/generated/mgear.maya.shifter.guide.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.shifter.guide
========================
mgear\.maya\.shifter\.guide
===========================

.. automodule:: mgear.maya.shifter.guide

Expand All @@ -13,8 +13,18 @@ mgear.maya.shifter.guide

.. autosummary::

CustomStepTab
GuideSettings
GuideSettingsTab
HelperSlots
Main
MainGuide
Rig
RigGuide
customStepTab
guideSettings
guideSettingsTab
helperSlots



Expand Down
14 changes: 10 additions & 4 deletions docs/source/generated/mgear.maya.shifter.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
mgear.maya.shifter
==================
mgear\.maya\.shifter
====================

.. automodule:: mgear.maya.shifter



.. rubric:: Functions

.. autosummary::

getComponentDirectories
importComponent
importComponentGuide




Expand All @@ -13,9 +21,7 @@ mgear.maya.shifter

.. autosummary::

MainComponent
Rig
RigGuide



Expand Down
6 changes: 4 additions & 2 deletions docs/source/generated/mgear.maya.skin.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.skin
===============
mgear\.maya\.skin
=================

.. automodule:: mgear.maya.skin

Expand All @@ -13,11 +13,13 @@ mgear.maya.skin
collectData
collectInfluenceWeights
exportSkin
exportSkinPack
getCurrentWeights
getGeometryComponents
getObjsFromSkinFile
getSkinCluster
importSkin
importSkinPack
selectDeformers
setBlendWeights
setData
Expand Down
9 changes: 4 additions & 5 deletions docs/source/generated/mgear.maya.synoptic.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mgear.maya.synoptic
===================
mgear\.maya\.synoptic
=====================

.. automodule:: mgear.maya.synoptic

Expand All @@ -9,10 +9,8 @@ mgear.maya.synoptic

.. autosummary::

getMayaWindow
importTab
open
wrapInstance
wrapinstance2



Expand All @@ -23,6 +21,7 @@ mgear.maya.synoptic
.. autosummary::

Synoptic
SynopticTabWrapper



Expand Down
Loading

0 comments on commit 34b026f

Please sign in to comment.