Skip to content

msk-mind/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4996b8f · May 20, 2020

History

41 Commits
May 20, 2020
May 7, 2020
May 8, 2020
May 7, 2020
May 8, 2020
May 7, 2020
May 8, 2020
May 8, 2020
May 7, 2020
Apr 7, 2020
May 13, 2020
May 13, 2020
Apr 7, 2020
Apr 7, 2020
Apr 7, 2020
Apr 7, 2020
May 4, 2020

Repository files navigation

MSK MIND CLI

Python Command Line Interface to access MSK MIND.

Documentation site: https://msk-mind.github.io/cli

Please refer to the documentation site for installation steps and examples.

Steps to generate documentation site

The documentation in this directory was created using Sphinx.

The makefile and conf.py was generated using,

$ sphinx-quicksart 

There is no need to regenerate the makefile.

To edit this documentation and publish to github pages, edit the .rst files in docsource and follow the instructions below. Make sure to git pull before editing and committing to avoid code conflicts in auto-generated html files.

 $ python3 -m venv env
 $ source env/bin/activate
 (venv)$ cd docs
 (venv)$ pip install -r ../requirements.txt
 (venv)$
 (venv)$ git pull
 (venv)$ make github
 (venv)$ git commit -am "YOUR COMMIT MESSAGE"
 (venv)$ git push origin master
 (venv)$ deactivate

Note that while this repo is private, the documentation that gets publised to github pages is public.

API Client

The CLI uses a Python package automatically generated by the OpenAPI Generator project from the core Java API. Please see the API Client documentation here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published