Add draft functional specifications

master
RunasSudo 7 months ago
parent 131d32c781
commit d068ce6137
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
  1. 4
      .gitignore
  2. 1016
      docs/FnSpecs.tex
  3. 2
      docs/options.md
  4. 1
      scripts/build_homepage.sh

4
.gitignore vendored

@ -4,6 +4,10 @@
/homepage/_news.html
# Functional specifications build products
/docs/FnSpecs.*
!/docs/FnSpecs.tex
# Jekyll
/homepage/_site
/homepage/.sass-cache

File diff suppressed because it is too large Load Diff

@ -1,5 +1,7 @@
# Options and advanced options
**Note:** OpenTally is in the process of transitioning to being defined by formal functional specifications. A draft of the functional specifications can be found [here]({{ site.baseurl }}/docs/FnSpecs.pdf), which describes many of these options in greater detail.
## Preset
The preset dropdown allows you to choose from a hardcoded list of preloaded STV counting rules. These are:

@ -5,3 +5,4 @@ DESTDIR='/home/runassudo/Documents/Work/School Cloud Data/unenc/public/www/opent
cd homepage
bundle exec jekyll build -d "$DESTDIR"
cd ..
cp docs/FnSpecs.pdf "$DESTDIR/docs"

Loading…
Cancel
Save