summaryrefslogtreecommitdiff
path: root/docs/contributing
AgeCommit message (Collapse)Author
2019-11-28Refactor "code-block:: console" to "code-block:: none"Christian Poessinger
2019-11-28docs: remove all trailing whitespacesChristian Poessinger
Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
2019-11-27Refactor "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-26development: fix wrong Python ConfigError import statementChristian Poessinger
2019-11-24Merge pull request #150 from rebortg/cfgcmdChristian Poessinger
cfgcmd for better typing feeling
2019-11-24Style: change .. cfcmd:: to ..cfgcmd::Robert Göhler
2019-11-24contributing: add section to style guideRobert Göhler
2019-11-23Revert "prevent douple heading"Christian Poessinger
This reverts commit c1ab520c4264227b5fc053aa917fdbc7d7e667af.
2019-11-23prevent douple headingRobert Göhler
2019-11-23documentation: fix generation error in "code-block" directiveChristian 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-23add new directives "cfcmd" and "opcmd"Robert Göhler
2019-11-19contribution: fix code-block in documentationChristian Poessinger
2019-11-17Replace all RFC links with proper :rfc: syntaxChristian Poessinger
2019-11-17contribution: beautify documentation directory nameChristian Poessinger
2019-11-17build: fix branch reference on equuleusChristian Poessinger
2019-11-12development: add chapter about Jenkins CIChristian Poessinger
2019-11-11contribution: fix call to ..note::Christian Poessinger
2019-11-11contribution: restructure entire chapterChristian Poessinger
- move subchapters to sub-sub chapters and try to have more internal references to e.g. commit rules.
2019-11-10contribution: fix Markdown leftoversRob Thomas
2019-11-09upstream packages: rename chapter referenceChristian Poessinger
2019-11-09contribution: build: fix headlineChristian Poessinger
2019-11-09contribution: build: use 80 char line breaksChristian Poessinger
2019-11-08contribution: fix errors when generating documentation chapterChristian Poessinger
2019-11-08contribution: add guide how to participate in the documentationChristian Poessinger
2019-11-08index: reformat table of contentsChristian Poessinger
Make TOC sections more obvious and remove single include file for contribution and development.
2019-11-06contribution: build cleanupkroy
2019-11-06contribution: add Python node about 80 character limitChristian Poessinger
2019-11-06contribution: elaborate on Docker container versionsChristian Poessinger
2019-11-06contribution: improve Docker build documentationChristian Poessinger
Add notes about Dockerhub and that rebuilding the container will take a long long time.
2019-11-06contributing: document Kernel, Firmware, Accel-PPP and Intel driversChristian Poessinger
2019-11-06contribution: improve coding-guideline examplesChristian Poessinger
- Use indent 4 spaces for Python - Use indent 2 spaces on XML - Note about xmllint
2019-11-06contribution: use 80 character line breaksChristian Poessinger
2019-11-06contribution: rewrite guidelines and add commit examplesChristian Poessinger
- use 80 characters line break - rewrite GitHub guide - Updated commit message guide - explain workflows a bit better
2019-11-06contributing: issues: add 80 character line breaks and linksChristian Poessinger
2019-09-30Fix typos in pagesRamax Lo
2019-09-10[vyos-api] - interface config documentation removedhagbard
2019-08-21[interfaceconfig] - linkstate callable via propertyhagbard
2019-08-21[interfaceconfig] - macaddr, mtu and ifalias propertieshagbard
2019-08-09[interfaceconfig] - documented propertieshagbard
2019-08-09[vyos-api] - T1569: interfaceconfig class documetationhagbard
2019-07-31Fix: inconsistent title levels, duplicate label and included ↵hagbard
upstream-packages.rst to toc tree
2019-07-23Update accel-ppp build infohagbard
2019-07-24Add info on building upstream packagesDaniil Baturin
2019-07-10T1457 Migrate Bugreportrebortg
2019-06-17syntax fixKim
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-28Contribution: split source into smaller filesChristian Poessinger
2019-04-03fix typoRobert Göhler
2019-03-28add VyOS contribution guiderebortg