-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete re-write of how to obtain templates, making things much simpler in many dimensions. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hans-Martin von Gaudecker <hmgaudecker@gmail.com>
- Loading branch information
1 parent
eda143b
commit be74854
Showing
133 changed files
with
6,086 additions
and
2,948 deletions.
There are no files selected for viewing
8 changes: 3 additions & 5 deletions
8
...ug}}/.github/ISSUE_TEMPLATE/bug_report.md → .github/ISSUE_TEMPLATE/bug_report.md
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,16 @@ | ||
--- | ||
|
||
name: Documentation Improvement | ||
about: Report wrong or missing documentation in template_project | ||
title: "DOC:" | ||
labels: "documentation" | ||
|
||
--- | ||
|
||
#### Documentation problem | ||
|
||
Provide a description of what documentation you believe needs to be fixed/improved. | ||
|
||
#### Suggested fix for documentation | ||
|
||
Explain the suggested fix and **why** it's better than the existing documentation. |
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
4 changes: 2 additions & 2 deletions
4
...slug}}/.github/ISSUE_TEMPLATE/question.md → .github/ISSUE_TEMPLATE/question.md
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
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 |
---|---|---|
@@ -1,69 +1,41 @@ | ||
docs/scripts/latex/*.png | ||
*-blx.bib | ||
*.asv | ||
# python | ||
*.egg-info | ||
*_version.py | ||
*.pyc | ||
*__pycache__ | ||
|
||
# python tools | ||
.pytest_cache | ||
.ruff_cache | ||
.pytask.sqlite3 | ||
.pytask | ||
|
||
# R | ||
.RData | ||
.Rhistory | ||
|
||
# bld | ||
bld/ | ||
|
||
# latex | ||
*.aux | ||
*.bbl | ||
*.bcf | ||
*.bib_*.utf8 | ||
*.bcf* | ||
*.blg | ||
*.dvi | ||
*.ent | ||
*.fff | ||
*.fdb_latexmk | ||
*.fls | ||
*.glo | ||
*.idx | ||
*.ilg | ||
*.ind | ||
*.lof | ||
*.log | ||
*.lot | ||
*.mod | ||
*.nav | ||
*.o | ||
*.out | ||
*.pdfsync | ||
*.prj | ||
*.pyc | ||
*.run.xml | ||
*.synctex.gz | ||
*.nav | ||
*.snm | ||
*.sublime-* | ||
*.svn | ||
*.tmproj | ||
*.toc | ||
*.ttt | ||
*.vrb | ||
.waf* | ||
waf-* | ||
waf3-* | ||
*latexmk | ||
*synctex.gz | ||
.* | ||
!.github | ||
.*pdfsvn | ||
*__pycache__ | ||
analysis_out | ||
bld | ||
build | ||
debug | ||
Debug | ||
final_out | ||
formatted_data | ||
project_documentation | ||
scons.py | ||
test | ||
Test | ||
textmatetostata.do | ||
fake | ||
full | ||
~$* | ||
Thumbs.db | ||
___* | ||
|
||
# documentation | ||
docs_template/build/ | ||
docs_template/scripts/latex/*.png | ||
|
||
# local | ||
.vscode | ||
!.gitignore | ||
!.pre-commit-config.yaml | ||
!.readthedocs.yml | ||
hooks.egg-info | ||
coverage.xml | ||
tmp* | ||
pytest-of-hmg |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@Unpublished{DOE2024, | ||
Title = "EXAMPLE PROJECT", | ||
Author = "JANE DOE", | ||
Year = "2024", | ||
Url = "https://github.com/opensourceeconomics/econ-project-templates", | ||
} |
Oops, something went wrong.