Skip to content

Commit

Permalink
Initialize repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tuncbkose committed Jun 27, 2024
1 parent 623e68f commit eb21da3
Show file tree
Hide file tree
Showing 25 changed files with 54 additions and 11 deletions.
7 changes: 3 additions & 4 deletions course/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Course template
author: Tunç Başar Köse
title: Optimisation in Practice
author: Fabricio Oliveira & Tunç Başar Köse
logo: _static/sidebar_logo.png
only_build_toc_files: true

Expand All @@ -26,13 +26,12 @@ latex:

# Information about where the book exists on the web
repository:
url: https://github.com/gamma-opt/jb_course_template # Online location of your book
url: https://github.com/gamma-opt/oip-notes # Online location of your book
branch: main # Which branch of the repository should be used when creating links (optional)

sphinx:
extra_extensions:
- sphinx_proof
- sphinxcontrib.mermaid
config:
html_theme: quantecon_book_theme
numfig_secnum_depth: 1 # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-numfig_secnum_depth
Expand Down
29 changes: 28 additions & 1 deletion course/_toc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
format: jb-book
root: intro
root: intro
parts:
- caption: The Fundamentals of Mathematical Optimisation Modelling
numbered: true
chapters:
- file: part1/lecture01
- file: part1/lecture02
- file: part1/lecture03
- file: part1/lecture04
- file: part1/lecture05
- file: part1/lecture06
- file: part1/lecture07
- file: part1/lecture08
- file: part1/lecture09
- file: part1/lecture10
- caption: Advanced Mathematical Optimisation Modelling
numbered: true
chapters:
- file: part2/lecture01
- file: part2/lecture02
- file: part2/lecture03
- file: part2/lecture04
- file: part2/lecture05
- file: part2/lecture06
- file: part2/lecture07
- file: part2/lecture08
- file: part2/lecture09
- file: part2/lecture10
2 changes: 1 addition & 1 deletion course/intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Title
# Optimisation in Practice

```{tableofcontents}
```
1 change: 1 addition & 0 deletions course/part1/lecture01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 1
1 change: 1 addition & 0 deletions course/part1/lecture02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 2
1 change: 1 addition & 0 deletions course/part1/lecture03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 3
1 change: 1 addition & 0 deletions course/part1/lecture04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 4
1 change: 1 addition & 0 deletions course/part1/lecture05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 5
1 change: 1 addition & 0 deletions course/part1/lecture06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 6
1 change: 1 addition & 0 deletions course/part1/lecture07.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 7
1 change: 1 addition & 0 deletions course/part1/lecture08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 8
1 change: 1 addition & 0 deletions course/part1/lecture09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 9
1 change: 1 addition & 0 deletions course/part1/lecture10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 10
1 change: 1 addition & 0 deletions course/part2/lecture01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 1
1 change: 1 addition & 0 deletions course/part2/lecture02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 2
1 change: 1 addition & 0 deletions course/part2/lecture03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 3
1 change: 1 addition & 0 deletions course/part2/lecture04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 4
1 change: 1 addition & 0 deletions course/part2/lecture05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 5
1 change: 1 addition & 0 deletions course/part2/lecture06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 6
1 change: 1 addition & 0 deletions course/part2/lecture07.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 7
1 change: 1 addition & 0 deletions course/part2/lecture08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 8
1 change: 1 addition & 0 deletions course/part2/lecture09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 9
1 change: 1 addition & 0 deletions course/part2/lecture10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Lecture 10
3 changes: 0 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ channels:
dependencies:
- jupyter-book

# Diagrams with Mermaid.js
- sphinxcontrib-mermaid

# https://github.com/pydata/pydata-sphinx-theme/issues/1844
- pydata-sphinx-theme==0.15.2

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
[![jupyterbook-pdf](../../actions/workflows/jupyterbook-pdf.yml/badge.svg)](../../actions/workflows/jupyterbook-pdf.yml)


# `jupyter-book` template for course notes/website
# Lecture notes for the Optimisation in Practice course

See [this repo](https://github.com/gamma-opt/jb_instructions) for instructions/explanations.
WIP

0 comments on commit eb21da3

Please sign in to comment.