Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
erinecon and github-actions[bot] authored Nov 29, 2024
1 parent 524679e commit 41238ac
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
Expand Down
5 changes: 5 additions & 0 deletions docs/.sphinx/_static/css/pdf.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2024 Canonical Ltd.
* See LICENSE file for licensing details.
*/

/* Only relevant for specific PDF generation issues */

.rubric>.hclass2 {
Expand Down
5 changes: 5 additions & 0 deletions docs/.sphinx/_templates/header.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
~ Copyright 2024 Canonical Ltd.
~ See LICENSE file for licensing details.
-->

<header id="header" class="p-navigation">

<div class="p-navigation__nav" role="menubar">
Expand Down
3 changes: 3 additions & 0 deletions docs/.sphinx/get_vale_conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

#! /usr/bin/env python

import requests
Expand Down
3 changes: 3 additions & 0 deletions docs/.sphinx/metrics/build_metrics.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

#!/bin/bash

Check failure on line 4 in docs/.sphinx/metrics/build_metrics.sh

View workflow job for this annotation

GitHub Actions / unit-tests / Shell scripts lint

The shebang must be on the first line. Delete blanks and move comments.
# shellcheck disable=all

Expand Down
3 changes: 3 additions & 0 deletions docs/.sphinx/metrics/source_metrics.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

#!/bin/bash

Check failure on line 4 in docs/.sphinx/metrics/source_metrics.sh

View workflow job for this annotation

GitHub Actions / unit-tests / Shell scripts lint

The shebang must be on the first line. Delete blanks and move comments.
# shellcheck disable=all

Expand Down
3 changes: 3 additions & 0 deletions docs/.sphinx/spellingcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

matrix:
- name: rST files
aspell:
Expand Down
3 changes: 3 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

# This Makefile stub allows you to customize starter pack (SP) targets.
# Consider this file as a bridge between your project
# and the starter pack's predefined targets that reside in Makefile.sp.
Expand Down
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

import datetime
import ast

Expand Down
3 changes: 3 additions & 0 deletions docs/doc-cheat-sheet.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. Copyright 2024 Canonical Ltd.
.. See LICENSE file for licensing details.
:orphan:

.. vale off
Expand Down
3 changes: 3 additions & 0 deletions docs/explanation/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. Copyright 2024 Canonical Ltd.
.. See LICENSE file for licensing details.
Explanation
===========

Expand Down
3 changes: 3 additions & 0 deletions docs/how-to/contributing.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. Copyright 2024 Canonical Ltd.
.. See LICENSE file for licensing details.
.. TODO: Replace all mentions of ACME with your project name
.. TODO: Update all sections containing TODOs; make sure no TODOs are left
Expand Down
3 changes: 3 additions & 0 deletions docs/how-to/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. Copyright 2024 Canonical Ltd.
.. See LICENSE file for licensing details.
How-to guides
=============

Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. Copyright 2024 Canonical Ltd.
.. See LICENSE file for licensing details.
12-Factor app support in Charmcraft and Rockcraft
=================================================

Expand Down
3 changes: 3 additions & 0 deletions docs/tutorial/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. Copyright 2024 Canonical Ltd.
.. See LICENSE file for licensing details.
Tutorials
=========

Expand Down

0 comments on commit 41238ac

Please sign in to comment.