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

Rename "docs" to "website" #338

Merged
merged 4 commits into from
Aug 1, 2023

Commits on Jul 29, 2023

  1. Rename "docs" to "website"

    "website" is a more accurate term than "docs", so:
    
    - The source lives in the ``website`` subdirectory (was ``docs``)
    - The CMake option is now ``BUILD_WEBSITE`` (was ``BUILD_DOCS``)
    - The CMake target is now ``website`` (was ``docs``)
    - There's no longer a CMake option to install the docs, since copying
      the ``.html`` to the install location is pointless. The ``INSTALL_DOCS``
      option has been removed.
    
    Signed-off-by: Cary Phillips <cary@ilm.com>
    cary-ilm committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    36ae918 View commit details
    Browse the repository at this point in the history
  2. change $ to % in install.rst

    Signed-off-by: Cary Phillips <cary@ilm.com>
    cary-ilm committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    06d6188 View commit details
    Browse the repository at this point in the history
  3. rename docs to website in ci_workflows.yml

    Signed-off-by: Cary Phillips <cary@ilm.com>
    cary-ilm committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    280ce63 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. mention sphinx_press_theme and rst

    Signed-off-by: Cary Phillips <cary@ilm.com>
    cary-ilm committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    fd67645 View commit details
    Browse the repository at this point in the history