File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ wheels/
24
24
* .egg-info /
25
25
.installed.cfg
26
26
* .egg
27
+ arrayutils.md
27
28
28
29
# PyInstaller
29
30
# Usually these files are written by a python script from a template
Original file line number Diff line number Diff line change
1
+ # Generating docs
2
+
3
+ This is just a helper file to explain how to generate docs.
4
+
5
+ 1 . ` pydoc-markdown -I arrayutils -m Arr --render-toc > arrayutils.md `
6
+ 2 . Copy/paste docs into README
7
+ 3 . Replace ` #__init__.Arr. ` with ` #usage. `
8
+ 4 . Remove some of the extraneous elements at the top.
Original file line number Diff line number Diff line change
1
+ # Publishing
2
+
3
+ This is just a helper doc with info on publishing to pypi.org.
4
+
5
+ 1 . ` python -m build `
6
+ 2 . ` python -m twine upload --repository pypi dist/* `
You can’t perform that action at this time.
0 commit comments