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
Major rework to improve code quality and add automation checks #805
Conversation
Documentation to stats folder
Documentation of `strings` folder
Tagging admins to the pull-request @ayaankhan98 @AnupKumarPanwar @cclauss |
ok no problem i am doing this all. |
@kvedala it seems that we already have a branch name |
Once you create the |
I am unable to create a pull-request for the doc/images branch. can you create from my repo? |
just give me a minute actually i had created |
@kvedala all set, now we have two empty branches now try pushing to |
Awesome.
|
while creating pull request from |
@ayaankhan98 Created #861 after rebasing my branch to the newly created branch |
All seems to be in order now |
can we merge this #805 with master? |
Yes |
now let's improve the files documentation one by one |
Major rework to improve code quality and add automation checks (TheAlgorithms#805)
is the branch |
i think it's not enabled, how can i enable this i don't have access to the repository settings? |
https://guides.github.com/features/pages/ In the project settings, scrolling down a bit, you'll see the option to enable gihub pages. do not select any theme. |
@kvedala i know this but the problem is i don't see any |
Ah, ok. Then we can simply put a message in the Gitter and wait.. |
we have gh-pages enabled now, but it seems like our documentaion system is not working correctly, i am unable to see the documentaion https://thealgorithms.github.io/C-Plus-Plus |
Yes, the pages were not enabled correctly. @AnupKumarPanwar is looking into it |
Description of Change
cmake
based structurecmake
to check code compilation on linux (ubuntu), Mac OS and Windows (using MS Visual C++ compiler)This documentation approach will also enable other contributors to add documentation in their respective languages or use google translate to do so.
There is a pull-request (#795) for a smaller subset of the changes made(outdated)Checklist
Notes: