From 501385705f37fcbbf4af864a0d34f64d101c8195 Mon Sep 17 00:00:00 2001 From: Andriamiadantsoa Date: Wed, 10 Jan 2024 10:06:36 +0300 Subject: [PATCH] update heading page --- docs/src/about/license.md | 14 +++++++------- docs/src/administrator/guide/index.md | 1 - docs/src/administrator/index.md | 2 -- docs/src/developer/documentation/writing.md | 2 -- docs/src/developer/manual/assets.md | 2 +- docs/src/developer/manual/blueprints.md | 2 ++ docs/src/developer/manual/cli.md | 2 ++ docs/src/developer/manual/constants.md | 2 ++ docs/src/developer/manual/email-notification.md | 1 + docs/src/developer/manual/get-releases.md | 2 +- docs/src/developer/manual/helpers.md | 2 +- docs/src/developer/manual/jobs.md | 2 +- docs/src/developer/manual/logic.md | 14 ++++++++------ docs/src/developer/manual/plugins.md | 1 + 14 files changed, 27 insertions(+), 22 deletions(-) diff --git a/docs/src/about/license.md b/docs/src/about/license.md index 4ef32f08..f98f5b51 100755 --- a/docs/src/about/license.md +++ b/docs/src/about/license.md @@ -1,13 +1,13 @@ -GNU Affero General Public License -================================= + -_Version 3, 19 November 2007_ -_Copyright © 2007 Free Software Foundation, Inc. <>_ + 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. + 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 diff --git a/docs/src/administrator/guide/index.md b/docs/src/administrator/guide/index.md index d0cef041..011d677f 100755 --- a/docs/src/administrator/guide/index.md +++ b/docs/src/administrator/guide/index.md @@ -1,4 +1,3 @@ - # Administrator Guide diff --git a/docs/src/administrator/index.md b/docs/src/administrator/index.md index 5e06f5ac..199a77c4 100755 --- a/docs/src/administrator/index.md +++ b/docs/src/administrator/index.md @@ -1,5 +1,3 @@ - - # Administrators Documentation diff --git a/docs/src/developer/documentation/writing.md b/docs/src/developer/documentation/writing.md index f67e6bd4..16ef4922 100755 --- a/docs/src/developer/documentation/writing.md +++ b/docs/src/developer/documentation/writing.md @@ -1,5 +1,3 @@ - - # Documentation ## Overview diff --git a/docs/src/developer/manual/assets.md b/docs/src/developer/manual/assets.md index eb345028..7811a3d4 100644 --- a/docs/src/developer/manual/assets.md +++ b/docs/src/developer/manual/assets.md @@ -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. diff --git a/docs/src/developer/manual/blueprints.md b/docs/src/developer/manual/blueprints.md index 2080063c..cd455e41 100644 --- a/docs/src/developer/manual/blueprints.md +++ b/docs/src/developer/manual/blueprints.md @@ -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. diff --git a/docs/src/developer/manual/cli.md b/docs/src/developer/manual/cli.md index 17f492d0..fb1684fb 100644 --- a/docs/src/developer/manual/cli.md +++ b/docs/src/developer/manual/cli.md @@ -1,3 +1,5 @@ +# CLI + ::: ckanext.saeoss.cli._bootstrap_data handler: python options: diff --git a/docs/src/developer/manual/constants.md b/docs/src/developer/manual/constants.md index 55a50bf9..60797c34 100644 --- a/docs/src/developer/manual/constants.md +++ b/docs/src/developer/manual/constants.md @@ -1,3 +1,5 @@ +# Constants + ::: ckanext.saeoss.constants handler: python options: diff --git a/docs/src/developer/manual/email-notification.md b/docs/src/developer/manual/email-notification.md index 2413341d..c8c5a13f 100644 --- a/docs/src/developer/manual/email-notification.md +++ b/docs/src/developer/manual/email-notification.md @@ -1,3 +1,4 @@ +# Email notification ::: ckanext.saeoss.email_notifications handler: python diff --git a/docs/src/developer/manual/get-releases.md b/docs/src/developer/manual/get-releases.md index a9721715..0eee9bf6 100644 --- a/docs/src/developer/manual/get-releases.md +++ b/docs/src/developer/manual/get-releases.md @@ -1,4 +1,4 @@ - +# Get Releases ::: ckanext.saeoss.get_releases handler: python diff --git a/docs/src/developer/manual/helpers.md b/docs/src/developer/manual/helpers.md index 20dd4338..c6c60acd 100644 --- a/docs/src/developer/manual/helpers.md +++ b/docs/src/developer/manual/helpers.md @@ -1,4 +1,4 @@ - +# Helpers ::: ckanext.saeoss.helpers handler: python diff --git a/docs/src/developer/manual/jobs.md b/docs/src/developer/manual/jobs.md index 2988ef7a..72e774ac 100644 --- a/docs/src/developer/manual/jobs.md +++ b/docs/src/developer/manual/jobs.md @@ -1,4 +1,4 @@ - +# Jobs ::: ckanext.saeoss.jobs handler: python diff --git a/docs/src/developer/manual/logic.md b/docs/src/developer/manual/logic.md index 138ade69..853fd0ca 100644 --- a/docs/src/developer/manual/logic.md +++ b/docs/src/developer/manual/logic.md @@ -1,4 +1,6 @@ -# Action +# Logic + +## Action ::: ckanext.saeoss.logic.action.add_named_url handler: python @@ -40,7 +42,7 @@ show_source: true -# Auth +## Auth ::: ckanext.saeoss.logic.auth.ckan handler: python @@ -66,10 +68,10 @@ show_source: true -# STAC Validators +## STAC Validators -# Converters +## Converters ::: ckanext.saeoss.logic.converters handler: python @@ -79,7 +81,7 @@ show_source: true -# Schema +## Schema ::: ckanext.saeoss.logic.schema handler: python @@ -90,7 +92,7 @@ -# Validators +## Validators ::: ckanext.saeoss.logic.validators handler: python diff --git a/docs/src/developer/manual/plugins.md b/docs/src/developer/manual/plugins.md index 5e667a3f..b1ddf212 100644 --- a/docs/src/developer/manual/plugins.md +++ b/docs/src/developer/manual/plugins.md @@ -1,3 +1,4 @@ +# Plugin ::: ckanext.saeoss.plugins.harvesting_plugin handler: python