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

Clarify developer installation instructions, and fix up some metadata. #978

Merged
merged 5 commits into from
Jan 22, 2020

Conversation

ceball
Copy link
Member

@ceball ceball commented Jan 22, 2020

  • Clarify developer installation instructions.
  • Fix nodejs dependency (I don't think it is required to run the tests...right? It is required for developers, but they are instructed to install the build extra, which includes nodejs.)

The changes to the developer guide should definitely be reviewed. Also, I've never created or edited a panel model (as far as I can recall!), so I'm sure someone could add something more useful...

Also, because I was in there:

  • Update license years and team name.
  • Update package metadata.
  • Removed postBuild (am I right it's unused?)

.travis.yml Show resolved Hide resolved
LICENSE.txt Show resolved Hide resolved
@philippjfr
Copy link
Member

The postBuild should have a note in it to mention that it's used for binder. It is indeed still needed for that reason.

@codecov
Copy link

codecov bot commented Jan 22, 2020

Codecov Report

Merging #978 into master will increase coverage by 0.32%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #978      +/-   ##
==========================================
+ Coverage   85.74%   86.06%   +0.32%     
==========================================
  Files          98       99       +1     
  Lines       11072    11665     +593     
==========================================
+ Hits         9494    10040     +546     
- Misses       1578     1625      +47
Impacted Files Coverage Δ
setup.py 0% <ø> (ø) ⬆️
panel/io/state.py 94.23% <0%> (-0.9%) ⬇️
panel/template.py 69.59% <0%> (-0.78%) ⬇️
panel/tests/conftest.py 98.01% <0%> (-0.2%) ⬇️
panel/tests/test_config.py 100% <0%> (ø)
panel/pane/markup.py 97.94% <0%> (+1.98%) ⬆️
panel/util.py 94.52% <0%> (+2.73%) ⬆️
panel/config.py 55.02% <0%> (+3.05%) ⬆️
panel/viewable.py 85.17% <0%> (+3.65%) ⬆️
panel/io/save.py 85.24% <0%> (+7.24%) ⬆️
... and 1 more

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 fbe26a0...b8a56e7. Read the comment docs.

@philippjfr
Copy link
Member

Thanks, looks good to me!

@philippjfr philippjfr merged commit be06df4 into master Jan 22, 2020
@philippjfr philippjfr deleted the dev_guide_clarifications branch January 23, 2020 02:01
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.

2 participants