Skip to content

Commit

Permalink
small rewrite of the title section
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjarkefur committed Sep 30, 2024
1 parent 9f0514f commit 4189684
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/mdhlp/lint.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Title

__lint__ - detects and corrects bad coding practices in Stata do-files.
__lint__ - detects and corrects bad coding practices in Stata do-files.

This package is based on the DIME Analytics [Stata Style Guide](https://worldbank.github.io/dime-data-handbook/coding.html#the-dime-analytics-stata-style-guide).

For this command to run, you will need Stata version 16 or greater, Python, and the Python package [Pandas](https://pandas.pydata.org) installed.

To install Python and integrate it with Stata, refer to [this page](https://blog.stata.com/2020/08/18/stata-python-integration-part-1-setting-up-stata-to-use-python/).

To install Python packages, refer to [this page](https://blog.stata.com/2020/09/01/stata-python-integration-part-3-how-to-install-python-packages).

# Syntax

Expand Down

0 comments on commit 4189684

Please sign in to comment.