https://github.com/alejandrogallo/fortranman
Manpages for fortran
https://github.com/alejandrogallo/fortranman
fortran lapack man manpages
Last synced: about 2 months ago
JSON representation
Manpages for fortran
- Host: GitHub
- URL: https://github.com/alejandrogallo/fortranman
- Owner: alejandrogallo
- License: other
- Created: 2019-09-26T12:54:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T13:02:15.000Z (over 5 years ago)
- Last Synced: 2025-02-28T06:56:15.572Z (2 months ago)
- Topics: fortran, lapack, man, manpages
- Language: Makefile
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=================
Fortran man pages
=================
.. image:: https://img.shields.io/pypi/v/fortranman.svg
:alt: Fortran man pages on the Python Package Index
:target: https://pypi.python.org/pypi/fortranman.. image:: https://img.shields.io/travis/alejandrogallo/fortranman.svg
:alt: Travis Continuous Integration
:target: https://travis-ci.org/alejandrogallo/fortranman
.. image:: https://coveralls.io/repos/github/alejandrogallo/fortranman/badge.svg?branch=master
:alt: Coveralls
:target: https://coveralls.io/github/alejandrogallo/fortranman?branch=master
.. image:: https://img.shields.io/badge/License-GPL%20v3-green.svg
:alt: GPL v3 License
:target: https://www.gnu.org/licenses/gpl-3.0Man pages for fortran
Development of Fortran man pages happens on `Github`_.
Installation
------------
To install the latest released version of Fortran man pages, run this command in your terminal:.. code-block:: console
$ pip install fortranman
This is the preferred method to install Fortran man pages, as it will always install the most recent stable release.
If you don't have `pip`_ installed, this `Python installation guide`_ can guide
you through the process... _pip: https://pip.pypa.io
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/To install the latest development version of Fortran man pages from `Github`_.
.. code-block:: console
$ pip install git+https://github.com/alejandrogallo/fortranman.git@master#egg=fortranman
.. _Github: https://github.com/alejandrogallo/fortranman
Usage
-----To use Fortran man pages in a project::
import fortranman