Skip to content

Commit

Permalink
Merge pull request #258 from kartoza/doc-heading
Browse files Browse the repository at this point in the history
Update heading page
  • Loading branch information
fanevanjanahary authored Jan 10, 2024
2 parents 680c9ed + 5013857 commit 29b2fd1
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 22 deletions.
14 changes: 7 additions & 7 deletions docs/src/about/license.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GNU Affero General Public License
=================================
<!-- This License should be the same as the repository license -->

_Version 3, 19 November 2007_
_Copyright © 2007 Free Software Foundation, Inc. &lt;<http://fsf.org/>&gt;_
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

## Preamble
Preamble

The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
Expand Down
1 change: 0 additions & 1 deletion docs/src/administrator/guide/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Administrator Guide
<!-- Narrative Instructions on how admin users will use the product/platform -->
<!-- Replace all of the titles with relevant titles -->
Expand Down
2 changes: 0 additions & 2 deletions docs/src/administrator/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# Administrators Documentation
<!-- To Be Populated -->

Expand Down
2 changes: 0 additions & 2 deletions docs/src/developer/documentation/writing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# Documentation

## Overview
Expand Down
2 changes: 1 addition & 1 deletion docs/src/developer/manual/assets.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# Assets

Assets are `.css` and `.js` files that may be included in an html page. Assets are included in the page by using the
`{% asset %}` tag. CKAN then uses Webassets to serve these assets.
Expand Down
2 changes: 2 additions & 0 deletions docs/src/developer/manual/blueprints.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Blueprints

Flask uses a concept of blueprints for making application components and supporting common patterns within an application or across applications.
Blueprints can greatly simplify how large applications work and provide a central means for Flask extensions to register
operations on applications. A Blueprint object works similarly to a Flask application object, but it is not actually an application.
Expand Down
2 changes: 2 additions & 0 deletions docs/src/developer/manual/cli.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# CLI

::: ckanext.saeoss.cli._bootstrap_data
handler: python
options:
Expand Down
2 changes: 2 additions & 0 deletions docs/src/developer/manual/constants.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Constants

::: ckanext.saeoss.constants
handler: python
options:
Expand Down
1 change: 1 addition & 0 deletions docs/src/developer/manual/email-notification.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Email notification

::: ckanext.saeoss.email_notifications
handler: python
Expand Down
2 changes: 1 addition & 1 deletion docs/src/developer/manual/get-releases.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# Get Releases

::: ckanext.saeoss.get_releases
handler: python
Expand Down
2 changes: 1 addition & 1 deletion docs/src/developer/manual/helpers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# Helpers

::: ckanext.saeoss.helpers
handler: python
Expand Down
2 changes: 1 addition & 1 deletion docs/src/developer/manual/jobs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# Jobs

::: ckanext.saeoss.jobs
handler: python
Expand Down
14 changes: 8 additions & 6 deletions docs/src/developer/manual/logic.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Action
# Logic

## Action

::: ckanext.saeoss.logic.action.add_named_url
handler: python
Expand Down Expand Up @@ -40,7 +42,7 @@
show_source: true


# Auth
## Auth

::: ckanext.saeoss.logic.auth.ckan
handler: python
Expand All @@ -66,10 +68,10 @@
show_source: true


# STAC Validators
## STAC Validators


# Converters
## Converters

::: ckanext.saeoss.logic.converters
handler: python
Expand All @@ -79,7 +81,7 @@
show_source: true


# Schema
## Schema

::: ckanext.saeoss.logic.schema
handler: python
Expand All @@ -90,7 +92,7 @@



# Validators
## Validators

::: ckanext.saeoss.logic.validators
handler: python
Expand Down
1 change: 1 addition & 0 deletions docs/src/developer/manual/plugins.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Plugin

::: ckanext.saeoss.plugins.harvesting_plugin
handler: python
Expand Down

0 comments on commit 29b2fd1

Please sign in to comment.