Skip to content

Commit

Permalink
Add issue numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Oct 21, 2015
1 parent 029a14a commit 365868f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/internal/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ The module registry also sends some signals when modules get added or removed, w

Possible future directions: allow packages to provide a list of packages (for the palette), but to provide modules lazily. This would make packages that dynamically generate modules a lot faster, because they would only need to generate all the modules upfront (or at all).

:issue:`1117`

.. _concept-packagemngr:

Package manager
Expand All @@ -42,6 +44,8 @@ The :class:`~vistrails.core.packagemanager.PackageManager` contains the list of

If this is kept, it should be fixed to use an actual full graph at the package manager level, since multiple packages might depend on the same library and the current logic will fail to see that.

:issue:`959`

.. _concept-application:

Application
Expand Down Expand Up @@ -104,6 +108,8 @@ When a pipeline is executed, structured information from each module is appended

This provenance information should be made available to modules so they can reuse a past context exactly.

:issue:`548`

.. _concept-api:

High-level API
Expand Down
4 changes: 4 additions & 0 deletions doc/internal/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.ifconfig',
'sphinx_issues',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -295,3 +296,6 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}

# sphinx-issues link
issues_uri = 'https://github.com/VisTrails/VisTrails/issues/{issue}'
2 changes: 2 additions & 0 deletions doc/internal/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ The ``my_codepath.init`` (if separate, else ``my_codepath``) module is can conta

Right now, ``contextMenuName()`` only allows package creator to display a one-element context menu.

:issue:`1115`

.. autoclass:: vistrails.core.modules.package.Package
:members:

Expand Down
1 change: 1 addition & 0 deletions doc/internal/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-issues
4 changes: 4 additions & 0 deletions doc/internal/upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ The controller triggers the upgrade of a version when it gets selected. Since ea

There are currently some issues with how the controller keeps these unflushed upgrades.

:issue:`907`

.. todo::

Upgrades should be triggered when necessary during diff, query, subworkflow update, parameter exploration.

:issue:`695,1054,1071,1087`

0 comments on commit 365868f

Please sign in to comment.