Skip to content

Commit

Permalink
DOC: sphinx docs and changlog adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Apr 6, 2024
1 parent 3864784 commit a2fbc2c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
3 changes: 0 additions & 3 deletions changelog.d/pr-76.md

This file was deleted.

4 changes: 2 additions & 2 deletions changelog.d/templates/new_fragment.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### {{ cat }}
- Describe change, possibly reference closed/related issue/PR.
Fixes https://github.com/datalad/datalad-helloworld/issues/XXX via
https://github.com/datalad/datalad-helloworld/pull/XXX (by [@GITHUBHANDLE](https://github.com/GITHUBHANDLE))
Fixes https://github.com/livMatS/datalad-dtool/issues/XXX via
https://github.com/livMatS/datalad-dtool/pull/XXX (by [@GITHUBHANDLE](https://github.com/GITHUBHANDLE))
-->
{% endfor -%}
2 changes: 1 addition & 1 deletion docs/source/cli_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Command line reference
.. toctree::
:maxdepth: 1

generated/man/datalad-hello-cmd
generated/man/datalad-export-dtool
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
master_doc = 'index'

# General information about the project.
project = u'Datalad Extension Template'
copyright = u'2018-{}, DataLad team'.format(datetime.datetime.now().year)
author = u'DataLad team'
project = u'Datalad dtool Extension '
copyright = u'2024-{}, distribits'.format(datetime.datetime.now().year)
author = u'distribits 2024 hackathon'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
8 changes: 4 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DataLad extension template
**************************
DataLad dtool extension
***********************

This is a template for creating a `DataLad <http://datalad.org>`__ extension
that equips DataLad with additional functionality.
This is an extension for `DataLad <http://datalad.org>`__
that equips DataLad with functionality related to dtool dataset.


API
Expand Down
2 changes: 1 addition & 1 deletion docs/source/python_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ High-level API commands
.. autosummary::
:toctree: generated

hello_cmd
export_dtool

0 comments on commit a2fbc2c

Please sign in to comment.