-
Notifications
You must be signed in to change notification settings - Fork 52
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
[meta] Audit and Fix all Markdown Pages #18
Comments
To any OSD600/DPS909 students looking to get involved, this is a great issue to join. Let me know if you want to help out, and I'll assign you one of the pages. |
Hi sir I want to work on this but the checklist is a little overwhelming. These are just suggestions of what to look for right? For example we could go down the list, and if we find 3 or 4 to fix and they're smaller issues we could maybe let others handle some issues on the same page? I am familiar with the C notes themselves since I tutored the class if that helps at all. |
@AndreWillomitzer correct, these are the types of things we want to look at in the various files. Why don't you take one, and try looking for things, and see what you find. If there are 50 issues that have to be fixed, you could fix some, and file issues for others to fix in additional PRs. This will be a team sport! It's awesome that you know the C notes so well, that will be a huge help. Thanks for diving in to help. Let me know which file you'll do, and file an issue to get started. |
Hmmmm I think I will do "functions.md" but I'll have a look as well. |
Unless you have a suggestion of a page where you know there are a few things I will have to fix. |
@AndreWillomitzer |
@humphd Hi sir I filed the issue. Which checks do you think would be the best to start with/most likely to have issues in the pages? I was thinking alt tags would be one. |
@AndreWillomitzer just start working through and check as many as you can. Every page is different in terms of what it needs. Part of what you're doing at first is identifying the scope of the work. |
@humphd Not sure if what I found is really an issue or not, I notice on the pages some code is colored some is not. The huge blocks have syntax highlighting, but the single inline codes don't. |
That's normal. You can't specify a syntax for single backtick inline blocks. Only the three-backtick ones have a syntax type. |
I can work on |
Hi I can work on |
Hi, I can work on |
Hello!! Can I please work on |
Can I work on |
Hi, can I work on |
can I work on |
Hello! I would like to work on |
Hi! I would like to work on |
Hi! I would like to work on |
Hello @humphd, I'd like to work on |
Did someone work on library-functions.md? if available, please let me know @humphd. Thank you! |
@japneetsingh035, go for it, it's all yours. |
At this stage, every document has been finished, started, or an issue is filed separately. Nice work everyone. Please follow-up in new issues. Closing. |
This is a meta issue, meant to organize the work necessary to audit and fix all existing markdown pages in
docs/
. If you want to work on this, the first step is to file a new issue for a given page and then leave a comment here with a link to the issue and name of the file you're working on.Introduction
The IPC C notes are written in 30 Markdown files. These files have been automatically translated to Markdown:
A-Introduction
computers.md
#45 @joshuali7536B-Computations
a-simple-calculation.md
page #38 @minhhang107style-guidelines.md
#49 @roman-rezinkintesting-and-debugging.md
#86 @abatomunkuevtypes.md
#90 @lmpham1C-Data-Structures
arrays.md
#40 @lyu4321structures.md
page #51 @dbelokonD-Modularity
functions-arrays-and-structs.md
#79 @dhillonksinput-functions.md
#33 @a-rokayoutput-functions.md
#87 @MizuhoOkimotopointers.md
page #36 @JerryHueE-Secondary-Storage
records-and-files.md
#85 @JiaHua-ZouF-Refinements
algorithms.md
page #28 @oliver-phamcharacter-strings.md
#99 @tpmai22more-input-and-output.md
#82 @rclee91portability.md
#94 @tcvan0707string-library.md
page #29 @hlavuResources-Appendices
Check List
When working on one of these pages, here are some things to consider
docs/D-Modularity/pointers.md
, where we should reduce the vertical padding/margins on tables. The tables are too large, and probably shouldn't be tables at all.docs/D-Modulatirty/pointers.md
: there are places where > Blockquote are being used and Admonitions could replace it. “Note:” Lightbulb info Admonition.docs/8-Computations/logic.md
Flags image is white background, needs to work in dark. Create a “negative” or SVG so we can do Dark Mode? Can we programmatically create this negative?<b>
and<i>
to do emphasis.//
and/*...*/
) in dark mode (even light mode might need some work)***...***
was used as a fourth heading level, use####
instead.Filing Issues
If you notice issues that you can't, or don't want to fix, please file separate issues.
The text was updated successfully, but these errors were encountered: