Skip to content

Commit 48401a0

Browse files
committed
Add deployment link
1 parent b9c1d35 commit 48401a0

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
A unified Read The Docs documentation search hub for Python in Heliophysics Community (PyHC) packages.
44

5+
Deployed at:
6+
[pyhc.org/pyhc-docs](https://heliopython.org/pyhc-docs/)
7+
58
## About
69

710
The PyHC Documentation Hub allows searching across documentation for all PyHC packages that use Read The Docs from a single interface. Instead of having to search each package's documentation individually, users can perform a unified search and see results from all packages.
@@ -45,16 +48,6 @@ The implementation can be found in `source/_static/pyhc_search.js`.
4548
3. Build the documentation: `make html`
4649
4. Open `build/html/index.html` in your browser
4750

48-
For development, you can use Python's built-in HTTP server:
49-
50-
```bash
51-
# Build and serve the documentation
52-
make html
53-
python -m http.server -d build/html
54-
```
55-
56-
Then access the documentation at http://localhost:8000
57-
5851
## License
5952

6053
This project is licensed under the terms of the LICENSE file included in this repository.

0 commit comments

Comments
 (0)