fix hyperlinks and inline code blocks in readme
This commit is contained in:
parent
f9f3734acb
commit
426bea542a
1 changed files with 6 additions and 7 deletions
13
README.rst
13
README.rst
|
@ -13,17 +13,17 @@ Usage
|
||||||
|
|
||||||
Install the plugin for your IDE/editor at https://wakatime.com/plugins
|
Install the plugin for your IDE/editor at https://wakatime.com/plugins
|
||||||
|
|
||||||
If you are building a plugin using the [WakaTime API](https://wakatime.com/developers/)
|
If you are building a plugin using the `WakaTime API <https://wakatime.com/developers/>`
|
||||||
then follow the [Creating a Plugin](https://wakatime.com/help/misc/creating-plugin)
|
then follow the `Creating a Plugin <https://wakatime.com/help/misc/creating-plugin>`
|
||||||
guide for information about using `wakatime-cli.py`.
|
guide for information about using ``wakatime-cli.py``.
|
||||||
|
|
||||||
|
|
||||||
Configuring
|
Configuring
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Options can be passed via command line, or set in the `$HOME/.wakatime.cfg`
|
Options can be passed via command line, or set in the ``$HOME/.wakatime.cfg``
|
||||||
config file. Command line arguments take precedence over config file settings.
|
config file. Command line arguments take precedence over config file settings.
|
||||||
The `$HOME/.wakatime.cfg` file is in [INI](http://en.wikipedia.org/wiki/INI_file)
|
The ``$HOME/.wakatime.cfg`` file is in `INI <http://en.wikipedia.org/wiki/INI_file>`
|
||||||
format. An example config file looks like::
|
format. An example config file looks like::
|
||||||
[settings]
|
[settings]
|
||||||
debug = false
|
debug = false
|
||||||
|
@ -42,6 +42,5 @@ Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Each plugin installs wakatime for you, but for testing you can install the
|
Each plugin installs wakatime for you, but for testing you can install the
|
||||||
common api interface with pip:
|
common api interface with pip::
|
||||||
|
|
||||||
pip install wakatime
|
pip install wakatime
|
||||||
|
|
Loading…
Reference in a new issue