From b1f43ee1d24f3a0aff831f5332165e7558c7029c Mon Sep 17 00:00:00 2001 From: inkch Date: Fri, 4 Apr 2025 18:33:51 +0900 Subject: [PATCH] Create dir, move files, and fix links --- src/SUMMARY.md | 104 +++++++++--------- src/chapter_1.md | 1 - src/{ => grammar}/adjective_or_adverb.md | 0 src/{ => grammar}/commonly_confused_words.md | 0 src/{ => grammar}/dangling_modifiers.md | 0 src/{ => grammar}/double_negatives.md | 0 src/{ => grammar}/grammar.md | 0 src/{ => grammar}/inconsistent_verb_tenses.md | 0 src/{ => grammar}/misplaced_modifiers.md | 0 src/{ => grammar}/parallelism.md | 0 src/{ => grammar}/pronoun_agreement.md | 0 src/{ => grammar}/pronouns.md | 0 src/{ => grammar}/relative_clauses.md | 0 src/{ => grammar}/split_infinitives.md | 0 src/{ => grammar}/subject-verb_agreement.md | 0 src/{ => grammar}/use_of_numbers.md | 0 .../addressing_the_audience.md | 0 src/{ => organization}/conclusion.md | 0 src/{ => organization}/introduction.md | 0 src/{ => organization}/organization.md | 0 .../reading_the_assignment.md | 0 src/{ => organization}/revision_process.md | 0 .../supporting_paragraphs.md | 0 src/{ => organization}/thesis_statement.md | 0 src/{ => organization}/transitions.md | 0 src/{ => punctuation}/apostrophe.md | 0 src/{ => punctuation}/capitalization.md | 0 src/{ => punctuation}/colon.md | 0 src/{ => punctuation}/comma.md | 0 src/{ => punctuation}/comma_splice.md | 0 src/{ => punctuation}/parentheses.md | 0 src/{ => punctuation}/period.md | 0 src/{ => punctuation}/punctuation.md | 0 src/{ => punctuation}/quotation.md | 0 src/{ => punctuation}/run-on_sentences.md | 0 src/{ => punctuation}/semicolon.md | 0 src/{ => punctuation}/sentence_fragments.md | 0 src/{ => resources}/glossary.md | 0 src/{ => resources}/references.md | 0 src/{ => resources}/resources.md | 0 src/{ => resources}/useful_links.md | 0 src/{ => style}/bias-free_language.md | 0 src/{ => style}/formal_and_informal_style.md | 0 src/{ => style}/formatting_visuals.md | 0 src/{ => style}/general_document_format.md | 0 src/{ => style}/in-text_citations.md | 0 .../in-text_citations_in_apa_style.md | 0 .../in-text_citations_in_mla_style.md | 0 src/{ => style}/list_of_sources.md | 0 src/{ => style}/mla_works_cited_list.md | 0 src/{ => style}/plagiarism.md | 0 src/{ => style}/references_in_apa_style.md | 0 src/{ => style}/sentence_structure.md | 0 src/{ => style}/style.md | 0 54 files changed, 52 insertions(+), 53 deletions(-) delete mode 100644 src/chapter_1.md rename src/{ => grammar}/adjective_or_adverb.md (100%) rename src/{ => grammar}/commonly_confused_words.md (100%) rename src/{ => grammar}/dangling_modifiers.md (100%) rename src/{ => grammar}/double_negatives.md (100%) rename src/{ => grammar}/grammar.md (100%) rename src/{ => grammar}/inconsistent_verb_tenses.md (100%) rename src/{ => grammar}/misplaced_modifiers.md (100%) rename src/{ => grammar}/parallelism.md (100%) rename src/{ => grammar}/pronoun_agreement.md (100%) rename src/{ => grammar}/pronouns.md (100%) rename src/{ => grammar}/relative_clauses.md (100%) rename src/{ => grammar}/split_infinitives.md (100%) rename src/{ => grammar}/subject-verb_agreement.md (100%) rename src/{ => grammar}/use_of_numbers.md (100%) rename src/{ => organization}/addressing_the_audience.md (100%) rename src/{ => organization}/conclusion.md (100%) rename src/{ => organization}/introduction.md (100%) rename src/{ => organization}/organization.md (100%) rename src/{ => organization}/reading_the_assignment.md (100%) rename src/{ => organization}/revision_process.md (100%) rename src/{ => organization}/supporting_paragraphs.md (100%) rename src/{ => organization}/thesis_statement.md (100%) rename src/{ => organization}/transitions.md (100%) rename src/{ => punctuation}/apostrophe.md (100%) rename src/{ => punctuation}/capitalization.md (100%) rename src/{ => punctuation}/colon.md (100%) rename src/{ => punctuation}/comma.md (100%) rename src/{ => punctuation}/comma_splice.md (100%) rename src/{ => punctuation}/parentheses.md (100%) rename src/{ => punctuation}/period.md (100%) rename src/{ => punctuation}/punctuation.md (100%) rename src/{ => punctuation}/quotation.md (100%) rename src/{ => punctuation}/run-on_sentences.md (100%) rename src/{ => punctuation}/semicolon.md (100%) rename src/{ => punctuation}/sentence_fragments.md (100%) rename src/{ => resources}/glossary.md (100%) rename src/{ => resources}/references.md (100%) rename src/{ => resources}/resources.md (100%) rename src/{ => resources}/useful_links.md (100%) rename src/{ => style}/bias-free_language.md (100%) rename src/{ => style}/formal_and_informal_style.md (100%) rename src/{ => style}/formatting_visuals.md (100%) rename src/{ => style}/general_document_format.md (100%) rename src/{ => style}/in-text_citations.md (100%) rename src/{ => style}/in-text_citations_in_apa_style.md (100%) rename src/{ => style}/in-text_citations_in_mla_style.md (100%) rename src/{ => style}/list_of_sources.md (100%) rename src/{ => style}/mla_works_cited_list.md (100%) rename src/{ => style}/plagiarism.md (100%) rename src/{ => style}/references_in_apa_style.md (100%) rename src/{ => style}/sentence_structure.md (100%) rename src/{ => style}/style.md (100%) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 723b8df..0512d8f 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -4,55 +4,55 @@ --- -- [Grammar](./grammar.md) - - [Adjective or Adverb](./adjective_or_adverb.md) - - [Commonly Confused Words](./commonly_confused_words.md) - - [Dangling Modifiers](./dangling_modifiers.md) - - [Double Negatives](./double_negatives.md) - - [Inconsistent Verb Tenses](./inconsistent_verb_tenses.md) - - [Misplaced Modifiers](./misplaced_modifiers.md) - - [Parallelism](./parallelism.md) - - [Pronoun Agreement](./pronoun_agreement.md) - - [Pronouns](./pronouns.md) - - [Relative Clauses](./relative_clauses.md) - - [Split Infinitives](./split_infinitives.md) - - [Subject-verb Agreement](./subject-verb_agreement.md) - - [Use of Numbers](./use_of_numbers.md) -- [Punctuation](./punctuation.md) - - [Apostrophe](./apostrophe.md) - - [Capitalization](./capitalization.md) - - [Colon](./colon.md) - - [Comma](./comma.md) - - [Parentheses](./parentheses.md) - - [Period](./period.md) - - [Quotation](./quotation.md) - - [Semicolon](./semicolon.md) - - [Comma Splice](./comma_splice.md) - - [Run-on Sentences](./run-on_sentences.md) - - [Sentence Fragments](./sentence_fragments.md) -- [Organization](./organization.md) - - [Reading the Assignment](./reading_the_assignment.md) - - [Addressing the Audience](./addressing_the_audience.md) - - [Introduction](./introduction.md) - - [Thesis Statement](./thesis_statement.md) - - [Supporting Paragraphs](./supporting_paragraphs.md) - - [Transitions](./transitions.md) - - [Conclusion](./conclusion.md) - - [Revision Process](./revision_process.md) -- [Style](./style.md) - - [General Document Format](./general_document_format.md) - - [Formatting Visuals](./formatting_visuals.md) - - [In-text Citations](./in-text_citations.md) - - [In-text Citations in APA Style](./in-text_citations_in_apa_style.md) - - [In-text Citations in MLA Style](./in-text_citations_in_mla_style.md) - - [List of Sources](./list_of_sources.md) - - [References in APA Style](./references_in_apa_style.md) - - [MLA Works Cited List](./mla_works_cited_list.md) - - [Bias-free Language](./bias-free_language.md) - - [Formal and Informal Style](./formal_and_informal_style.md) - - [Plagiarism](./plagiarism.md) - - [Sentence Structure](./sentence_structure.md) -- [Resources](./resources.md) - - [Glossary](./glossary.md) - - [Useful Links](./useful_links.md) - - [References](./references.md) +- [Grammar](./grammar/grammar.md) + - [Adjective or Adverb](./grammar/adjective_or_adverb.md) + - [Commonly Confused Words](./grammar/commonly_confused_words.md) + - [Dangling Modifiers](./grammar/dangling_modifiers.md) + - [Double Negatives](./grammar/double_negatives.md) + - [Inconsistent Verb Tenses](./grammar/inconsistent_verb_tenses.md) + - [Misplaced Modifiers](./grammar/misplaced_modifiers.md) + - [Parallelism](./grammar/parallelism.md) + - [Pronoun Agreement](./grammar/pronoun_agreement.md) + - [Pronouns](./grammar/pronouns.md) + - [Relative Clauses](./grammar/relative_clauses.md) + - [Split Infinitives](./grammar/split_infinitives.md) + - [Subject-verb Agreement](./grammar/subject-verb_agreement.md) + - [Use of Numbers](./grammar/use_of_numbers.md) +- [Punctuation](./punctuation/punctuation.md) + - [Apostrophe](./punctuation/apostrophe.md) + - [Capitalization](./punctuation/capitalization.md) + - [Colon](./punctuation/colon.md) + - [Comma](./punctuation/comma.md) + - [Parentheses](./punctuation/parentheses.md) + - [Period](./punctuation/period.md) + - [Quotation](./punctuation/quotation.md) + - [Semicolon](./punctuation/semicolon.md) + - [Comma Splice](./punctuation/comma_splice.md) + - [Run-on Sentences](./punctuation/run-on_sentences.md) + - [Sentence Fragments](./punctuation/sentence_fragments.md) +- [Organization](./organization/organization.md) + - [Reading the Assignment](./organization/reading_the_assignment.md) + - [Addressing the Audience](./organization/addressing_the_audience.md) + - [Introduction](./organization/introduction.md) + - [Thesis Statement](./organization/thesis_statement.md) + - [Supporting Paragraphs](./organization/supporting_paragraphs.md) + - [Transitions](./organization/transitions.md) + - [Conclusion](./organization/conclusion.md) + - [Revision Process](./organization/revision_process.md) +- [Style](./style/style.md) + - [General Document Format](./style/general_document_format.md) + - [Formatting Visuals](./style/formatting_visuals.md) + - [In-text Citations](./style/in-text_citations.md) + - [In-text Citations in APA Style](./style/in-text_citations_in_apa_style.md) + - [In-text Citations in MLA Style](./style/in-text_citations_in_mla_style.md) + - [List of Sources](./style/list_of_sources.md) + - [References in APA Style](./style/references_in_apa_style.md) + - [MLA Works Cited List](./style/mla_works_cited_list.md) + - [Bias-free Language](./style/bias-free_language.md) + - [Formal and Informal Style](./style/formal_and_informal_style.md) + - [Plagiarism](./style/plagiarism.md) + - [Sentence Structure](./style/sentence_structure.md) +- [Resources](./resources/resources.md) + - [Glossary](./resources/glossary.md) + - [Useful Links](./resources/useful_links.md) + - [References](./resources/references.md) diff --git a/src/chapter_1.md b/src/chapter_1.md deleted file mode 100644 index b743fda..0000000 --- a/src/chapter_1.md +++ /dev/null @@ -1 +0,0 @@ -# Chapter 1 diff --git a/src/adjective_or_adverb.md b/src/grammar/adjective_or_adverb.md similarity index 100% rename from src/adjective_or_adverb.md rename to src/grammar/adjective_or_adverb.md diff --git a/src/commonly_confused_words.md b/src/grammar/commonly_confused_words.md similarity index 100% rename from src/commonly_confused_words.md rename to src/grammar/commonly_confused_words.md diff --git a/src/dangling_modifiers.md b/src/grammar/dangling_modifiers.md similarity index 100% rename from src/dangling_modifiers.md rename to src/grammar/dangling_modifiers.md diff --git a/src/double_negatives.md b/src/grammar/double_negatives.md similarity index 100% rename from src/double_negatives.md rename to src/grammar/double_negatives.md diff --git a/src/grammar.md b/src/grammar/grammar.md similarity index 100% rename from src/grammar.md rename to src/grammar/grammar.md diff --git a/src/inconsistent_verb_tenses.md b/src/grammar/inconsistent_verb_tenses.md similarity index 100% rename from src/inconsistent_verb_tenses.md rename to src/grammar/inconsistent_verb_tenses.md diff --git a/src/misplaced_modifiers.md b/src/grammar/misplaced_modifiers.md similarity index 100% rename from src/misplaced_modifiers.md rename to src/grammar/misplaced_modifiers.md diff --git a/src/parallelism.md b/src/grammar/parallelism.md similarity index 100% rename from src/parallelism.md rename to src/grammar/parallelism.md diff --git a/src/pronoun_agreement.md b/src/grammar/pronoun_agreement.md similarity index 100% rename from src/pronoun_agreement.md rename to src/grammar/pronoun_agreement.md diff --git a/src/pronouns.md b/src/grammar/pronouns.md similarity index 100% rename from src/pronouns.md rename to src/grammar/pronouns.md diff --git a/src/relative_clauses.md b/src/grammar/relative_clauses.md similarity index 100% rename from src/relative_clauses.md rename to src/grammar/relative_clauses.md diff --git a/src/split_infinitives.md b/src/grammar/split_infinitives.md similarity index 100% rename from src/split_infinitives.md rename to src/grammar/split_infinitives.md diff --git a/src/subject-verb_agreement.md b/src/grammar/subject-verb_agreement.md similarity index 100% rename from src/subject-verb_agreement.md rename to src/grammar/subject-verb_agreement.md diff --git a/src/use_of_numbers.md b/src/grammar/use_of_numbers.md similarity index 100% rename from src/use_of_numbers.md rename to src/grammar/use_of_numbers.md diff --git a/src/addressing_the_audience.md b/src/organization/addressing_the_audience.md similarity index 100% rename from src/addressing_the_audience.md rename to src/organization/addressing_the_audience.md diff --git a/src/conclusion.md b/src/organization/conclusion.md similarity index 100% rename from src/conclusion.md rename to src/organization/conclusion.md diff --git a/src/introduction.md b/src/organization/introduction.md similarity index 100% rename from src/introduction.md rename to src/organization/introduction.md diff --git a/src/organization.md b/src/organization/organization.md similarity index 100% rename from src/organization.md rename to src/organization/organization.md diff --git a/src/reading_the_assignment.md b/src/organization/reading_the_assignment.md similarity index 100% rename from src/reading_the_assignment.md rename to src/organization/reading_the_assignment.md diff --git a/src/revision_process.md b/src/organization/revision_process.md similarity index 100% rename from src/revision_process.md rename to src/organization/revision_process.md diff --git a/src/supporting_paragraphs.md b/src/organization/supporting_paragraphs.md similarity index 100% rename from src/supporting_paragraphs.md rename to src/organization/supporting_paragraphs.md diff --git a/src/thesis_statement.md b/src/organization/thesis_statement.md similarity index 100% rename from src/thesis_statement.md rename to src/organization/thesis_statement.md diff --git a/src/transitions.md b/src/organization/transitions.md similarity index 100% rename from src/transitions.md rename to src/organization/transitions.md diff --git a/src/apostrophe.md b/src/punctuation/apostrophe.md similarity index 100% rename from src/apostrophe.md rename to src/punctuation/apostrophe.md diff --git a/src/capitalization.md b/src/punctuation/capitalization.md similarity index 100% rename from src/capitalization.md rename to src/punctuation/capitalization.md diff --git a/src/colon.md b/src/punctuation/colon.md similarity index 100% rename from src/colon.md rename to src/punctuation/colon.md diff --git a/src/comma.md b/src/punctuation/comma.md similarity index 100% rename from src/comma.md rename to src/punctuation/comma.md diff --git a/src/comma_splice.md b/src/punctuation/comma_splice.md similarity index 100% rename from src/comma_splice.md rename to src/punctuation/comma_splice.md diff --git a/src/parentheses.md b/src/punctuation/parentheses.md similarity index 100% rename from src/parentheses.md rename to src/punctuation/parentheses.md diff --git a/src/period.md b/src/punctuation/period.md similarity index 100% rename from src/period.md rename to src/punctuation/period.md diff --git a/src/punctuation.md b/src/punctuation/punctuation.md similarity index 100% rename from src/punctuation.md rename to src/punctuation/punctuation.md diff --git a/src/quotation.md b/src/punctuation/quotation.md similarity index 100% rename from src/quotation.md rename to src/punctuation/quotation.md diff --git a/src/run-on_sentences.md b/src/punctuation/run-on_sentences.md similarity index 100% rename from src/run-on_sentences.md rename to src/punctuation/run-on_sentences.md diff --git a/src/semicolon.md b/src/punctuation/semicolon.md similarity index 100% rename from src/semicolon.md rename to src/punctuation/semicolon.md diff --git a/src/sentence_fragments.md b/src/punctuation/sentence_fragments.md similarity index 100% rename from src/sentence_fragments.md rename to src/punctuation/sentence_fragments.md diff --git a/src/glossary.md b/src/resources/glossary.md similarity index 100% rename from src/glossary.md rename to src/resources/glossary.md diff --git a/src/references.md b/src/resources/references.md similarity index 100% rename from src/references.md rename to src/resources/references.md diff --git a/src/resources.md b/src/resources/resources.md similarity index 100% rename from src/resources.md rename to src/resources/resources.md diff --git a/src/useful_links.md b/src/resources/useful_links.md similarity index 100% rename from src/useful_links.md rename to src/resources/useful_links.md diff --git a/src/bias-free_language.md b/src/style/bias-free_language.md similarity index 100% rename from src/bias-free_language.md rename to src/style/bias-free_language.md diff --git a/src/formal_and_informal_style.md b/src/style/formal_and_informal_style.md similarity index 100% rename from src/formal_and_informal_style.md rename to src/style/formal_and_informal_style.md diff --git a/src/formatting_visuals.md b/src/style/formatting_visuals.md similarity index 100% rename from src/formatting_visuals.md rename to src/style/formatting_visuals.md diff --git a/src/general_document_format.md b/src/style/general_document_format.md similarity index 100% rename from src/general_document_format.md rename to src/style/general_document_format.md diff --git a/src/in-text_citations.md b/src/style/in-text_citations.md similarity index 100% rename from src/in-text_citations.md rename to src/style/in-text_citations.md diff --git a/src/in-text_citations_in_apa_style.md b/src/style/in-text_citations_in_apa_style.md similarity index 100% rename from src/in-text_citations_in_apa_style.md rename to src/style/in-text_citations_in_apa_style.md diff --git a/src/in-text_citations_in_mla_style.md b/src/style/in-text_citations_in_mla_style.md similarity index 100% rename from src/in-text_citations_in_mla_style.md rename to src/style/in-text_citations_in_mla_style.md diff --git a/src/list_of_sources.md b/src/style/list_of_sources.md similarity index 100% rename from src/list_of_sources.md rename to src/style/list_of_sources.md diff --git a/src/mla_works_cited_list.md b/src/style/mla_works_cited_list.md similarity index 100% rename from src/mla_works_cited_list.md rename to src/style/mla_works_cited_list.md diff --git a/src/plagiarism.md b/src/style/plagiarism.md similarity index 100% rename from src/plagiarism.md rename to src/style/plagiarism.md diff --git a/src/references_in_apa_style.md b/src/style/references_in_apa_style.md similarity index 100% rename from src/references_in_apa_style.md rename to src/style/references_in_apa_style.md diff --git a/src/sentence_structure.md b/src/style/sentence_structure.md similarity index 100% rename from src/sentence_structure.md rename to src/style/sentence_structure.md diff --git a/src/style.md b/src/style/style.md similarity index 100% rename from src/style.md rename to src/style/style.md