-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename files
- Loading branch information
Showing
7 changed files
with
65 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,12 @@ SUPPORT: [email protected] | |
|
||
HELP: After installation, type | ||
|
||
. help md2dyn | ||
. help md2html | ||
. help stmd2dyn | ||
. help stmd2html | ||
|
||
FILES: | ||
|
||
md2dyn.ado | ||
md2dyn.sthlp | ||
md2html.ado | ||
md2html.sthlp | ||
stmd2dyn.ado | ||
stmd2dyn.sthlp | ||
stmd2html.ado | ||
stmd2html.sthlp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,24 +5,24 @@ | |
{vieweralsosee "dyndoc" "help dyndoc"}{...} | ||
{vieweralsosee "dyntext" "help dyntext"}{...} | ||
{vieweralsosee "dynamic tags" "help dynamic tags"}{...} | ||
{viewerjumpto "Syntax" "md2dyn##syntax"}{...} | ||
{viewerjumpto "Description" "md2dyn##description"}{...} | ||
{viewerjumpto "Options" "md2dyn##options"}{...} | ||
{viewerjumpto "Remarks" "md2dyn##remarks"}{...} | ||
{viewerjumpto "Examples" "md2dyn##examples"}{...} | ||
{viewerjumpto "Syntax" "stmd2dyn##syntax"}{...} | ||
{viewerjumpto "Description" "stmd2dyn##description"}{...} | ||
{viewerjumpto "Options" "stmd2dyn##options"}{...} | ||
{viewerjumpto "Remarks" "stmd2dyn##remarks"}{...} | ||
{viewerjumpto "Examples" "stmd2dyn##examples"}{...} | ||
{title:Title} | ||
|
||
{phang} | ||
{bf:md2dyn} Convert common Markdown to Stata {cmd: dyndoc} | ||
{bf:stmd2dyn} Convert common Markdown to Stata {cmd: dyndoc} | ||
dynamic document format{p_end} | ||
|
||
|
||
{marker syntax}{...} | ||
{title:Syntax} | ||
|
||
{p 8 17 2} | ||
{cmd:md2dyn} | ||
using filename | ||
{cmd:stmd2dyn} | ||
filename | ||
[{cmd:,} {it:options}] | ||
|
||
{synoptset 20 tabbed}{...} | ||
|
@@ -40,7 +40,7 @@ using filename | |
{title:Description} | ||
|
||
{pstd} | ||
{cmd:md2dyn} Takes a Markdown document using conventional markdown | ||
{cmd:stmd2dyn} Takes a Markdown document using conventional markdown | ||
specification and converts it to Stata's dialect using {cmd: dyndoc} | ||
dynamic tags. | ||
|
||
|
@@ -63,14 +63,14 @@ using filename | |
|
||
{pstd} | ||
If {it: filename2} is not specified, then {it: filename} with an | ||
.smd file extension is tried. | ||
.dyn file extension is tried. | ||
|
||
|
||
|
||
{marker examples}{...} | ||
{title:Examples} | ||
|
||
{phang}{cmd:. md2dyn using example.stmd}{p_end} | ||
{phang}{cmd:. stmd2dyn using example.stmd}{p_end} | ||
|
||
|
||
{title:Author} | ||
|
@@ -80,4 +80,4 @@ If {it: filename2} is not specified, then {it: filename} with an | |
{p 4} Univ of Wisc-Madison{p_end} | ||
{p 4} {browse "mailto:[email protected]":[email protected]}{p_end} | ||
{p 4} https://www.ssc.wisc.edu/~hemken/Stataworkshops{p_end} | ||
{p 4} https://github.com/Hemken/md2dyn{p_end} | ||
{p 4} https://github.com/Hemken/stmd2dyn{p_end} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ado uninstall stmd2dyn | ||
net from https://www.ssc.wisc.edu/~hemken/Stataworkshops/ | ||
net install stmd2dyn, replace | ||
which stmd2dyn |