Skip to content

Fix sphinxext command by allowing whitespace in argument#1644

Merged
sphuber merged 1 commit into
aiidateam:developfrom
greschd:sphinxext_remove_warning
Jun 13, 2018
Merged

Fix sphinxext command by allowing whitespace in argument#1644
sphuber merged 1 commit into
aiidateam:developfrom
greschd:sphinxext_remove_warning

Conversation

@greschd
Copy link
Copy Markdown
Member

@greschd greschd commented Jun 12, 2018

Previously, this command used a fixed number of 'optional' arguments, which contained the signature of the WorkChain split by whitespace.

By allowing whitespace in the argument, it can be passed as a single argument, making the directive stable w.r.t. adding / removing arguments in the workchain __init__.

Previously, this command used a fixed number of 'optional' arguments,
which contained the signature of the WorkChain split by whitespace.
By allowing whitespace in the argument, it can be passed as a single
argument, making the directive stable w.r.t. adding / removing arguments
in the workchain __init__.
@greschd greschd requested a review from muhrin June 12, 2018 12:28
@codecov-io
Copy link
Copy Markdown

codecov-io commented Jun 12, 2018

Codecov Report

Merging #1644 into develop will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1644      +/-   ##
===========================================
+ Coverage    57.18%   57.18%   +<.01%     
===========================================
  Files          274      274              
  Lines        33834    33835       +1     
===========================================
+ Hits         19348    19349       +1     
  Misses       14486    14486
Impacted Files Coverage Δ
aiida/sphinxext/workchain.py 93.63% <100%> (+0.05%) ⬆️

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 4c828c2...ba28bdb. Read the comment docs.

@sphuber sphuber merged commit 820f3ce into aiidateam:develop Jun 13, 2018
@greschd greschd deleted the sphinxext_remove_warning branch December 13, 2019 15:36
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.

3 participants