Skip to content

Commit 96353d5

Browse files
authored
Remove documentation and GitHub Pages setup from README
1 parent c5e307d commit 96353d5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,6 @@ python -m pdoc pyfusefilter --output-dir docs
133133
- On Linux, install development headers: `apt-get install python3-dev` (Ubuntu/Debian) or `yum install python3-devel` (CentOS/RHEL)
134134

135135

136-
## Documentation
137-
138-
📚 **Live Documentation**: [https://fastfilter.github.io/pyfusefilter/](https://fastfilter.github.io/pyfusefilter/)
139-
140-
The documentation is automatically generated from the code using [pdoc](https://pdoc.dev/) and deployed to GitHub Pages on every push to the main branch.
141-
142-
### Setting up GitHub Pages
143-
144-
To enable GitHub Pages for this repository:
145-
146-
1. Go to **Settings****Pages**
147-
2. Under **Source**, select **GitHub Actions**
148-
3. The documentation will be available at: `https://fastfilter.github.io/pyfusefilter/`
149136

150137
### Local Documentation
151138

0 commit comments

Comments
 (0)