File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Default to 'dev' if TAGS is not specified on the command line
22TAGS ?= dev
33
4- .PHONY : docs serve-docs clean-docs clean doxy clean-doxy
4+ .PHONY : docs serve-docs clean-docs clean
55
66# Example usage: `make docs TAGS="v2.0.0 latest --update-aliases"`
77docs : clean-docs
8- @echo " ==> Deploying MkDocs documentation locally via mike (Tags: $( TAGS) )..."
9- uv run mike deploy $(TAGS )
10- @echo " ==> Documentation deployed to local gh-pages branch."
11-
12- serve-docs : docs
13- @echo " ==> Serving versioned MkDocs documentation locally via mike..."
14- uv run mike serve
15-
16- docs-concepts : clean-docs
178 @echo " ==> Deploying MkDocs documentation locally via mike (Tags: $( TAGS) )..."
189 doxygen Doxyfile
19- uv run python scripts/gen_concept_docs.py --config docs/config/concepts.json --xml documentation/xml --out docs/cpp-gl
10+ uv run python docs/ scripts/gen_concept_docs.py --config docs/config/concepts.json --xml documentation/xml --out docs/cpp-gl
2011 uv run mike deploy $(TAGS )
2112 @echo " ==> Documentation deployed to local gh-pages branch."
2213
23- serve-docs-concepts : docs-concepts
14+ serve-docs : docs
2415 @echo " ==> Serving versioned MkDocs documentation locally via mike..."
2516 uv run mike serve
2617
Original file line number Diff line number Diff line change 66
77<br />
88
9- <div align =" center " markdown = " 1 " >
9+ <div align =" center " >
1010
1111[ ![ G++] ( https://github.com/SpectraL519/cpp-gl/actions/workflows/gpp.yaml/badge.svg )] ( https://github.com/SpectraL519/cpp-gl/actions/workflows/gpp.yaml )
1212[ ![ Clang++] ( https://github.com/SpectraL519/cpp-gl/actions/workflows/clang.yaml/badge.svg )] ( https://github.com/SpectraL519/cpp-gl/actions/workflows/clang.yaml )
File renamed without changes.
Original file line number Diff line number Diff line change 22// This file is part of the CPP-GL project (https://github.com/SpectraL519/cpp-gl).
33// Licensed under the MIT License. See the LICENSE file in the project root for full license information.
44
5+ // / @file gl/conversion.hpp
6+ // / @brief Defines the graph representation model conversion utility.
7+
58#pragma once
69
710#include " gl/decl/impl_tags.hpp"
Original file line number Diff line number Diff line change 11[project ]
22name = " cpp-gl"
3- version = " 0.1 .0"
3+ version = " 2.0 .0"
44description = " Add your description here"
55readme = " README.md"
66requires-python = " >=3.10"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments