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: sync Haystack API with Readme #3223

Merged
merged 33 commits into from
Sep 21, 2022
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
cff3127
First pass at syncing Haystack API with Readme
brandenchan Sep 15, 2022
34ce928
Reapply changes
brandenchan Sep 15, 2022
00e33b2
Regularize slugs
brandenchan Sep 15, 2022
d958d6b
Regularize slugs
brandenchan Sep 15, 2022
00e0050
Regularize slugs
brandenchan Sep 15, 2022
9b26966
Set category id and regen
brandenchan Sep 15, 2022
0f1b208
Trigger workflow
brandenchan Sep 15, 2022
59da3a7
Delete old md files
brandenchan Sep 15, 2022
6657efb
Test sync
brandenchan Sep 15, 2022
bd31924
Undo test string
brandenchan Sep 15, 2022
b68186d
Merge main
brandenchan Sep 19, 2022
7840d96
Incorporate reviewer feedback
brandenchan Sep 19, 2022
7d7a033
Test on the fly API generation and sync
brandenchan Sep 20, 2022
c024c19
Test on the fly API generation and sync
brandenchan Sep 20, 2022
1fddaae
Test on the fly API generation and sync
brandenchan Sep 20, 2022
f1db2a6
Test on the fly API generation and sync
brandenchan Sep 20, 2022
47ff246
Test on the fly API generation and sync
brandenchan Sep 20, 2022
20ca413
Change name of pydoc-markdown scripts
brandenchan Sep 20, 2022
98619e0
Test on the fly API generation and sync
brandenchan Sep 21, 2022
fe79b76
Remove version tag
brandenchan Sep 21, 2022
a67a559
Test version tag
brandenchan Sep 21, 2022
9db5feb
Test version tag
brandenchan Sep 21, 2022
48799d7
Test version tag
brandenchan Sep 21, 2022
1806363
Revert test docstring
brandenchan Sep 21, 2022
303dc02
Revert md file changes
brandenchan Sep 21, 2022
79ac68f
Revert md file changes
brandenchan Sep 21, 2022
95e9cf9
Revert script naming
brandenchan Sep 21, 2022
ee97b03
Test on the fly generation and sync
brandenchan Sep 21, 2022
7f76e8e
Adjust for on the fly generation and sync
brandenchan Sep 21, 2022
90c2b4d
Revert test string
brandenchan Sep 21, 2022
2b80d3e
Remove old documentation workflow
brandenchan Sep 21, 2022
317fcc6
Set workflow to work on main
brandenchan Sep 21, 2022
6e44a11
Change readme version name
brandenchan Sep 21, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test on the fly API generation and sync
  • Loading branch information
brandenchan committed Sep 20, 2022
commit c024c1942e1eb4ff9240c0752302254f930f35bd
5 changes: 0 additions & 5 deletions .github/workflows/readme_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
- name: Checkout this repo
uses: actions/checkout@v3

- name: Install Haystack
run: |
pip install --upgrade pip
pip install -U .[dev]

- name: Generate API docs
run: ./.github/utils/pydoc-markdown.sh

Expand Down