Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sub-command description indentation in sphinx docs #479

Merged
merged 5 commits into from
Nov 4, 2019

Conversation

chmreid
Copy link
Contributor

@chmreid chmreid commented Nov 1, 2019

This PR fixes a problem with the sphinx docs that causes cli sub-command descriptions to be indented and be formatted as code blocks instead of normal text. Fixes an item in #443.

@chmreid chmreid mentioned this pull request Nov 1, 2019
13 tasks
@codecov-io
Copy link

codecov-io commented Nov 1, 2019

Codecov Report

Merging #479 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #479   +/-   ##
=======================================
  Coverage   85.35%   85.35%           
=======================================
  Files          41       41           
  Lines        1864     1864           
=======================================
  Hits         1591     1591           
  Misses        273      273
Impacted Files Coverage Δ
hca/upload/cli/list_area_command.py 100% <ø> (ø) ⬆️
hca/upload/cli/creds_command.py 86.36% <ø> (ø) ⬆️
hca/upload/cli/upload_command.py 92.5% <ø> (ø) ⬆️
hca/upload/cli/list_file_status_command.py 100% <ø> (ø) ⬆️
hca/cli.py 63.39% <ø> (ø) ⬆️
hca/upload/cli/list_areas_command.py 100% <ø> (ø) ⬆️
hca/upload/cli/generate_status_report_command.py 100% <ø> (ø) ⬆️
hca/upload/cli/forget_command.py 100% <ø> (ø) ⬆️
hca/upload/cli/select_command.py 96.66% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3789edf...6d91b75. Read the comment docs.

Copy link
Contributor

@DailyDreaming DailyDreaming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@chmreid chmreid merged commit a03fe94 into master Nov 4, 2019
@chmreid chmreid self-assigned this Nov 5, 2019
@chmreid chmreid added this to the Q4 2019 Milestone 2 milestone Nov 9, 2019
@theathorn theathorn removed this from the Q4 2019 Milestone 2 milestone Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants