Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
aa63c785
Commit
aa63c785
authored
Mar 22, 2017
by
LE GAC Renaud
Browse files
Update plugin_event.__init__ to export all functions from the modules dataframes.
parent
2bba446a
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
56 additions
and
6 deletions
+56
-6
docs/api/dataframes.rst
docs/api/dataframes.rst
+6
-0
docs/api/generated/plugin_event.active_period.rst
docs/api/generated/plugin_event.active_period.rst
+6
-0
docs/api/generated/plugin_event.coverage.rst
docs/api/generated/plugin_event.coverage.rst
+6
-0
docs/api/generated/plugin_event.expand_per_year.rst
docs/api/generated/plugin_event.expand_per_year.rst
+6
-0
docs/api/generated/plugin_event.full_name.rst
docs/api/generated/plugin_event.full_name.rst
+6
-0
docs/api/generated/plugin_event.is_end.rst
docs/api/generated/plugin_event.is_end.rst
+6
-0
docs/api/generated/plugin_event.is_start.rst
docs/api/generated/plugin_event.is_start.rst
+6
-0
modules/plugin_event/__init__.py
modules/plugin_event/__init__.py
+9
-1
modules/plugin_event/dataframes.py
modules/plugin_event/dataframes.py
+5
-5
No files found.
docs/api/dataframes.rst
View file @
aa63c785
...
...
@@ -9,8 +9,12 @@ A collection of classes and functions to build and to manipulate the sources.
.. autosummary::
:toctree: generated/
active_period
coverage
db2df
debug_df
expand_per_year
full_name
get_items
get_items_per_year
get_items_small
...
...
@@ -20,6 +24,8 @@ A collection of classes and functions to build and to manipulate the sources.
get_peoplelike_items
get_peoplelike_items_per_year
get_people_per_year
is_end
is_start
normalize_history_data
query_history
Timer
...
...
docs/api/generated/plugin_event.active_period.rst
0 → 100644
View file @
aa63c785
plugin_event.active_period
==========================
.. currentmodule:: plugin_event
.. autofunction:: active_period
\ No newline at end of file
docs/api/generated/plugin_event.coverage.rst
0 → 100644
View file @
aa63c785
plugin_event.coverage
=====================
.. currentmodule:: plugin_event
.. autofunction:: coverage
\ No newline at end of file
docs/api/generated/plugin_event.expand_per_year.rst
0 → 100644
View file @
aa63c785
plugin_event.expand_per_year
============================
.. currentmodule:: plugin_event
.. autofunction:: expand_per_year
\ No newline at end of file
docs/api/generated/plugin_event.full_name.rst
0 → 100644
View file @
aa63c785
plugin_event.full_name
======================
.. currentmodule:: plugin_event
.. autofunction:: full_name
\ No newline at end of file
docs/api/generated/plugin_event.is_end.rst
0 → 100644
View file @
aa63c785
plugin_event.is_end
===================
.. currentmodule:: plugin_event
.. autofunction:: is_end
\ No newline at end of file
docs/api/generated/plugin_event.is_start.rst
0 → 100644
View file @
aa63c785
plugin_event.is_start
=====================
.. currentmodule:: plugin_event
.. autofunction:: is_start
\ No newline at end of file
modules/plugin_event/__init__.py
View file @
aa63c785
...
...
@@ -4,8 +4,14 @@ from callbacks import (INHIBIT_CASCADE_DELETE,
ON_CREATE_LISTS2
,
ON_UPDATE_LISTS2
)
from
dataframes
import
(
db2df
,
from
dataframes
import
(
active_period
,
coverage
,
DATE_MAX
,
DATE_MIN
,
db2df
,
debug_df
,
expand_per_year
,
full_name
,
get_items
,
get_items_per_year
,
get_items_small
,
...
...
@@ -15,6 +21,8 @@ from dataframes import (db2df,
get_peoplelike_items
,
get_peoplelike_items_per_year
,
get_people_per_year
,
is_end
,
is_start
,
normalize_history_data
,
query_history
,
Timer
,
...
...
modules/plugin_event/dataframes.py
View file @
aa63c785
...
...
@@ -107,12 +107,12 @@ def active_period(**kwargs):
For example, for a person belonging to a domain and team for which
people category / project evolve as function of time, the start and the
end of the period of activity are shown by the
^
:
end of the period of activity are shown by the
`^`:
:
-------
--------
----------
^ ^
.......
........
..........
^ ^
Keyword Args:
id_events (int): identifier of the event [required]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment