Skip to content

Commit

Permalink
Updates documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Feb 5, 2022
1 parent 9cb5a2f commit dc59da7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ potentially subject to change.
pip install fortls
```

>**Warning**: it is not recommended having `fortls` and `fortran-language-server`
>simultaneously installed, since they use the same binary name. If you are having trouble
>getting `fortls` to work try uninstalling `fortran-language-server` and reinstalling `fortls`.
>
>```sh
>pip uninstall fortran-language-server
>pip install fortls --upgrade
>```
## Settings
`fortls` can be configured through both the command line e.g.
Expand Down
8 changes: 8 additions & 0 deletions docs/fortls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ fortls.regex\_patterns module
:undoc-members:
:show-inheritance:

fortls.version module
---------------------

.. automodule:: fortls.version
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
fortls
fortls -- Fortran Language Server
==================================

.. toctree::
Expand Down
7 changes: 0 additions & 7 deletions docs/requirements.txt

This file was deleted.

0 comments on commit dc59da7

Please sign in to comment.