Skip to content

We're building out a lexicon / glossary for "standard" and/or common network automation terms and concepts...

License

Notifications You must be signed in to change notification settings

Network-Automation-Forum/autonomicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autonomicon

We're building out a lexicon / glossary for "standard" and/or common network automation terms and concepts...

It's all markdown files in here.

Easily Spin Up the Docs Locally

In order to quickly run mkdocs locally.

  1. Make sure you have poetry installed.

  2. Enable the poetry shell.

From the root of the project run poetry shell.

▶ poetry shell
Creating virtualenv autonomicon-9ndDauHc-py3.10 in /home/naf/.cache/pypoetry/virtualenvs
Spawning shell within /home/naf/.cache/pypoetry/virtualenvs/autonomicon-9ndDauHc-py3.10

user@dev-vmware:/open_source/autonomicon  jkala-initial-cleanups ✗                                                                                                                 
▶ emulate bash -c '. /home/naf/.cache/pypoetry/virtualenvs/autonomicon-9ndDauHc-py3.10/bin/activate'
(autonomicon-py3.10) 
user@dev-vmware:/open_source/autonomicon  jkala-initial-cleanups ✗ 

Poetry shell spins up a python virtual environment and sources it.

  1. Install the Python Development Dependencies.

This is a documentaiton repo so their is no main depnedencies, just development dependencies.

Run poetry install --only dev to install the development dependencies into the poetry virtualenv.

▶ poetry install --only dev                                                                                  
Using version ^1.5.3 for mkdocs

Updating dependencies
Resolving dependencies... (0.4s)

Writing lock file

Package operations: 15 installs, 1 update, 0 removals

  • Installing six (1.16.0)
  • Installing markupsafe (2.1.3)
  • Installing python-dateutil (2.8.2)
  • Installing pyyaml (6.0.1)
  • Updating click (4.1 -> 8.1.7)
  • Installing ghp-import (2.1.0)
  • Installing jinja2 (3.1.2)
  • Installing markdown (3.5.1)
  • Installing mergedeep (1.3.4)
  • Installing packaging (23.2)
  • Installing pathspec (0.12.1)
  • Installing platformdirs (4.1.0)
  • Installing pyyaml-env-tag (0.1)
  • Installing watchdog (3.0.0)
  • Installing mkdocs (1.5.3)
  • Installing yamllint (1.33.0)
  1. Run Docs via Poetry

Can bring up the local rendered site by running poetry run mkdocs serve from the root of the repo.

user@dev-vmware:/open_source/autonomicon  jkala-initial-cleanups ✗
▶ poetry run mkdocs serve
INFO    -  Building documentation...
INFO    -  Cleaning site directory
INFO    -  Documentation built in 0.44 seconds
INFO    -  [11:10:15] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO    -  [11:10:15] Serving on http://127.0.0.1:8000/

This is a development server and will reload automatically so you can see your changes live.

Screenshots

Example of the rendered page

About

We're building out a lexicon / glossary for "standard" and/or common network automation terms and concepts...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published