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 sphinxext command by allowing whitespace in argument #1644

Merged
merged 1 commit into from
Jun 13, 2018

Conversation

greschd
Copy link
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

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