From a4db9eeb1ea2ed40542a51853aa638f5ad230a28 Mon Sep 17 00:00:00 2001 From: engeir Date: Fri, 27 May 2022 13:02:19 +0200 Subject: [PATCH] Update docs index page --- docs/index.rst | 9 --------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 4fe81405..0b7740f4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,12 +23,3 @@ codeofconduct license Changelog - - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/pyproject.toml b/pyproject.toml index 2faaa2d0..a0431824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "inscar" -version = "3.0.2" +version = "3.0.3" description = "Calculate an incoherent scatter spectrum with arbitrary isotropic electron velocity distributions and radar pointing at oblique angles to the magnetic field" authors = ["engeir "] readme = "README.rst"