Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 13 additions & 16 deletions README.rst → README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,34 @@
Canonical's Sphinx Starter Pack
===============================
# Canonical's Sphinx Starter Pack

*A pre-configured repository to build and publish documentation with Sphinx.*

Description
-----------
## Description

The Documentation starter pack includes:

* A bundled Sphinx_ theme, configuration, and extensions
* A bundled [Sphinx] theme, configuration, and extensions
* Support for both reStructuredText (reST) and MyST Markdown
* Build checks for links, spelling, and inclusive language
* Customisation support layered over a core configuration

See the full documentation: https://canonical-starter-pack.readthedocs-hosted.com/

Structure
---------
## Structure

This section outlines the structure of this repository, and some key files.


docs
****
### `docs/`

This directory contains the documentation for the starter pack itself.
To view it in your browser, change to this directory and type `make run`.

tests
*****
To view it in your browser, navigate to this directory and type `make run`.

### `.github/workflows/`

This directory contains files used for documentation build checks via GitHub's CI.

This directory contains files used to test the functionality of the starter pack project.
The file `test-starter-pack.yml` tests the functionality of the starter pack project.

.. LINKS
<!--Links-->

.. _`Sphinx`: https://www.sphinx-doc.org/
[Sphinx]: https://www.sphinx-doc.org/