update path references, move NEWS files back

develop
Myk Taylor 2022-11-30 04:13:21 -08:00
parent e952957f91
commit cd69103b8b
No known key found for this signature in database
8 changed files with 12 additions and 7 deletions

@ -11,9 +11,9 @@ def main():
info += ' %s %s:' % (k, kwargs[k]) info += ' %s %s:' % (k, kwargs[k])
print('line %i:%s %s' % (line, info, msg)) print('line %i:%s %s' % (line, info, msg))
if os.environ.get('GITHUB_ACTIONS'): if os.environ.get('GITHUB_ACTIONS'):
print('::error file=docs/Authors.rst,line=%i::%s %s' % (line, info.lstrip(), msg)) print('::error file=docs/about/Authors.rst,line=%i::%s %s' % (line, info.lstrip(), msg))
success[0] = False success[0] = False
with open('docs/Authors.rst', 'rb') as f: with open('docs/about/Authors.rst', 'rb') as f:
lines = list(map(lambda line: line.decode('utf8').replace('\n', ''), f.readlines())) lines = list(map(lambda line: line.decode('utf8').replace('\n', ''), f.readlines()))
if lines[1].startswith('='): if lines[1].startswith('='):

@ -10,9 +10,14 @@ plugins/stonesense/*.txt
# Generated files # Generated files
*.pb.h *.pb.h
build*/* build*/*
docs/_* docs/changelogs/*
docs/html/* docs/html/*
docs/pdf/* docs/pdf/*
docs/pseudoxml/*
docs/tags/*
docs/text/*
docs/tools/*
docs/xml/*
library/include/df/* library/include/df/*
# Dependencies that we don't control # Dependencies that we don't control

@ -10,4 +10,4 @@ These pages contain information about the general DFHack project.
/docs/about/Authors /docs/about/Authors
/LICENSE /LICENSE
/docs/about/Removed /docs/about/Removed
/docs/about/NEWS /docs/NEWS

@ -1,7 +1,7 @@
=== Scroll down for changes === Scroll down for changes
===[[[ ===[[[
The text below is included in docs/Documentation.rst - see that file for more details on the changelog setup. The text below is included in docs/dev/Documentation.rst - see that file for more details on the changelog setup.
This is kept in this file as a quick syntax reference. This is kept in this file as a quick syntax reference.
===help ===help

@ -92,7 +92,7 @@ General contribution guidelines
compiles. Our CI should catch anything that fails to build, but checking in compiles. Our CI should catch anything that fails to build, but checking in
advance can sometimes let you know of any issues sooner. advance can sometimes let you know of any issues sooner.
* Update documentation when applicable - see `docs-standards` for details. * Update documentation when applicable - see `docs-standards` for details.
* Update ``changelog.txt`` and ``docs/Authors.rst`` when applicable. See * Update ``docs/changelog.txt`` and ``docs/about/Authors.rst`` when applicable. See
`build-changelog` for more information on the changelog format. `build-changelog` for more information on the changelog format.
* Submit ideas and bug reports as :issue:`issues on GitHub <>`. * Submit ideas and bug reports as :issue:`issues on GitHub <>`.
Posts in the forum thread can easily get missed or forgotten. Posts in the forum thread can easily get missed or forgotten.

@ -18,4 +18,4 @@ These are pages relevant to people developing for DFHack.
/docs/dev/Memory-research /docs/dev/Memory-research
/docs/dev/Binpatches /docs/dev/Binpatches
/docs/dev/Remote /docs/dev/Remote
/docs/dev/NEWS-dev /docs/NEWS-dev