diff --git a/curicullum/docs/aiml.md b/curicullum/docs/aiml.md new file mode 100644 index 0000000..0cf76de --- /dev/null +++ b/curicullum/docs/aiml.md @@ -0,0 +1,10 @@ +# AIML DEPARTMENT +## First year +### Course names for first sem +- Induction Programme +- Professional English - 1 +- Matrices and calculus +- Engineering Physics +- Engineering Chemistry +- Problem solving using python programming + diff --git a/curicullum/docs/cs.md b/curicullum/docs/cs.md deleted file mode 100644 index d1b67e3..0000000 --- a/curicullum/docs/cs.md +++ /dev/null @@ -1,18 +0,0 @@ -# Welcome to MkDocs - -For full documentation visit [mkdocs.org](https://www.mkdocs.org). -[mkdocs.org](cs.md) - -## Commands - -* `mkdocs new [dir-name]` - Create a new project. -* `mkdocs serve` - Start the live-reloading docs server. -* `mkdocs build` - Build the documentation site. -* `mkdocs -h` - Print help message and exit. - -## Project layout - - mkdocs.yml # The configuration file. - docs/ - index.md # The documentation homepage. - ... # Other markdown pages, images and other files.