From c7c85bb08dc8db8bd74f06df475928786a8ca201 Mon Sep 17 00:00:00 2001 From: Anshuman Sharma <35607867+ans-sharma@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:57:46 +0530 Subject: [PATCH] docs update --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 62f21cb..af5ab56 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Purpose ======= -This package provides two Sphinx (http://sphinx.pocoo.org/) extensions +This package provides 2 Sphinx (http://sphinx.pocoo.org/) extensions to the Fortran (90) language: - sphinxfortran.fortran_domain: Sphinx domain for fortran. - sphinxfortran.fortran_autodoc: Auto-documenting fortran code. @@ -16,6 +16,7 @@ Installation ============ python setup.py install +* type this command in your terminal Quick start ===========