Skip to content

Commit

Permalink
Merge pull request #6 from Open-Earth-Monitor/dev
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
rolfsimoes authored Mar 24, 2024
2 parents 857b218 + 8c07253 commit 7823be1
Show file tree
Hide file tree
Showing 46 changed files with 15,847 additions and 1,806 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 The OpenGeoHub Foundation.
Copyright (c) 2023-2024 The OpenGeoHub Foundation.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SPHINXAPIDOC ?= sphinx-apidoc
SOURCEDIR = .
SOURCEDIR = zen
BUILDDIR = sphinx/_build
DOCSDIR = sphinx

Expand All @@ -18,7 +18,7 @@ help:

# Build Sphinx documentation
docs:
@$(SPHINXAPIDOC) -f -o "$(DOCSDIR)" "$(SOURCEDIR)"
@$(SPHINXAPIDOC) -o "$(DOCSDIR)" "$(SOURCEDIR)"

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ For detailed usage and additional examples, please refer to the zen
We welcome contributions! If you would like to contribute to the zen library, please see our [Contributing Guide](CONTRIBUTING.md) for more information.

## License
© OpenGeoHub Foundation, 2023. Licensed under the [MIT License](LICENSE).
© OpenGeoHub Foundation, 2023-2024. Licensed under the [MIT License](LICENSE).

## Acknowledgements & Funding
This work is supported by [OpenGeoHub Foundation](https://opengeohub.org/) and has received
Expand Down
14 changes: 7 additions & 7 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
.. zen documentation master file, created by
sphinx-quickstart on Tue Aug 22 18:48:10 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to zen's documentation!
===============================

Expand All @@ -11,9 +6,14 @@ Welcome to zen's documentation!
:align: right
:alt: zen Logo

`zen` is a Python package that provides a seamless interface for interacting with Zenodo, a popular research data repository. It empowers researchers and developers to automate the management of their datasets and make them available through Zenodo, all from the convenience of Python scripts.
`zen` is a Python package that provides a seamless interface for interacting with
`Zenodo <https://zenodo.org>`_, a popular research data repository. It empowers researchers and
developers to automate the management of their datasets and make them available through Zenodo,
all from the convenience of Python scripts.

This documentation serves as a comprehensive guide to zen's features and functionalities. Use the navigation links below to explore the package's modules and learn how to harness the power of Zenodo for your research projects.
This documentation serves as a comprehensive guide to zen's features and functionalities. Use
the navigation links below to explore the package's modules and learn how to harness the power
of Zenodo for your research projects.

.. toctree::
:maxdepth: 2
Expand Down
7 changes: 0 additions & 7 deletions docs/_sources/setup.rst.txt

This file was deleted.

4 changes: 1 addition & 3 deletions docs/_static/alabaster.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,7 @@ table.footnote td {
}

dl {
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin: 0;
padding: 0;
}

Expand Down
56 changes: 29 additions & 27 deletions docs/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -222,7 +222,7 @@ table.modindextable td {
/* -- general body styles --------------------------------------------------- */

div.body {
min-width: 360px;
min-width: 450px;
max-width: 800px;
}

Expand All @@ -237,6 +237,16 @@ a.headerlink {
visibility: hidden;
}

a.brackets:before,
span.brackets > a:before{
content: "[";
}

a.brackets:after,
span.brackets > a:after {
content: "]";
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -325,16 +335,12 @@ p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -373,17 +379,13 @@ div.body p.centered {

div.sidebar > :last-child,
aside.sidebar > :last-child,
nav.contents > :last-child,
aside.topic > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
aside.sidebar::after,
nav.contents::after,
aside.topic::after,
div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -426,6 +428,10 @@ table.docutils td, table.docutils th {
border-bottom: 1px solid #aaa;
}

table.footnote td, table.footnote th {
border: 0 !important;
}

th {
text-align: left;
padding-right: 5px;
Expand Down Expand Up @@ -609,26 +615,19 @@ ul.simple p {
margin-bottom: 0;
}

aside.footnote > span,
div.citation > span {
dl.footnote > dt,
dl.citation > dt {
float: left;
margin-right: 0.5em;
}
aside.footnote > span:last-of-type,
div.citation > span:last-of-type {
padding-right: 0.5em;
}
aside.footnote > p {
margin-left: 2em;
}
div.citation > p {
margin-left: 4em;
}
aside.footnote > p:last-of-type,
div.citation > p:last-of-type {

dl.footnote > dd,
dl.citation > dd {
margin-bottom: 0em;
}
aside.footnote > p:last-of-type:after,
div.citation > p:last-of-type:after {

dl.footnote > dd:after,
dl.citation > dd:after {
content: "";
clear: both;
}
Expand All @@ -645,6 +644,10 @@ dl.field-list > dt {
padding-right: 5px;
}

dl.field-list > dt:after {
content: ":";
}

dl.field-list > dd {
padding-left: 0.5em;
margin-top: 0em;
Expand Down Expand Up @@ -754,7 +757,6 @@ span.pre {
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
white-space: nowrap;
}

div[class*="highlight-"] {
Expand Down
Loading

0 comments on commit 7823be1

Please sign in to comment.