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

docs: Move to gp-libs (our internal helpers for sphinx) #283

Merged
merged 12 commits into from Sep 11, 2022
Merged

Conversation

tony
Copy link
Member

@tony tony commented Sep 11, 2022

Changes

Sphinx-click issue

git-pull/gp-libs#11

Fixed via v0.0.1a10

Handles:
- doctests in markdown
- linkifying issues in changelog
- rendering table of contents for sphinx.ext.autodoc directives

And we can remove sphinx-autoapi
@codecov
Copy link

codecov bot commented Sep 11, 2022

Codecov Report

Merging #283 (2c20b0c) into master (038ee97) will increase coverage by 0.32%.
The diff coverage is 100.00%.

❗ Current head 2c20b0c differs from pull request most recent head 854d0da. Consider uploading reports for the commit 854d0da to get more accurate results

@@            Coverage Diff             @@
##           master     #283      +/-   ##
==========================================
+ Coverage   75.55%   75.87%   +0.32%     
==========================================
  Files           5        5              
  Lines         225      228       +3     
==========================================
+ Hits          170      173       +3     
  Misses         55       55              
Impacted Files Coverage Δ
cihai_cli/cli.py 71.01% <ø> (ø)
docs/conf.py 60.67% <100.00%> (+1.37%) ⬆️

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

Remove sphinx-autoapi, which has broken imports. The only
purpose this module had was showing table of contents. The
tradeoff was a lot of difficult to track, subtle bugs.

Also move to linkify_issues. A much simpler and more concise
issue linker.
@tony tony merged commit c55741a into master Sep 11, 2022
@tony tony deleted the gp-libs branch September 11, 2022 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant