-
Notifications
You must be signed in to change notification settings - Fork 4
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
Make our project website more public-facing. #230
Comments
Still some things to iron out. Playing over on my personal fork of TDMS so as to not break our actual live pages. |
Possibly add a note/request to the end of the readme: (from 28/3/2023 meeting) Peter was keen to keep tabs on potential users, and this is quite a common thing to see on other large projects. |
Clean up the flow of information from README → CONTRIBUTING → doc/developers. * Remove repetition of information particularly in developers docs. * Simplify the language in README (with assistance from ChatGPT!) * Move some of the guidelines in CONTRIBUTING into templates for PRs, bug reports and feature requests and then just reference the templates. * Other grammar and consistency tweaks.
* Merge squash origin/update-readme. * Resolves the final parts of #230. Clean up the flow of information from README → CONTRIBUTING → doc/developers. * Remove repetition of information particularly in developers docs. * Simplify the language in README (with assistance from ChatGPT!) * Move some of the guidelines in CONTRIBUTING into templates for PRs, bug reports and feature requests and then just reference the templates. * Other grammar and consistency tweaks. * Suggestions from code review Tweaks, clarity, and avoid repeating words and clarity. Co-authored-by: Will Graham <[email protected]> --------- Co-authored-by: Will Graham <[email protected]>
Following a discussion with @prmunro last week, it'd be good to have a welcoming friendly project website.
Currently, our site (https://github-pages.ucl.ac.uk/TDMS) contains only developer docs and redirects new users to the README.md in the repository.
With doxygen, it's possible to include multiple markdown files which get put in the "Related pages" and included as part of the index...
# 'mainpage' gets put on the index page INPUT += README.md INPUT += CONTRIBUTING.md INPUT += doc/developers.md USE_MDFILE_AS_MAINPAGE = README.md
Results in:
(I.e. contributor guidelines then developer docs (in the order that we'd want because we're lucky with the alphabet).
TODO
The text was updated successfully, but these errors were encountered: