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

Reorganize docs and convert static notebooks to markdown #3833

Merged
merged 9 commits into from
Sep 14, 2022

Conversation

philippjfr
Copy link
Member

Previously we used notebooks for all our user guides. However a lot of the docs are actually static, i.e. almost entirely Markdown and since we have a lot more power if we can leverage MyST flavored markdown in standard .md files this seems like a better approach.

@philippjfr philippjfr added the type: docs Related to the Panel documentation and examples label Sep 14, 2022
@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #3833 (6f0c7d5) into master (6083cd7) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3833      +/-   ##
==========================================
- Coverage   82.94%   82.90%   -0.05%     
==========================================
  Files         222      222              
  Lines       32368    32430      +62     
==========================================
+ Hits        26847    26885      +38     
- Misses       5521     5545      +24     
Flag Coverage Δ
ui-tests 33.90% <ø> (-0.27%) ⬇️
unitexamples-tests 75.34% <ø> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
panel/tests/ui/io/test_jupyter_server_extension.py 40.74% <0.00%> (-59.26%) ⬇️
panel/tests/conftest.py 86.89% <0.00%> (-1.32%) ⬇️
panel/util.py 86.41% <0.00%> (-0.76%) ⬇️
panel/widgets/tables.py 88.36% <0.00%> (-0.13%) ⬇️
panel/reactive.py 78.31% <0.00%> (-0.03%) ⬇️
panel/tests/widgets/test_tables.py 99.66% <0.00%> (+<0.01%) ⬆️
panel/tests/ui/widgets/test_tabulator.py 98.88% <0.00%> (+0.02%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@philippjfr philippjfr merged commit 3a2103b into master Sep 14, 2022
@philippjfr philippjfr deleted the markdownify_docs branch September 14, 2022 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Related to the Panel documentation and examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant