Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-28 | Refactor "code-block:: console" to "code-block:: none" | Christian Poessinger | |
2019-11-28 | docs: remove all trailing whitespaces | Christian Poessinger | |
Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//' | |||
2019-11-27 | Refactor "code-block:: sh" to "code-block:: console" | Christian Poessinger | |
This will add proper new-lines into the rendered PDF. Before if it has been a long line, not all content was preserved in the PDF. | |||
2019-11-26 | development: fix wrong Python ConfigError import statement | Christian Poessinger | |
2019-11-24 | Merge pull request #150 from rebortg/cfgcmd | Christian Poessinger | |
cfgcmd for better typing feeling | |||
2019-11-24 | Style: change .. cfcmd:: to ..cfgcmd:: | Robert Göhler | |
2019-11-24 | contributing: add section to style guide | Robert Göhler | |
2019-11-23 | Revert "prevent douple heading" | Christian Poessinger | |
This reverts commit c1ab520c4264227b5fc053aa917fdbc7d7e667af. | |||
2019-11-23 | prevent douple heading | Robert Göhler | |
2019-11-23 | documentation: fix generation error in "code-block" directive | Christian Poessinger | |
docs/contributing/documentation.rst:115: ERROR: Error in "code-block" directive: 1 argument(s) required, 0 supplied. .. code-block:: .. opcmd:: show protocols static arp Display all known ARP table entries spanning accross all interfaces There is a missing "sh" statement after "code-block::" | |||
2019-11-23 | add new directives "cfcmd" and "opcmd" | Robert Göhler | |
2019-11-19 | contribution: fix code-block in documentation | Christian Poessinger | |
2019-11-17 | Replace all RFC links with proper :rfc: syntax | Christian Poessinger | |
2019-11-17 | contribution: beautify documentation directory name | Christian Poessinger | |
2019-11-17 | build: fix branch reference on equuleus | Christian Poessinger | |
2019-11-12 | development: add chapter about Jenkins CI | Christian Poessinger | |
2019-11-11 | contribution: fix call to ..note:: | Christian Poessinger | |
2019-11-11 | contribution: restructure entire chapter | Christian Poessinger | |
- move subchapters to sub-sub chapters and try to have more internal references to e.g. commit rules. | |||
2019-11-10 | contribution: fix Markdown leftovers | Rob Thomas | |
2019-11-09 | upstream packages: rename chapter reference | Christian Poessinger | |
2019-11-09 | contribution: build: fix headline | Christian Poessinger | |
2019-11-09 | contribution: build: use 80 char line breaks | Christian Poessinger | |
2019-11-08 | contribution: fix errors when generating documentation chapter | Christian Poessinger | |
2019-11-08 | contribution: add guide how to participate in the documentation | Christian Poessinger | |
2019-11-08 | index: reformat table of contents | Christian Poessinger | |
Make TOC sections more obvious and remove single include file for contribution and development. | |||
2019-11-06 | contribution: build cleanup | kroy | |
2019-11-06 | contribution: add Python node about 80 character limit | Christian Poessinger | |
2019-11-06 | contribution: elaborate on Docker container versions | Christian Poessinger | |
2019-11-06 | contribution: improve Docker build documentation | Christian Poessinger | |
Add notes about Dockerhub and that rebuilding the container will take a long long time. | |||
2019-11-06 | contributing: document Kernel, Firmware, Accel-PPP and Intel drivers | Christian Poessinger | |
2019-11-06 | contribution: improve coding-guideline examples | Christian Poessinger | |
- Use indent 4 spaces for Python - Use indent 2 spaces on XML - Note about xmllint | |||
2019-11-06 | contribution: use 80 character line breaks | Christian Poessinger | |
2019-11-06 | contribution: rewrite guidelines and add commit examples | Christian Poessinger | |
- use 80 characters line break - rewrite GitHub guide - Updated commit message guide - explain workflows a bit better | |||
2019-11-06 | contributing: issues: add 80 character line breaks and links | Christian Poessinger | |
2019-09-30 | Fix typos in pages | Ramax Lo | |
2019-09-10 | [vyos-api] - interface config documentation removed | hagbard | |
2019-08-21 | [interfaceconfig] - linkstate callable via property | hagbard | |
2019-08-21 | [interfaceconfig] - macaddr, mtu and ifalias properties | hagbard | |
2019-08-09 | [interfaceconfig] - documented properties | hagbard | |
2019-08-09 | [vyos-api] - T1569: interfaceconfig class documetation | hagbard | |
2019-07-31 | Fix: inconsistent title levels, duplicate label and included ↵ | hagbard | |
upstream-packages.rst to toc tree | |||
2019-07-23 | Update accel-ppp build info | hagbard | |
2019-07-24 | Add info on building upstream packages | Daniil Baturin | |
2019-07-10 | T1457 Migrate Bugreport | rebortg | |
2019-06-17 | syntax fix | Kim | |
2019-06-17 | [documentation] T1442: Add documentation how people can add patches and some ↵ | Kim | |
guidelines. (#66) * add patching guidelines * fix syntax * add sugestions | |||
2019-05-28 | Contribution: split source into smaller files | Christian Poessinger | |
2019-04-03 | fix typo | Robert Göhler | |
2019-03-28 | add VyOS contribution guide | rebortg | |