You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: newdoc/README.rst
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
###########################
2
-
README: The `newdoc` script
3
-
###########################
1
+
########################################
2
+
README: The `newdoc` script (DEPRECATED)
3
+
########################################
4
+
5
+
**DEPRECATED:** This version of `newdoc` is now deprecated and will no longer receive any significant updates. Please uninstall this version and migrate to the current version: https://github.com/redhat-documentation/newdoc.
4
6
5
7
This script is used for generating empty module and assembly files when writing Red Hat or Fedora documentation in AsciiDoc. The generated files follow template guidelines set up by the Modular Documentation initiative: https://redhat-documentation.github.io/modular-docs/.
Copy file name to clipboardexpand all lines: newdoc/newdoc/newdoc.py
+4-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@
7
7
importargparse
8
8
fromstringimportTemplate
9
9
10
-
NEWDOC_VERSION="1.5.0"
10
+
NEWDOC_VERSION="1.5.1"
11
+
DEPRECATION="DEPRECATED:\nThis version of `newdoc` is now deprecated and will no longer receive any significant updates.\nPlease uninstall this version and migrate to the current version:\nhttps://github.com/redhat-documentation/newdoc"
11
12
12
13
# The configparser module is called ConfigParser in Python2
0 commit comments