Skip to content
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

Documentation: move teaching/labs/conf.py to teaching/ #8

Merged
merged 1 commit into from
Feb 24, 2018

Commits on Feb 23, 2018

  1. Documentation: fix common substitutions

    The conf.py needs to be at the top of the namespace directory so move
    it where it belongs.
    
    And since we now have multiple subdirectories and includes are
    relative to current file directory, the common substitution will not
    longer work for all files. To fix this, just move the contents of
    subst.hrst directly to rst_epilog in conf.py.
    
    Fixes the following errors:
    
    deferred_work.rst:721: ERROR: Undefined substitution referenced: "LXR".
    deferred_work.rst:721: ERROR: Unknown target name: "lxr".
    interrupts.rst:688: ERROR: Undefined substitution referenced: "LXR".
    interrupts.rst:688: ERROR: Unknown target name: "lxr".
    kernel_api.rst:739: ERROR: Unexpected indentation.
    kernel_api.rst:582: ERROR: Undefined substitution referenced: "LXR".
    kernel_api.rst:582: ERROR: Unknown target name: "lxr".
    kernel_modules.rst:810: ERROR: Undefined substitution referenced: "LXR".
    kernel_modules.rst:939: ERROR: Undefined substitution referenced: "LXR".
    kernel_modules.rst:810: ERROR: Unknown target name: "lxr".
    kernel_modules.rst:939: ERROR: Unknown target name: "lxr".
    
    Signed-off-by: Octavian Purdila <tavi@cs.pub.ro>
    tavip committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    77def8f View commit details
    Browse the repository at this point in the history