Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dm-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hammonds
dm-docs
Commits
5df3d70e
Commit
5df3d70e
authored
8 years ago
by
sveseli
Browse files
Options
Downloads
Patches
Plain Diff
added api/impl classes for BSS integration
parent
e1a80b95
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
RELEASE_NOTES.txt
+14
-0
14 additions, 0 deletions
RELEASE_NOTES.txt
sphinx/.svnignore
+2
-0
2 additions, 0 deletions
sphinx/.svnignore
sphinx/source/dm.aps_bss.api.rst
+12
-0
12 additions, 0 deletions
sphinx/source/dm.aps_bss.api.rst
sphinx/source/index.rst
+1
-0
1 addition, 0 deletions
sphinx/source/index.rst
with
29 additions
and
0 deletions
RELEASE_NOTES.txt
+
14
−
0
View file @
5df3d70e
Release 1.1 ()
=============================
- Added the following functionality for managing DAQs:
- Max. run time specification causes DAQ to be stopped automatically
- Target directory specification causes files to be uploaded into
a specific directory relative to experiment root path
- Upload data/target directory on exit specify upload of the given
directory automatically after DAQ completes
- Added the following functionality for managing uploads:
- Target directory specification causes files to be uploaded into
a specific directory relative to experiment root path
- Introduced sphinx as python API documentation framework
Release 1.0 (01/31/2017)
=============================
...
...
This diff is collapsed.
Click to expand it.
sphinx/.svnignore
0 → 100644
+
2
−
0
View file @
5df3d70e
build
This diff is collapsed.
Click to expand it.
sphinx/source/dm.aps_bss.api.rst
0 → 100644
+
12
−
0
View file @
5df3d70e
.. automodule:: dm.aps_bss.api
.. currentmodule:: dm.aps_bss.api
ApsBssApi
---------
.. autoclass:: dm.aps_bss.api.apsBssApi.ApsBssApi()
:show-inheritance:
:members: __init__, listRuns, getCurrentRun, listBeamlineProposals, getBeamlineProposal
This diff is collapsed.
Click to expand it.
sphinx/source/index.rst
+
1
−
0
View file @
5df3d70e
...
...
@@ -13,6 +13,7 @@ The `dm` package contains python APIs for accessing Data Management services.
:caption: Contents:
dm.daq_web_service.api
dm.aps_bss.api
Indices and tables
==================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment