Skip to content

Resolve "TC 2023 updates"

Raphaël Dias--Monteiro requested to merge 36-tc-2023-updates into master

From issue #36 (closed):

  • Add the TC-2023 page
    • source/intro/history/index.rst
    • source/intro/history/tiger_2023.rst

  • Update the compiler stages beginning and submission dates
    • source/compiler_stages/tc_1/tc_1.rst
    • source/compiler_stages/tc_2/tc_2.rst
    • source/compiler_stages/tc_3/tc_3.rst
    • source/compiler_stages/tc_4/tc_4.rst
    • source/compiler_stages/tc_5/tc_5.rst
    • source/compiler_stages/tc_6/tc_6.rst
    • source/compiler_stages/tc_7/tc_7.rst
    • source/compiler_stages/tc_8/tc_8.rst
    • source/compiler_stages/tc_9/tc_9.rst
    • source/compiler_stages/tc_e/tc_e.rst
    • source/compiler_stages/tc_r/tc_r.rst

  • Update the conf.py setting and copyright year
    • source/conf.py

This MR also introduces the sphinx-substitution-extensions plugin as a dependency in order to use reST replace directive inside :code: and code-block::. This plugin enables us to use |year| or |class| substitutions in the following files:

  • source/compiler_stages/tc_1/given_code.rst
  • source/compiler_stages/tc_2/given_code.rst
  • source/compiler_stages/tc_3/given_code.rst
  • source/compiler_stages/tc_4/given_code.rst
  • source/compiler_stages/tc_5/given_code.rst
  • source/compiler_stages/tc_6/given_code.rst
  • source/compiler_stages/tc_7/given_code.rst
  • source/compiler_stages/tc_8/given_code.rst
  • source/compiler_stages/tc_9/given_code.rst
  • source/source_code/given_code.rst

Closes #36 (closed)

Edited by Arthur Hugonnot

Merge request reports