Skip to content

Commit

Permalink
Documentation update (#8)
Browse files Browse the repository at this point in the history
* documentation in init and readme updated

* docu change finished

* version problems resolved

---------

Co-authored-by: Konstantin Ntokas <[email protected]>
  • Loading branch information
konstntokas and Konstantin Ntokas authored Jun 27, 2023
1 parent 0fbdcd7 commit fe4f4c2
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python -m pip install flake8 pytest pytest-cov build
python -m build
cd dist
python -m pip install norton_beer-1.0.0-py3-none-any.whl
python -m pip install norton_beer-1.0.1-py3-none-any.whl
cd ..
- name: Lint with flake8
run: |
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cff-version: 1.0.0
cff-version: 1.0.1
message: "If you use this software, please cite it as below."
authors:
- family-names: "Ntokas"
given-names: "Konstantin Franz Fotios"
orcid: "https://orcid.org/0000-0002-0049-0690"
title: "Norton-Beer apodization python pachage"
version: 1.0.0
title: "Norton-Beer apodization python package"
version: 1.0.1
doi: 10.5281/zenodo.8060761
date-released: 2023-04-12
url: "https://github.com/konstntokas/norton_beer"
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ Note that pytest needs to be installed on the local machine.

## Documentation

- add paper when published
- add webpage of sphinx built documentation
- [Documentation](https://norton-beer.readthedocs.io/en/latest/norton_beer.html)

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = 'Norton-Beer apodization'
copyright = '2023, Konstantin Ntokas'
author = 'Konstantin Ntokas'
release = '1.0.0'
release = '1.0.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
25 changes: 13 additions & 12 deletions docs/source/norton_beer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Module contents
---------------

.. automodule:: norton_beer
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

Submodules
----------
Expand All @@ -16,22 +16,23 @@ norton\_beer.apodization module
-------------------------------

.. automodule:: norton_beer.apodization
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

norton\_beer.ils module
-----------------------

.. automodule:: norton_beer.ils
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

norton\_beer.optimize module
----------------------------

.. automodule:: norton_beer.optimize
:members:
:undoc-members:
:show-inheritance:
:members:
:undoc-members:
:show-inheritance:

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"

[project]
name = "norton_beer"
version = "1.0.0"
description= "norton_beer 1.0.0"
version = "1.0.1"
description= "norton_beer 1.0.1"
readme = "README.md"
authors = [
{name = "Konstantin Ntokas", email="[email protected]"},
Expand Down
4 changes: 0 additions & 4 deletions src/norton_beer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
3. generation of new apodization window for a fixed spatial
resolution of the ILS so that the sides lobes are minimized
Documentation:
1. add paper when published
2. add webpage of sphinx built documentation
Installation
------------
Expand Down

0 comments on commit fe4f4c2

Please sign in to comment.