-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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 documentation pages #8325
Conversation
@ngxson But I don't find any link of README-sycl.md in README.md. Through the online document will be easy to read, *.md is still important document to developer and users. So, I suggest to add a chapter in REAMDE.md for backend types and include the links to related documents. |
@NeoZhangJianyu The link to SYCL has been moved to
Sounds good to me, I'll that this section in my next PR |
@ngxson |
* re-organize docs * add link among docs * add link to build docs * fix style * de-duplicate sections
* re-organize docs * add link among docs * add link to build docs * fix style * de-duplicate sections
Fixes a few links to within the repo that were broken in the reorganization of the documentation in ggerganov#8325.
Fixes a few links to within the repo that were broken in the reorganization of the documentation in #8325.
Fixes a few links to within the repo that were broken in the reorganization of the documentation in ggerganov#8325.
This PR aims to make documentation easier for new users / new contributors:
#
, h2##
, h3###
,...Page structure:
To preview the change, go to: https://github.com/ngxson/llama.cpp/tree/xsn/reorganize_docs
With correct markdown usage, TOC can now be displayed correctly on github. We can add a small script to generate TOC in the future: